mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pngquant: update to 2.17.0.
This commit is contained in:
parent
20c363e31d
commit
58f4c87e41
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'pngquant'
|
# Template file for 'pngquant'
|
||||||
pkgname=pngquant
|
pkgname=pngquant
|
||||||
version=2.16.0
|
version=2.17.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openmp"
|
configure_args="--with-openmp"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel"
|
makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel"
|
||||||
short_desc="Lossy PNG compressor"
|
short_desc="Lossy PNG compressor"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://pngquant.org/"
|
homepage="https://pngquant.org/"
|
||||||
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/kornelski/pngquant/archive/${version}.tar.gz"
|
||||||
checksum=6b186b76bc995ee12949a48a1041173459eb8050ef1dceb5f7ba43726327b1ea
|
checksum=bc1baa43c814b4416bb63d7b2168d4e5395cfc69a00f8997a595361caa507887
|
||||||
make_check_target=test
|
make_check_target=test
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue