libjpeg-turbo-2.1.4
This commit is contained in:
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
options = "-DCMAKE_BUILD_TYPE=Release \
|
options = "-B build -DCMAKE_BUILD_TYPE=Release \
|
||||||
-DWITH_JPEG8=TRUE \
|
-DWITH_JPEG8=TRUE \
|
||||||
-DENABLE_STATIC=FALSE \
|
-DENABLE_STATIC=FALSE \
|
||||||
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
||||||
@@ -21,18 +21,20 @@ def setup():
|
|||||||
shelltools.export("CXX", "g++ -m32")
|
shelltools.export("CXX", "g++ -m32")
|
||||||
shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")
|
shelltools.export("PKG_CONFIG_PATH","/usr/lib32/pkgconfig")
|
||||||
|
|
||||||
options = "-DCMAKE_INSTALL_DEFAULT_LIBDIR=/usr/lib32 \
|
options = "-B build -DCMAKE_INSTALL_DEFAULT_LIBDIR=/usr/lib32 \
|
||||||
-DCMAKE_INSTALL_PREFIX=/emul32"
|
-DCMAKE_INSTALL_PREFIX=/emul32"
|
||||||
|
|
||||||
cmaketools.configure(options)
|
cmaketools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
cmaketools.make()
|
cmaketools.make("-C build")
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
|
shelltools.cd("build")
|
||||||
cmaketools.make("test")
|
cmaketools.make("test")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
@@ -42,4 +44,4 @@ def install():
|
|||||||
|
|
||||||
# provide jpegint.h as it is required by various software
|
# provide jpegint.h as it is required by various software
|
||||||
#pisitools.insinto("/usr/lib/include", "jpegint.h")
|
#pisitools.insinto("/usr/lib/include", "jpegint.h")
|
||||||
pisitools.insinto("/usr/include", "jpegint.h")
|
pisitools.insinto("/usr/include", "../jpegint.h")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:gui</IsA>
|
<IsA>app:gui</IsA>
|
||||||
<Summary>MMX, SSE, and SSE2 SIMD accelerated JPEG library</Summary>
|
<Summary>MMX, SSE, and SSE2 SIMD accelerated JPEG library</Summary>
|
||||||
<Description>libjpeg-turbo is a derivative of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg v6b, all else being equal.</Description>
|
<Description>libjpeg-turbo is a derivative of libjpeg for x86 and x86-64 processors which uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg v6b, all else being equal.</Description>
|
||||||
<Archive sha1sum="a6f6f55b8fbbdf11cbb1f3779afc22a08920f1b0" type="targz" name="libjpeg-turbo-2.1.2.tar.gz">https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.2.tar.gz</Archive>
|
<Archive sha1sum="fca7680a0f25d91e49433fae7123337a041e06b1" type="targz" name="libjpeg-turbo-2.1.4.tar.gz">https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.4.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -67,6 +67,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="14">
|
||||||
|
<Date>2022-12-16</Date>
|
||||||
|
<Version>2.1.4</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="13">
|
<Update release="13">
|
||||||
<Date>2021-11-19</Date>
|
<Date>2021-11-19</Date>
|
||||||
<Version>2.1.2</Version>
|
<Version>2.1.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user