Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] pngquant: update to 2.12.5, use different distfile mirror
Date: Sun, 28 Jul 2019 11:29:26 +0200	[thread overview]
Message-ID: <20190728092926.v-oois8JDftf0-mE2HYv_ODKdbVzPvkjD5caSowNpz4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13386@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

There is an updated pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages pngquant-2.12.5
https://github.com/void-linux/void-packages/pull/13386

pngquant: update to 2.12.5, use different distfile mirror


A patch file from https://github.com/void-linux/void-packages/pull/13386.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pngquant-2.12.5-13386.patch --]
[-- Type: text/x-diff, Size: 2711 bytes --]

From faedea72991c073c87b6e31211a8a4c871fd77ab Mon Sep 17 00:00:00 2001
From: Paper Mountain Studio <kodycze@gmail.com>
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 <leah@vuxu.org>"
 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 <kodycze@gmail.com>
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 <leah@vuxu.org>"
 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";;

      parent reply	other threads:[~2019-07-28  9:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-28  9:21 [PR PATCH] " voidlinux-github
2019-07-28  9:29 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-28  9:29 ` voidlinux-github [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190728092926.v-oois8JDftf0-mE2HYv_ODKdbVzPvkjD5caSowNpz4@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).