pngcrush: bump to 1.8.9. (#839)

This commit is contained in:
fbrosson
2016-10-25 22:55:05 +00:00
committed by GitHub
parent 9ddf6f2e2c
commit 943def46cf
2 changed files with 5 additions and 5 deletions

View File

@@ -5,10 +5,10 @@ Subject: haiku patch
diff --git a/pngcrush.c b/pngcrush.c
index 2e946db..dc1697c 100644
index 7156e71..e54cfab 100644
--- a/pngcrush.c
+++ b/pngcrush.c
@@ -7000,6 +7000,8 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED)
@@ -7034,6 +7034,8 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED)
png_uint_32 zbuf_size;
png_uint_32 required_window;
int channels = 0;
@@ -17,7 +17,7 @@ index 2e946db..dc1697c 100644
png_set_compression_strategy(write_ptr,
z_strategy);
png_set_compression_mem_level(write_ptr,
@@ -7021,8 +7023,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED)
@@ -7055,8 +7057,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED)
* a png_uint_32, by limiting the width and height used
* to 15 bits.
*/

View File

@@ -10,8 +10,8 @@ COPYRIGHT="1998-2002, 2006-2016 Glenn Randers-Pehrson
2005 Greg Roelofs"
LICENSE="LibPNG"
REVISION="1"
SOURCE_URI="http://downloads.sf.net/pmt/pngcrush-$portVersion-nolib.tar.xz"
CHECKSUM_SHA256="e20f8d823c778815d788d1f1d0275d98d76774695dca4f2d273f7f9ddf0a3bcb"
SOURCE_URI="http://downloads.sf.net/pmt/pngcrush-$portVersion-nolib.tar.gz"
CHECKSUM_SHA256="fb46c7e1c387dd0fe62114669672c5495ee0d72f5928b7e0fbedf4cf04758bd9"
SOURCE_DIR="pngcrush-$portVersion-nolib"
PATCHES="pngcrush-$portVersion.patchset"