@@ -12,6 +12,7 @@ from pisi.actionsapi import get
|
|||||||
def setup():
|
def setup():
|
||||||
options = "-DCMAKE_BUILD_TYPE=Release \
|
options = "-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DWITH_JPEG8=TRUE \
|
-DWITH_JPEG8=TRUE \
|
||||||
|
-DENABLE_STATIC=FALSE \
|
||||||
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr"
|
-DCMAKE_INSTALL_PREFIX=/usr"
|
||||||
|
|
||||||
@@ -40,4 +41,5 @@ def install():
|
|||||||
return
|
return
|
||||||
|
|
||||||
# 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")
|
||||||
|
|||||||
@@ -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="7ea4a288bccbb5a2d5bfad5fb328d4a839853f4e" type="targz">mirrors://sourceforge/libjpeg-turbo/2.0.1/libjpeg-turbo-2.0.1.tar.gz</Archive>
|
<Archive sha1sum="1cff52d50b81755d0bdcf9055eb22157f39a1695" type="targz">mirrors://sourceforge/libjpeg-turbo/2.0.2/libjpeg-turbo-2.0.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -67,6 +67,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2019-06-19</Date>
|
||||||
|
<Version>2.0.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Idris Kalp</Name>
|
||||||
|
<Email>idriskalp@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2019-01-05</Date>
|
<Date>2019-01-05</Date>
|
||||||
<Version>2.0.1</Version>
|
<Version>2.0.1</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user