mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libjpeg-turbo: update to 1.5.0.
This commit is contained in:
parent
6cc8bf53a9
commit
aacccb6991
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'libjpeg-turbo'.
|
# Template build file for 'libjpeg-turbo'.
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=1.4.2
|
version=1.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="nasm"
|
hostmakedepends="nasm"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://libjpeg-turbo.virtualgl.org/"
|
homepage="http://libjpeg-turbo.virtualgl.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=521bb5d3043e7ac063ce3026d9a59cc2ab2e9636c655a2515af5f4706122233e
|
checksum=9f397c31a67d2b00ee37597da25898b03eb282ccd87b135a50a69993b6a2035f
|
||||||
|
|
||||||
# SIMD uses FP instructions, disable on soft-float MIPS
|
# SIMD uses FP instructions, disable on soft-float MIPS
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -25,7 +25,7 @@ do_install() {
|
||||||
exampledir=/usr/share/doc/${pkgname} install
|
exampledir=/usr/share/doc/${pkgname} install
|
||||||
|
|
||||||
vinstall jpegint.h 644 usr/include
|
vinstall jpegint.h 644 usr/include
|
||||||
vlicense README-turbo.txt LICENSE
|
vlicense LICENSE.md
|
||||||
|
|
||||||
rm -r ${DESTDIR}/usr/share/doc
|
rm -r ${DESTDIR}/usr/share/doc
|
||||||
rm -f ${DESTDIR}/usr/bin/tjbench
|
rm -f ${DESTDIR}/usr/bin/tjbench
|
||||||
|
|
Loading…
Add table
Reference in a new issue