libjpeg-turbo: update to 1.2.1.
This commit is contained in:
parent
78f2ccb8d2
commit
0ff1e30370
3 changed files with 14 additions and 21 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'libjpeg-turbo-devel'.
|
# Template file for 'libjpeg-turbo-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libjpeg-turbo"
|
depends="glibc-devel libjpeg-turbo>=$version"
|
||||||
|
provides="jpeg-devel-8"
|
||||||
|
replaces="jpeg-devel>=0"
|
||||||
short_desc="${sourcepkg} development files"
|
short_desc="${sourcepkg} development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
|
||||||
provides="jpeg-devel-8"
|
|
||||||
replaces="jpeg-devel>=0"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
|
|
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'libjpeg-turbo-tools'.
|
# Template file for 'libjpeg-turbo-tools'.
|
||||||
#
|
#
|
||||||
depends="libjpeg-turbo>=1.2.0"
|
depends="libjpeg-turbo>=$version"
|
||||||
|
provides="jpeg-tools-8"
|
||||||
|
replaces="jpeg-tools>=0"
|
||||||
short_desc="${sourcepkg} - bundled tools"
|
short_desc="${sourcepkg} - bundled tools"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains tools to manipulate JPG files."
|
This package contains tools to manipulate JPG files."
|
||||||
|
|
||||||
|
|
||||||
provides="jpeg-tools-8"
|
|
||||||
replaces="jpeg-tools>=0"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
vmove usr/share/man usr/share
|
vmove usr/share/man usr/share
|
||||||
|
|
|
@ -1,16 +1,19 @@
|
||||||
# Template build file for 'libjpeg-turbo'.
|
# Template build file for 'libjpeg-turbo'.
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
homepage="http://libjpeg-turbo.virtualgl.org/"
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
provides="jpeg-8"
|
||||||
|
replaces="jpeg>=0"
|
||||||
|
subpackages="${pkgname}-devel ${pkgname}-tools"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-jpeg8"
|
configure_args="--with-jpeg8"
|
||||||
makedepends="nasm"
|
makedepends="nasm"
|
||||||
revision=1
|
|
||||||
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=629db2a9b1295a1b0e5fa8dddda36c5da61a90536bef8295e0b209cbcd50f98e
|
homepage="http://libjpeg-turbo.virtualgl.org/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=cb3323f054a02cedad193bd0ca418d46934447f995d19e678ea64f78e4903770
|
||||||
long_desc="
|
long_desc="
|
||||||
$pkgname is a derivative of libjpeg which uses SIMD instructions
|
$pkgname is a derivative of libjpeg which uses SIMD instructions
|
||||||
MMX, SSE2, etc. to accelerate baseline JPEG compression and decompression
|
MMX, SSE2, etc. to accelerate baseline JPEG compression and decompression
|
||||||
|
@ -18,12 +21,6 @@ long_desc="
|
||||||
generally 2-4x as fast as the unmodified version of libjpeg, all else being
|
generally 2-4x as fast as the unmodified version of libjpeg, all else being
|
||||||
equal."
|
equal."
|
||||||
|
|
||||||
build_requires=11
|
|
||||||
provides="jpeg-8"
|
|
||||||
replaces="jpeg>=0"
|
|
||||||
subpackages="${pkgname}-devel ${pkgname}-tools"
|
|
||||||
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall jpegint.h 644 usr/include
|
vinstall jpegint.h 644 usr/include
|
||||||
vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}
|
vinstall README-turbo.txt 644 usr/share/licenses/${pkgname}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue