diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-21 23:42:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-21 23:42:17 +0000 |
commit | eb8ebeac56ee7c03c029af4acd561bf9bb3c2b54 (patch) | |
tree | da6d648fcdeb55627111d4359ab71e62a5b9e30f /graphics/png | |
parent | c15b04b0d45a9971f6f842841da62f1912debbc5 (diff) | |
download | pkgsrc-eb8ebeac56ee7c03c029af4acd561bf9bb3c2b54.tar.gz |
Update to 1.5.1beta06:
Version 1.5.1beta02 [January 14, 2011]
Fixed a bug in handling of interlaced images (bero at arklinux.org).
Updated CMakeLists.txt (Clifford Yapp)
Version 1.5.1beta03 [January 14, 2011]
Fixed typecasting of some png_debug() statements (Cosmin)
Version 1.5.1beta04 [January 16, 2011]
Updated documentation of png_set|get_tRNS() (Thomas Klausner).
Mentioned in the documentation that applications must #include "zlib.h"
if they need access to anything in zlib.h, and that a number of
macros such as png_memset() are no longer accessible by applications.
Corrected pngvalid gamma test "sample" function to access all of the color
samples of each pixel, instead of sampling the red channel three times.
Prefixed variable names index, div, exp, gamma with "png_" to avoid "shadow"
warnings, and (mistakenly) changed png_exp() to exp().
Version 1.5.1beta05 [January 16, 2011]
Changed variable names png_index, png_div, png_exp, and png_gamma to
char_index, divisor, exp_b10, and gamma_val, respectively, and
changed exp() back to png_exp().
Version 1.5.1beta06 [January 20, 2011]
Prevent png_push_crc_skip() from hanging while reading an unknown chunk
or an over-large compressed zTXt chunk with the progressive reader.
Eliminated more GCC "shadow" warnings.
Revised png_fixed() in png.c to avoid compiler warning about reaching the
end without returning anything.
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 d668d28e4f1..7785cae5caf 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.127 2011/01/13 13:27:21 wiz Exp $ +# $NetBSD: Makefile,v 1.128 2011/01/21 23:42:17 wiz Exp $ -DISTNAME= libpng-1.5.1beta01 +DISTNAME= libpng-1.5.1beta06 PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 2942376abd1..70bd25cb07b 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.72 2011/01/13 13:27:22 wiz Exp $ +$NetBSD: distinfo,v 1.73 2011/01/21 23:42:17 wiz Exp $ -SHA1 (libpng-1.5.1beta01.tar.bz2) = 3edd379cfae7240c93022347b4dbdef9744443f7 -RMD160 (libpng-1.5.1beta01.tar.bz2) = 68d0ee37a70426a5caf35172f97f6aec846d3ef3 -Size (libpng-1.5.1beta01.tar.bz2) = 763444 bytes +SHA1 (libpng-1.5.1beta06.tar.bz2) = ce8341e91e2c4affd07d5c5a60aa4a45d6dc7dbe +RMD160 (libpng-1.5.1beta06.tar.bz2) = 01253e1a403b44d7d1b505c2d5b5da6dde7fe755 +Size (libpng-1.5.1beta06.tar.bz2) = 766560 bytes SHA1 (patch-aa) = 0c4f4e594798384079a0ce2ee5d7a45e16366b12 SHA1 (patch-ac) = 0cb275bda71dcd72d5cf0986ac488bccf40ad2c5 |