From d55e82d8d1c06c4ccb286fe49d957bed62371874 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Sun, 25 Sep 2016 01:01:41 +0000 Subject: [PATCH] pngcrush: bump to 1.8.6. --- .../{pngcrush-1.8.5.patchset => pngcrush-1.8.6.patchset} | 6 +++--- .../{pngcrush-1.8.5.recipe => pngcrush-1.8.6.recipe} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename media-gfx/pngcrush/patches/{pngcrush-1.8.5.patchset => pngcrush-1.8.6.patchset} (87%) rename media-gfx/pngcrush/{pngcrush-1.8.5.recipe => pngcrush-1.8.6.recipe} (90%) diff --git a/media-gfx/pngcrush/patches/pngcrush-1.8.5.patchset b/media-gfx/pngcrush/patches/pngcrush-1.8.6.patchset similarity index 87% rename from media-gfx/pngcrush/patches/pngcrush-1.8.5.patchset rename to media-gfx/pngcrush/patches/pngcrush-1.8.6.patchset index 9b505e5d1..74b95f4f2 100644 --- a/media-gfx/pngcrush/patches/pngcrush-1.8.5.patchset +++ b/media-gfx/pngcrush/patches/pngcrush-1.8.6.patchset @@ -5,10 +5,10 @@ Subject: haiku patch diff --git a/pngcrush.c b/pngcrush.c -index 087b39a..f245673 100644 +index 6e4211a..7058e8a 100644 --- a/pngcrush.c +++ b/pngcrush.c -@@ -6936,6 +6936,8 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) +@@ -6964,6 +6964,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 087b39a..f245673 100644 png_set_compression_strategy(write_ptr, z_strategy); png_set_compression_mem_level(write_ptr, -@@ -6957,8 +6959,6 @@ defined(PNG_READ_STRIP_16_TO_8_SUPPORTED) +@@ -6985,8 +6987,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.5.recipe b/media-gfx/pngcrush/pngcrush-1.8.6.recipe similarity index 90% rename from media-gfx/pngcrush/pngcrush-1.8.5.recipe rename to media-gfx/pngcrush/pngcrush-1.8.6.recipe index 364fdfe0f..c690447b8 100644 --- a/media-gfx/pngcrush/pngcrush-1.8.5.recipe +++ b/media-gfx/pngcrush/pngcrush-1.8.6.recipe @@ -11,8 +11,8 @@ 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="1f843d836de8ef90b99b0a9e3e37f4ff4776278b5605293d5644b6efd537d934" -SOURCE_DIR="pngcrush-${portVersion}-nolib" +CHECKSUM_SHA256="14e5975c856d732d1661397e292fa2c2f42a5d39070025f57ce03d77b6e0a3df" +SOURCE_DIR="pngcrush-$portVersion-nolib" PATCHES="pngcrush-$portVersion.patchset" ARCHITECTURES="x86 x86_gcc2 x86_64" @@ -28,11 +28,11 @@ REQUIRES=" " BUILD_REQUIRES=" + haiku_devel devel:libpng16 devel:libz " BUILD_PREREQUIRES=" - haiku_devel cmd:make cmd:gcc cmd:install