libjpeg-turbo: update to 2.0.4

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2020-01-01 19:07:30 -06:00 committed by Helmut Pozimski
parent 16c232e0a8
commit abefea4461

View file

@ -1,6 +1,6 @@
# Template file for 'libjpeg-turbo' # Template file for 'libjpeg-turbo'
pkgname=libjpeg-turbo pkgname=libjpeg-turbo
version=2.0.3 version=2.0.4
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib" configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="IJG, BSD-3-Clause, Zlib" license="IJG, BSD-3-Clause, Zlib"
homepage="https://libjpeg-turbo.org/" homepage="https://libjpeg-turbo.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=4246de500544d4ee408ee57048aa4aadc6f165fc17f141da87669f20ed3241b7 checksum=33dd8547efd5543639e890efbf2ef52d5a21df81faf41bb940657af916a23406
provides="jpeg-8_1" provides="jpeg-8_1"
replaces="jpeg>=0" replaces="jpeg>=0"
@ -20,10 +20,8 @@ post_install() {
vinstall jpegint.h 644 usr/include vinstall jpegint.h 644 usr/include
rm -r ${DESTDIR}/usr/share/doc rm -r ${DESTDIR}/usr/share/doc \
rm -f ${DESTDIR}/usr/bin/tjbench ${DESTDIR}/usr/bin/tjbench
rm -f ${DESTDIR}/usr/bin/jpegut
rm -f ${DESTDIR}/usr/bin/jpgtest
} }
libjpeg-turbo-devel_package() { libjpeg-turbo-devel_package() {