mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
Merge pull request #8880 from maxice8/pngquant
pngquant: update to 2.11.2.
This commit is contained in:
commit
8edb54c01d
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libimagequant'
|
# Template file for 'libimagequant'
|
||||||
pkgname=libimagequant
|
pkgname=libimagequant
|
||||||
version=2.11.1
|
version=2.11.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--with-openmp"
|
configure_args="--with-openmp"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
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=b034b968ee247f7e72133ea7133ac42749d3d108a818f09692aabeedd50c3ae7
|
checksum=84ca1b168d2d7043d82e49406d624cd51088af3ddf804cee7306cc41e8dfd959
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) configure_args+=" --enable-sse";;
|
x86_64*) configure_args+=" --enable-sse";;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pngquant'
|
# Template file for 'pngquant'
|
||||||
pkgname=pngquant
|
pkgname=pngquant
|
||||||
version=2.11.1
|
version=2.11.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openmp"
|
configure_args="--with-openmp"
|
||||||
|
@ -14,4 +14,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://pngquant.org/"
|
homepage="https://pngquant.org/"
|
||||||
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=3b66721e2d667972693fd0dcc8a08f195ee83f2200537290233576e0fedeb7da
|
checksum=3c74418f1d41db0afad6102cdeaee9e567e35a0b8651a18973160857fe6d6767
|
||||||
|
|
Loading…
Add table
Reference in a new issue