From faedea72991c073c87b6e31211a8a4c871fd77ab Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Sun, 28 Jul 2019 11:19:25 +0200 Subject: [PATCH 1/2] pngquant: update to 2.12.5, use different distfile mirror --- srcpkgs/pngquant/template | 8 ++++---- srcpkgs/pngquant/update | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/pngquant/update diff --git a/srcpkgs/pngquant/template b/srcpkgs/pngquant/template index 03f4c93b26c..2e4bfbc9a01 100644 --- a/srcpkgs/pngquant/template +++ b/srcpkgs/pngquant/template @@ -1,17 +1,17 @@ # Template file for 'pngquant' pkgname=pngquant -version=2.12.3 +version=2.12.5 revision=1 build_style=gnu-configure +make_check_target=test configure_args="--with-openmp" makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel" short_desc="Lossy PNG compressor" maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://pngquant.org/" -distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz" -checksum=507c0cd220326b6ec36097195230a9b5b89b23bcf5ade7c4e7b054d3d86120d7 -make_check_target=test +distfiles="http://pngquant.org/pngquant-${version}-src.tar.gz" +checksum=3638936cf6270eeeaabcee42e10768d78e4dc07cac9310307835c1f58b140808 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";; diff --git a/srcpkgs/pngquant/update b/srcpkgs/pngquant/update new file mode 100644 index 00000000000..b673de014c3 --- /dev/null +++ b/srcpkgs/pngquant/update @@ -0,0 +1 @@ +site="https://pngquant.org/releases.html" From 7ae0cb528746f1c236b7a1c4c3f738d192c5b9ed Mon Sep 17 00:00:00 2001 From: Paper Mountain Studio Date: Sun, 28 Jul 2019 11:28:57 +0200 Subject: [PATCH 2/2] libimagequant: update to 2.12.5 --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index 7da96800f01..aeeeda46fde 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.12.3 +version=2.12.5 revision=1 build_style=configure configure_args="--with-openmp" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://pngquant.org/lib/" distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz" -checksum=2bd7854657a7e52416cd9dbfc68f10a843b003950f06e74a0e51fc6de48ff13d +checksum=9dc07f3bf6efaf03241fd514e62108be484a373871e2e02c117e6efb49d26293 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;