libimagequant: update to 2.10.0

This commit is contained in:
Alessio Sergi 2017-07-04 12:04:27 +02:00
parent 21a1c5814a
commit eb36305e50
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libimagequant' # Template file for 'libimagequant'
pkgname=libimagequant pkgname=libimagequant
version=2.9.1 version=2.10.0
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--with-openmp" configure_args="--with-openmp"
@ -11,7 +11,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://pngquant.org/lib/" homepage="https://pngquant.org/lib/"
license="GPL-3" license="GPL-3"
distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz" distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz"
checksum=34669bdc8c86fbc2e52727fd4addd1fdb67e4e2bb6db74cdcd901715d2de3690 checksum=c2f63d2bf94d8b20eea74cea5c22d30ff1fc90fac942a7c9b17de06a87dc65cb
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
x86_64*) configure_args+=" --enable-sse";; x86_64*) configure_args+=" --enable-sse";;