diff options
author | wiz <wiz> | 2013-03-02 10:55:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-03-02 10:55:25 +0000 |
commit | ccc9ea7ed849ac3fc5605aaac933641d21290141 (patch) | |
tree | 8c07369e3e6a8b1f54ca9e71b5c1f73b913a3dc9 /graphics/png | |
parent | 670648ba7ab5b04c9c14424ad180622bf63fef1a (diff) | |
download | pkgsrc-ccc9ea7ed849ac3fc5605aaac933641d21290141.tar.gz |
Update to 1.6.1beta05 for a bugfix needed by wm/awesome (via
ImageMagick).
Version 1.6.1beta01 [February 16, 2013]
Made symbol prefixing work with the ARM neon optimizations. Also allow
pngpriv.h to be included for preprocessor definitions only, so it can
be used in non-C/C++ files. Back ported from libpng 1.7.
Made sRGB check numbers consistent.
Ported libpng 1.5 options.awk/dfn file handling to 1.6, fixed one bug.
Removed cc -E workround, corrected png_get_palette_max API Tested on
SUN OS cc 5.9, which demonstrates the tokenization problem previously
avoided by using /lib/cpp. Since all .dfn output is now protected in
double quotes unless it is to be macro substituted the fix should
work everywhere.
Enabled parallel tests - back ported from libpng-1.7.
scripts/pnglibconf.dfa formatting improvements back ported from libpng17.
Fixed a race condition in the creation of the build 'scripts' directory
while building with a parallel make.
Use approved/supported Android method to check for NEON, use Linux/POSIX
1003.1 API to check /proc/self/auxv avoiding buffer allocation and other
library calls (ported from libpng15).
Version 1.6.1beta02 [February 19, 2013]
Use parentheses more consistently in "#if defined(MACRO)" tests.
Folded long lines.
Reenabled code to allow zero length PLTE chunks for MNG.
Version 1.6.1beta03 [February 22, 2013]
Fixed ALIGNED_MEMORY support.
Allow run-time ARM NEON checking to be disabled. A new configure option:
--enable-arm-neon=always will stop the run-time checks. New checks
within arm/arm_init.c will cause the code not to be compiled unless
__ARM_NEON__ is set. This should make it fail safe (if someone asks
for it on then the build will fail if it can't be done.)
Updated the INSTALL document.
Version 1.6.1beta04 [February 27, 2013]
Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES.
Revised scripts/makefile.freebsd to respect ZLIBLIB and ZLIBINC.
Revised scripts/dfn.awk to work with the buggy MSYS awk that has trouble
with CRLF line endings.
Version 1.6.1beta05 [March 2, 2013]
Avoid a possible memory leak in contrib/gregbook/readpng.c
Fixed bug introduced in libpng-1.6.0beta28 that causes libpng to handle chunks
even when they have been tagged PNG_HANDLE_CHUNK_NEVER.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 5 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index dd4c0867905..d3709a7c869 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.154 2013/02/16 11:16:06 wiz Exp $ +# $NetBSD: Makefile,v 1.155 2013/03/02 10:55:25 wiz Exp $ -DISTNAME= libpng-1.6.0 +DISTNAME= libpng-1.6.1beta05 PKGNAME= ${DISTNAME:S/lib//} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ ftp://ftp.fu-berlin.de/unix/graphics/png/src/ diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 577a2b47e88..3480e47868e 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.100 2013/02/16 11:16:06 wiz Exp $ +$NetBSD: distinfo,v 1.101 2013/03/02 10:55:25 wiz Exp $ -SHA1 (libpng-1.6.0.tar.xz) = 830123507d845d4783e81e46e912a23db3a4f13b -RMD160 (libpng-1.6.0.tar.xz) = 919d743bb265f76bbec04e10e0565db1df10b233 -Size (libpng-1.6.0.tar.xz) = 825232 bytes +SHA1 (libpng-1.6.1beta05.tar.xz) = 3343e0f3cfd282959bc04f3959ea1cfb728c9b68 +RMD160 (libpng-1.6.1beta05.tar.xz) = 4f6b931d3b231a77140ef802e9089a41aed6750c +Size (libpng-1.6.1beta05.tar.xz) = 833172 bytes SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138 |