diff options
author | adam <adam@pkgsrc.org> | 2004-10-15 12:33:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-10-15 12:33:21 +0000 |
commit | 60c7748ee4e43914031a14f2a905ed29461a5d85 (patch) | |
tree | 8095edc213f556944bf761c50b84bb1b43c37b50 /graphics/png | |
parent | 333f16c960a456b4bd23043a95008d6fab1055f8 (diff) | |
download | pkgsrc-60c7748ee4e43914031a14f2a905ed29461a5d85.tar.gz |
Changes 1.2.7:
* Removed unused pngasmrd.h file.
* Removed references to uu.net for archived files. Added references to
PNG Spec (second edition) and the PNG ISO/IEC Standard.
* Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
* Fixed bug with "optimized window size" in the IDAT datastream, that
causes libpng to write PNG files with incorrect zlib header bytes.
* Fixed bug with sCAL chunk and big-endian machines (David Munro).
* Undid new code added in 1.2.6rc2 to update the color_type in
png_set_filler().
* Added png_set_add_alpha() that updates color type.
* Revised png_set_strip_filler() to not remove alpha if color_type has alpha.
* Added makefile.hp64
* Changed projects/msvc/png32ms.def to scripts/png32ms.def in makefile.cygwin
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 7 | ||||
-rw-r--r-- | graphics/png/distinfo | 8 | ||||
-rw-r--r-- | graphics/png/patches/patch-ad | 6 |
3 files changed, 10 insertions, 11 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 5b13f836d19..9ce169d018a 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.67 2004/10/03 00:14:56 tv Exp $ +# $NetBSD: Makefile,v 1.68 2004/10/15 12:33:21 adam Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). -DISTNAME= libpng-1.2.6 +DISTNAME= libpng-1.2.7 PKGNAME= ${DISTNAME:S/lib//} -PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ http://www.libpng.org/pub/png/src/ \ @@ -24,7 +23,7 @@ USE_LIBTOOL= yes TEST_TARGET= test LIBPNG_SO_MAJOR= 3 -LIBPNG_SO_MINOR= 1 +LIBPNG_SO_MINOR= 2 MAKEFILE= scripts/makefile.std MAKE_ENV+= REALCC="${CC}" diff --git a/graphics/png/distinfo b/graphics/png/distinfo index 9b926fc50ee..a9e5c1c3f7c 100644 --- a/graphics/png/distinfo +++ b/graphics/png/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2004/08/17 09:54:30 drochner Exp $ +$NetBSD: distinfo,v 1.23 2004/10/15 12:33:21 adam Exp $ -SHA1 (libpng-1.2.6.tar.bz2) = 55ec46c0d21a23052e9bc618bb4fd8c58c4ab3c1 -Size (libpng-1.2.6.tar.bz2) = 378644 bytes +SHA1 (libpng-1.2.7.tar.bz2) = 9be9dc38e27fc41d5d8ac69f5fb8a79ea27d36ce +Size (libpng-1.2.7.tar.bz2) = 379504 bytes SHA1 (patch-aa) = 0b3d28e526f8d1530e82c30be46aea19e5a32d6a SHA1 (patch-ab) = 95de0ebcb6ac2a381291b91623388ff9907d939f -SHA1 (patch-ad) = 934b9f394c768d74888964943a60c3c45f252740 +SHA1 (patch-ad) = 9a08ae83e925ecdaa64b2bf48132c9519d063d35 SHA1 (patch-ae) = d5be0cdcfdd6c30a17b9633e28afb868911195aa diff --git a/graphics/png/patches/patch-ad b/graphics/png/patches/patch-ad index 4cb07d2190f..68c1114bfc4 100644 --- a/graphics/png/patches/patch-ad +++ b/graphics/png/patches/patch-ad @@ -1,11 +1,11 @@ -$NetBSD: patch-ad,v 1.4 2004/08/17 09:54:30 drochner Exp $ +$NetBSD: patch-ad,v 1.5 2004/10/15 12:33:21 adam Exp $ ---- scripts/libpng.pc.in.orig 2004-08-15 14:15:22.000000000 +0200 +--- scripts/libpng.pc.in.orig 2004-09-12 02:19:36.000000000 +0000 +++ scripts/libpng.pc.in @@ -7,5 +7,5 @@ includedir=${exec_prefix}/include Name: libpng12 Description: Loads and saves PNG files - Version: 1.2.6 + Version: 1.2.7 -Libs: -L${libdir} -lpng12 -lz -lm -Cflags: -I${includedir}/libpng12 +Libs: -L${libdir} -lpng -lz -lm |