summaryrefslogtreecommitdiff
path: root/graphics/png
diff options
context:
space:
mode:
authorkim <kim>2013-04-01 18:26:12 +0000
committerkim <kim>2013-04-01 18:26:12 +0000
commitf1f3fdc3f8f961ad6b23899b32405d97b9cc0cad (patch)
treed751fa073fb647f37205502e18d7dd959995a719 /graphics/png
parentd89ad731beb9cfbed3ddd6086f17f40d5a5d08f5 (diff)
downloadpkgsrc-f1f3fdc3f8f961ad6b23899b32405d97b9cc0cad.tar.gz
Updated graphics/png to 1.6.1 [kim 2013-04-01]
Version 1.6.1beta06 [March 4, 2013] Better documentation of unknown handling API interactions. Corrected Android builds and corrected libpng.vers with symbol prefixing This adds an API to set optimization options externally, providing an alternative and general solution for the non-portable run-time tests used by the ARM Neon code. It also makes those tests compile and link on Android. The order of settings vs options in pnglibconf.h is reversed to allow settings to depend on options and options can now set (or override) the defaults for settings. Version 1.6.1beta07 [March 7, 2013] Corrected simplified API default gamma for color-mapped output, added a flag to change default. In 1.6.0 when the simplified API was used to produce color-mapped output from an input image with no gamma information the gamma assumed for the input could be different from that assumed for non-color-mapped output. In particular 16-bit depth input files were assumed to be sRGB encoded, whereas in the 'direct' case they were assumed to have linear data. This was an error. The fix makes the simplified API treat all input files the same way and adds a new flag to the png_image::flags member to allow the application/user to specify that 16-bit files contain sRGB data rather than the default linear. Fixed bugs in the pngpixel and makepng test programs. Version 1.6.1beta08 [March 7, 2013] Fixed CMakelists.txt to allow building a single variant of the library (Claudio Bley): Introduced a PNG_LIB_TARGETS variable that lists all activated library targets. It is an error if this variable ends up empty, ie. you have to build at least one library variant. Made the *_COPY targets only depend on library targets actually being build. Use PNG_LIB_TARGETS to unify a code path. Changed the CREATE_SYMLINK macro to expect the full path to a file as the first argument. When symlinking the filename component of that path is determined and used as the link target. Use copy_if_different in the CREATE_SYMLINK macro. Version 1.6.1beta09 [March 13, 2013] Eliminated two warnings from the Intel C compiler. The warnings are technically valid, although a reasonable treatment of division would show it to be incorrect. Version 1.6.1rc01 [March 21, 2013] No changes. Version 1.6.1 [March 28, 2013] No changes.
Diffstat (limited to 'graphics/png')
-rw-r--r--graphics/png/Makefile4
-rw-r--r--graphics/png/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index d3709a7c869..efa402919cf 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.155 2013/03/02 10:55:25 wiz Exp $
+# $NetBSD: Makefile,v 1.156 2013/04/01 18:26:12 kim Exp $
-DISTNAME= libpng-1.6.1beta05
+DISTNAME= libpng-1.6.1
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index 3480e47868e..97bfeec3f0e 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.101 2013/03/02 10:55:25 wiz Exp $
+$NetBSD: distinfo,v 1.102 2013/04/01 18:26:12 kim Exp $
-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 (libpng-1.6.1.tar.xz) = 1abe4e377b3e7863bb0d642330bdd83f4c704cc2
+RMD160 (libpng-1.6.1.tar.xz) = ee4720b3242eb0953f4e9943da9c29e9028a9085
+Size (libpng-1.6.1.tar.xz) = 835656 bytes
SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138