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.10:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e31f777fa520
branches:  trunk
changeset: 549005:e31f777fa520
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 26 09:19:16 2008 +0000

description:
Changes 1.6.10:
* Add sTER chunk support.

Changes 1.6.9:
* Updated cexcept.h to version 2.0.1
* Add missing curly brackets.

Changes 1.6.8:
* Fixed bug with handling of -z and -zi options.

diffstat:

 graphics/pngcrush/Makefile         |   6 +++---
 graphics/pngcrush/distinfo         |  10 +++++-----
 graphics/pngcrush/patches/patch-aa |  17 +++++++++++++----
 3 files changed, 21 insertions(+), 12 deletions(-)

diffs (66 lines):

diff -r d3445b7ddf0f -r e31f777fa520 graphics/pngcrush/Makefile
--- a/graphics/pngcrush/Makefile        Sun Oct 26 09:07:45 2008 +0000
+++ b/graphics/pngcrush/Makefile        Sun Oct 26 09:19:16 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2008/07/18 08:41:19 adam Exp $
+# $NetBSD: Makefile,v 1.29 2008/10/26 09:19:16 adam Exp $
 
-DISTNAME=      pngcrush-1.6.7-nolib
-PKGNAME=       pngcrush-1.6.7
+DISTNAME=      pngcrush-1.6.10-nolib
+PKGNAME=       pngcrush-1.6.10
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pmt/}
 EXTRACT_SUFX=  .tar.bz2
diff -r d3445b7ddf0f -r e31f777fa520 graphics/pngcrush/distinfo
--- a/graphics/pngcrush/distinfo        Sun Oct 26 09:07:45 2008 +0000
+++ b/graphics/pngcrush/distinfo        Sun Oct 26 09:19:16 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2008/07/18 08:41:19 adam Exp $
+$NetBSD: distinfo,v 1.15 2008/10/26 09:19:16 adam Exp $
 
-SHA1 (pngcrush-1.6.7-nolib.tar.bz2) = 5db4157fa42762419ef100e39dd121509e8d04c3
-RMD160 (pngcrush-1.6.7-nolib.tar.bz2) = fcb1a1252ac09f715e58c2db02f2196fc50f8d71
-Size (pngcrush-1.6.7-nolib.tar.bz2) = 42089 bytes
-SHA1 (patch-aa) = 0729d2ae6185f8e3540d57ef91ae1b4a0069c7d8
+SHA1 (pngcrush-1.6.10-nolib.tar.bz2) = 4b3d6450d776e53408960fba9de7661b3e3e99cc
+RMD160 (pngcrush-1.6.10-nolib.tar.bz2) = 92466d6bde526e77f826b4ec7589f132c525ea39
+Size (pngcrush-1.6.10-nolib.tar.bz2) = 42633 bytes
+SHA1 (patch-aa) = 6e6949d18f5c1283ace50296d22184a211486eea
diff -r d3445b7ddf0f -r e31f777fa520 graphics/pngcrush/patches/patch-aa
--- a/graphics/pngcrush/patches/patch-aa        Sun Oct 26 09:07:45 2008 +0000
+++ b/graphics/pngcrush/patches/patch-aa        Sun Oct 26 09:19:16 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.7 2008/07/18 08:41:20 adam Exp $
+$NetBSD: patch-aa,v 1.8 2008/10/26 09:19:16 adam Exp $
 
---- pngcrush.c.orig    2008-06-13 03:50:52.000000000 +0200
+--- pngcrush.c.orig    2008-08-25 21:00:08.000000000 +0200
 +++ pngcrush.c
-@@ -624,9 +624,6 @@ void png_crc_read(png_structp png_ptr, p
+@@ -632,9 +632,6 @@ void png_crc_read(png_structp png_ptr, p
  int png_crc_error(png_structp png_ptr);
  int png_crc_finish(png_structp png_ptr, png_uint_32 skip);
  
@@ -12,7 +12,7 @@
  
  #ifdef PNG_USER_MEM_SUPPORTED
  png_voidp png_debug_malloc(png_structp png_ptr, png_uint_32 size);
-@@ -662,38 +659,6 @@ void print_usage(int retval);
+@@ -670,38 +667,6 @@ void print_usage(int retval);
   * ============================================================
   */
  
@@ -51,3 +51,12 @@
  /* Reset the CRC variable to 32 bits of 1's.  Care must be taken
   * in case CRC is > 32 bits to leave the top bits 0.
   */
+@@ -2821,7 +2786,7 @@ int main(int argc, char *argv[])
+ #if !defined(PNG_cHRM_SUPPORTED) || !defined(PNG_hIST_SUPPORTED) || \
+     !defined(PNG_iCCP_SUPPORTED) || !defined(PNG_sCAL_SUPPORTED) || \
+     !defined(PNG_pCAL_SUPPORTED) || !defined(PNG_sPLT_SUPPORTED) || \
+-    !defined(PNG_tIME_SUPPORTED)
++    !defined(PNG_tIME_SUPPORTED) || !defined(PNG_sTER_SUPPORTED)
+                         png_byte chunk_name[5];
+                         chunk_name[4] = '\0';
+ #endif



Home | Main Index | Thread Index | Old Index