From d25d0e4b87edf8db0bbfca3447fa80571c5b4d46 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sat, 16 Jul 2016 10:27:30 +0000 Subject: [PATCH] pngcrush: bump to 1.8.2. --- .../{pngcrush-1.8.1.patchset => pngcrush-1.8.2.patchset} | 6 +++--- .../{pngcrush-1.8.1.recipe => pngcrush-1.8.2.recipe} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename media-gfx/pngcrush/patches/{pngcrush-1.8.1.patchset => pngcrush-1.8.2.patchset} (87%) rename media-gfx/pngcrush/{pngcrush-1.8.1.recipe => pngcrush-1.8.2.recipe} (93%) diff --git a/media-gfx/pngcrush/patches/pngcrush-1.8.1.patchset b/media-gfx/pngcrush/patches/pngcrush-1.8.2.patchset similarity index 87% rename from media-gfx/pngcrush/patches/pngcrush-1.8.1.patchset rename to media-gfx/pngcrush/patches/pngcrush-1.8.2.patchset index e61bc8c60..7608a7ad6 100644 --- a/media-gfx/pngcrush/patches/pngcrush-1.8.1.patchset +++ b/media-gfx/pngcrush/patches/pngcrush-1.8.2.patchset @@ -5,10 +5,10 @@ Subject: haiku patch diff --git a/pngcrush.c b/pngcrush.c -index 5f8178c..e0b9937 100644 +index 7c4341c..5c23985 100644 --- a/pngcrush.c +++ b/pngcrush.c -@@ -6417,6 +6417,8 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) +@@ -6468,6 +6468,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 5f8178c..e0b9937 100644 png_set_compression_strategy(write_ptr, z_strategy); png_set_compression_mem_level(write_ptr, -@@ -6438,8 +6440,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) +@@ -6489,8 +6491,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) * a png_uint_32, by limiting the width and height used * to 15 bits. */ diff --git a/media-gfx/pngcrush/pngcrush-1.8.1.recipe b/media-gfx/pngcrush/pngcrush-1.8.2.recipe similarity index 93% rename from media-gfx/pngcrush/pngcrush-1.8.1.recipe rename to media-gfx/pngcrush/pngcrush-1.8.2.recipe index 6d28f6751..95ed81fdb 100644 --- a/media-gfx/pngcrush/pngcrush-1.8.1.recipe +++ b/media-gfx/pngcrush/pngcrush-1.8.2.recipe @@ -11,7 +11,7 @@ COPYRIGHT="1998-2002, 2006-2016 Glenn Randers-Pehrson LICENSE="LibPNG" REVISION="1" SOURCE_URI="http://downloads.sf.net/pmt/pngcrush-$portVersion-nolib.tar.xz" -CHECKSUM_SHA256="29dfdc0e4302a10a58f1785ebc08ec5f57b6b2d3f36688dcb69ee058eb8a7ac0" +CHECKSUM_SHA256="4a2b4a0445008f0d528cffebd143ca9b15ec41cbc5abb79ce244d6eedaf452b1" SOURCE_DIR="pngcrush-${portVersion}-nolib" PATCHES="pngcrush-$portVersion.patchset"