diff options
author | wiz <wiz@pkgsrc.org> | 2009-07-17 20:16:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-07-17 20:16:22 +0000 |
commit | 1181bf9874f17a603a8bbb14c7f65b29ae8bfed2 (patch) | |
tree | cb6ea83a1ae71ba3787de3d3f38b16c4a780e971 | |
parent | f8ef8d05925611b75e2a3e87c427a8e9b3d34830 (diff) | |
download | pkgsrc-1181bf9874f17a603a8bbb14c7f65b29ae8bfed2.tar.gz |
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.
-rw-r--r-- | graphics/png/Makefile | 4 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 5d76be4d7ae..15aafcae578 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -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 --git a/graphics/png/distinfo b/graphics/png/distinfo index 3ff2ea40ecd..b1be5dd0314 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -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 |