pngquant: update to 2.12.0.
Closes #14881. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a09b14838e
commit
ae210f3103
1 changed files with 10 additions and 9 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'pngquant'
|
||||
pkgname=pngquant
|
||||
version=2.11.7
|
||||
version=2.12.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openmp"
|
||||
makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel"
|
||||
short_desc="Lossy PNG compressor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://pngquant.org/"
|
||||
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=53721387e1aa1729ccf20ff8faaf2587ebe4d03faaa0f6235a63070e08105967
|
||||
make_check_target=test
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) configure_args+=" --enable-sse";;
|
||||
*) configure_args+=" --disable-sse";;
|
||||
esac
|
||||
makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel"
|
||||
short_desc="Lossy PNG compressor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://pngquant.org/"
|
||||
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=0ca09a1f253b264e5aab8477b7f0e3cde51d9f88ed668b38ae057ced24076bda
|
||||
make_check_target="test"
|
||||
|
|
Loading…
Reference in a new issue