pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/pngcrush Changes 1.6.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/915549d3b3f8
branches:  trunk
changeset: 514289:915549d3b3f8
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 10 07:43:11 2006 +0000

description:
Changes 1.6.4:
* Fixed bug in handling of undocumented -trns_a option.
* Fixed bug with "nosave" handling of unknown chunks.

diffstat:

 graphics/pngcrush/Makefile         |   6 +++---
 graphics/pngcrush/distinfo         |   9 ++++-----
 graphics/pngcrush/patches/patch-aa |  17 -----------------
 3 files changed, 7 insertions(+), 25 deletions(-)

diffs (49 lines):

diff -r 1ce96ae0949f -r 915549d3b3f8 graphics/pngcrush/Makefile
--- a/graphics/pngcrush/Makefile        Sat Jun 10 03:23:46 2006 +0000
+++ b/graphics/pngcrush/Makefile        Sat Jun 10 07:43:11 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2006/04/19 17:00:12 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2006/06/10 07:43:11 adam Exp $
 
-DISTNAME=      pngcrush-1.6.3-nolib
-PKGNAME=       pngcrush-1.6.3
+DISTNAME=      pngcrush-1.6.4-nolib
+PKGNAME=       pngcrush-1.6.4
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pmt/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 1ce96ae0949f -r 915549d3b3f8 graphics/pngcrush/distinfo
--- a/graphics/pngcrush/distinfo        Sat Jun 10 03:23:46 2006 +0000
+++ b/graphics/pngcrush/distinfo        Sat Jun 10 07:43:11 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.11 2006/04/19 17:00:12 wiz Exp $
+$NetBSD: distinfo,v 1.12 2006/06/10 07:43:11 adam Exp $
 
-SHA1 (pngcrush-1.6.3-nolib.tar.bz2) = 2ed909cd32282fc21eb421d695f5951b97f98c95
-RMD160 (pngcrush-1.6.3-nolib.tar.bz2) = 6672fc72e59b43e476a058b70e0556ce8de56c24
-Size (pngcrush-1.6.3-nolib.tar.bz2) = 40935 bytes
-SHA1 (patch-aa) = dabbe1e16b93f7156dba77345d2e12f15e140eff
+SHA1 (pngcrush-1.6.4-nolib.tar.bz2) = 6d5c871b94bda8bdc605277501432f74b1a85f23
+RMD160 (pngcrush-1.6.4-nolib.tar.bz2) = 56cf59f968187c81e6dc5e0f1acd935c0058ebd9
+Size (pngcrush-1.6.4-nolib.tar.bz2) = 41061 bytes
diff -r 1ce96ae0949f -r 915549d3b3f8 graphics/pngcrush/patches/patch-aa
--- a/graphics/pngcrush/patches/patch-aa        Sat Jun 10 03:23:46 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2006/04/19 17:00:12 wiz Exp $
-
---- pngcrush.c.orig    2006-03-30 15:15:11.000000000 +0200
-+++ pngcrush.c
-@@ -128,10 +128,12 @@
- #define PNG_iCCP const png_byte png_iCCP[5] = {105,  67,  67,  80, '\0'}
- #define PNG_IEND const png_byte png_IEND[5] = { 73,  69,  78,  68, '\0'}
- 
-+#if 0
- PNG_EXPORT_VAR (const png_byte FARDATA) png_IHDR[5];
- PNG_EXPORT_VAR (const png_byte FARDATA) png_IDAT[5];
- PNG_EXPORT_VAR (const png_byte FARDATA) png_IEND[5];
- PNG_EXPORT_VAR (const png_byte FARDATA) png_iCCP[5];
-+#endif
- 
- #define PNG_FLAG_CRC_CRITICAL_USE         0x0400
- #define PNG_FLAG_CRC_CRITICAL_IGNORE      0x0800



Home | Main Index | Thread Index | Old Index