diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-03 09:20:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-03 09:20:58 +0000 |
commit | 7ceeeb4417532b87486e9a785493b1aea386791c (patch) | |
tree | ca0db9dd5e32b0d026baa71953b2bc15e66b5b8b /graphics/png | |
parent | a87082f5bfb33218cdde69161646f378082f1021 (diff) | |
download | pkgsrc-7ceeeb4417532b87486e9a785493b1aea386791c.tar.gz |
Update to 1.5.1:
Version 1.5.1beta10 [January 27, 2010]
Fixed incorrect examples of callback prototypes in the manual, that were
introduced in libpng-1.0.0.
In addition the order of the png_get_uint macros with respect to the
relevant function definitions has been reversed. This helps the
preprocessing of the symbol files be more robust. Furthermore, the
symbol file preprocessing now uses -DPNG_NO_USE_READ_MACROS even when
the library may actually be built with PNG_USE_READ_MACROS; this stops
the read macros interfering with the symbol file format.
Made the manual, synopses, and function prototypes use the function
argument names file_gamma, int_file_gamma, and srgb_intent consistently.
Version 1.5.1beta11 [January 28, 2011]
Changed PNG_UNUSED from "param=param;" to "{if(param){}}".
Corrected local variable type in new API png_process_data_skip()
The type was self-evidently incorrect but only causes problems on 64 bit
architectures.
Added transform tests to pngvalid and simplified the arguments.
Version 1.5.1rc01 [January 29, 2011]
No changes.
Version 1.5.1rc02 [January 31, 2011]
Added a request in the manual that applications do not use "png_" or
"PNG_" to begin any of their own symbols.
Changed PNG_UNUSED to "(void)param;" and updated the commentary in pngpriv.h
Version 1.5.1 [February 3, 2011]
No changes.
Diffstat (limited to 'graphics/png')
-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 29c70a7348f..022c7378965 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.130 2011/01/24 08:08:37 adam Exp $ +# $NetBSD: Makefile,v 1.131 2011/02/03 09:20:58 wiz Exp $ -DISTNAME= libpng-1.5.1beta09 +DISTNAME= libpng-1.5.1 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 916f3234ec4..0582c268bbb 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.75 2011/01/24 08:08:37 adam Exp $ +$NetBSD: distinfo,v 1.76 2011/02/03 09:20:58 wiz Exp $ -SHA1 (libpng-1.5.1beta09.tar.bz2) = 6914e1c086313208bb6ff49cbcc6d95f6a20f12a -RMD160 (libpng-1.5.1beta09.tar.bz2) = 7402e1c706cc38a08fb9a672cbce4ff0f5e84e78 -Size (libpng-1.5.1beta09.tar.bz2) = 778756 bytes +SHA1 (libpng-1.5.1.tar.bz2) = 750361f1cd693da53ef66624d5a8a6a431c40cd5 +RMD160 (libpng-1.5.1.tar.bz2) = 62ab2800b760ca642db094017f798590465bc5a3 +Size (libpng-1.5.1.tar.bz2) = 773560 bytes SHA1 (patch-aa) = 0c4f4e594798384079a0ce2ee5d7a45e16366b12 |