Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pngquant: update to 2.12.5, use different distfile mirror
@ 2019-07-28  9:21 voidlinux-github
  2019-07-28  9:29 ` [PR PATCH] [Updated] " voidlinux-github
  2019-07-28  9:29 ` voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-28  9:21 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1595 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] 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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] pngquant: update to 2.12.5, use different distfile mirror
  2019-07-28  9:21 [PR PATCH] pngquant: update to 2.12.5, use different distfile mirror voidlinux-github
@ 2019-07-28  9:29 ` voidlinux-github
  2019-07-28  9:29 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-28  9:29 UTC (permalink / raw)
  To: ml

[-- 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";;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] pngquant: update to 2.12.5, use different distfile mirror
  2019-07-28  9:21 [PR PATCH] pngquant: update to 2.12.5, use different distfile mirror voidlinux-github
  2019-07-28  9:29 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-28  9:29 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-07-28  9:29 UTC (permalink / raw)
  To: ml

[-- 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";;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-28  9:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-28  9:21 [PR PATCH] pngquant: update to 2.12.5, use different distfile mirror voidlinux-github
2019-07-28  9:29 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-28  9:29 ` voidlinux-github

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).