Mon Apr 1 18:26:13 2013 UTC ()
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.


(kim)
diff -r1.155 -r1.156 pkgsrc/graphics/png/Makefile
diff -r1.101 -r1.102 pkgsrc/graphics/png/distinfo

cvs diff -r1.155 -r1.156 pkgsrc/graphics/png/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/png/Makefile 2013/03/02 10:55:25 1.155
+++ pkgsrc/graphics/png/Makefile 2013/04/01 18:26:12 1.156
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.155 2013/03/02 10:55:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.156 2013/04/01 18:26:12 kim Exp $
2 2
3DISTNAME= libpng-1.6.1beta05 3DISTNAME= libpng-1.6.1
4PKGNAME= ${DISTNAME:S/lib//} 4PKGNAME= ${DISTNAME:S/lib//}
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \
7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/ 7 ftp://ftp.fu-berlin.de/unix/graphics/png/src/
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= wiz@NetBSD.org 10MAINTAINER= wiz@NetBSD.org
11HOMEPAGE= http://www.libpng.org/pub/png/libpng.html 11HOMEPAGE= http://www.libpng.org/pub/png/libpng.html
12COMMENT= Library for manipulating PNG images 12COMMENT= Library for manipulating PNG images
13LICENSE= zlib 13LICENSE= zlib
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16 16

cvs diff -r1.101 -r1.102 pkgsrc/graphics/png/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/png/distinfo 2013/03/02 10:55:25 1.101
+++ pkgsrc/graphics/png/distinfo 2013/04/01 18:26:12 1.102
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.101 2013/03/02 10:55:25 wiz Exp $ 1$NetBSD: distinfo,v 1.102 2013/04/01 18:26:12 kim Exp $
2 2
3SHA1 (libpng-1.6.1beta05.tar.xz) = 3343e0f3cfd282959bc04f3959ea1cfb728c9b68 3SHA1 (libpng-1.6.1.tar.xz) = 1abe4e377b3e7863bb0d642330bdd83f4c704cc2
4RMD160 (libpng-1.6.1beta05.tar.xz) = 4f6b931d3b231a77140ef802e9089a41aed6750c 4RMD160 (libpng-1.6.1.tar.xz) = ee4720b3242eb0953f4e9943da9c29e9028a9085
5Size (libpng-1.6.1beta05.tar.xz) = 833172 bytes 5Size (libpng-1.6.1.tar.xz) = 835656 bytes
6SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138 6SHA1 (patch-aa) = 080c890ee48923db959fcdeeb12e4a5a27845138