pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/png Update to 1.2.38:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e05297378b5
branches:  trunk
changeset: 396010:5e05297378b5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 17 20:16:22 2009 +0000

description:
Update to 1.2.38:

version 1.2.38beta01 [June 17, 2009]
  Revised libpng*.txt and libpng.3 to mention calling png_set_IHDR()
    multiple times and to specify the sample order in the tRNS chunk,
    because the ISO PNG specification has a typo in the tRNS table.
  Changed several PNG_UNKNOWN_CHUNK_SUPPORTED to
    PNG_HANDLE_AS_UNKNOWN_SUPPORTED, to make the png_set_keep mechanism
    available for ignoring known chunks even when not saving unknown chunks.
  Adopted preference for consistent use of "#ifdef" and "#ifndef" versus
    "#if defined()" and "if !defined()" where possible.
  Added PNG_NO_HANDLE_AS_UNKNOWN in the PNG_LEGACY_SUPPORTED block of
    pngconf.h, and moved the various unknown chunk macro definitions
    outside of the PNG_READ|WRITE_ANCILLARY_CHUNK_SUPPORTED blocks.

version 1.2.38rc01 [June 24, 2009]
  No changes.

version 1.2.38rc02 [June 29, 2009]
  Added a reference to the libpng license in each source file.

version 1.2.38rc03 [July 11, 2009]
  Revised references to the libpng license in pngconf.h and contrib/visupng
    source files.
  Rebuilt configure scripts with autoconf-2.63.

version 1.0.47 and 1.2.38 [July 16, 2009]
  No changes.

diffstat:

 graphics/png/Makefile |  4 ++--
 graphics/png/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r fa897040d586 -r 5e05297378b5 graphics/png/Makefile
--- a/graphics/png/Makefile     Fri Jul 17 20:13:07 2009 +0000
+++ b/graphics/png/Makefile     Fri Jul 17 20:16:22 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2009/06/06 20:56:16 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2009/07/17 20:16:22 wiz Exp $
 
-DISTNAME=      libpng-1.2.37
+DISTNAME=      libpng-1.2.38
 PKGNAME=       ${DISTNAME:S/lib//}
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff -r fa897040d586 -r 5e05297378b5 graphics/png/distinfo
--- a/graphics/png/distinfo     Fri Jul 17 20:13:07 2009 +0000
+++ b/graphics/png/distinfo     Fri Jul 17 20:16:22 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.58 2009/06/06 20:56:16 wiz Exp $
+$NetBSD: distinfo,v 1.59 2009/07/17 20:16:22 wiz Exp $
 
-SHA1 (libpng-1.2.37.tar.bz2) = 4e2a967a24db88e9a2f6a8bab3fa1fd94bc68c00
-RMD160 (libpng-1.2.37.tar.bz2) = 4c3217bf2e4137a017bff60afdb1a9d0f0f83fe8
-Size (libpng-1.2.37.tar.bz2) = 660314 bytes
+SHA1 (libpng-1.2.38.tar.bz2) = fc3fe99a672d9c430673cbeb30e545f603b874f9
+RMD160 (libpng-1.2.38.tar.bz2) = f8026ea2f3fd868e6703604a89f8aa61d3b0ba28
+Size (libpng-1.2.38.tar.bz2) = 662908 bytes
 SHA1 (patch-aa) = 27df7893fc54f7e87790850eb9f047155c73f7d3
 SHA1 (patch-ac) = aaafc963c85b72e37fbbeed3e76f0c2ce9ebe9b2
 SHA1 (patch-ae) = e9700e7d3dd536d80e47cffa20b412a6c69660be



Home | Main Index | Thread Index | Old Index