pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/png Changes 1.2.7:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e322f69f61e
branches: trunk
changeset: 481947:0e322f69f61e
user: adam <adam%pkgsrc.org@localhost>
date: Fri Oct 15 12:33:21 2004 +0000
description:
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:
graphics/png/Makefile | 7 +++----
graphics/png/distinfo | 8 ++++----
graphics/png/patches/patch-ad | 6 +++---
3 files changed, 10 insertions(+), 11 deletions(-)
diffs (59 lines):
diff -r 6320e851aa97 -r 0e322f69f61e graphics/png/Makefile
--- a/graphics/png/Makefile Fri Oct 15 12:22:13 2004 +0000
+++ b/graphics/png/Makefile Fri Oct 15 12:33:21 2004 +0000
@@ -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 @@
TEST_TARGET= test
LIBPNG_SO_MAJOR= 3
-LIBPNG_SO_MINOR= 1
+LIBPNG_SO_MINOR= 2
MAKEFILE= scripts/makefile.std
MAKE_ENV+= REALCC="${CC}"
diff -r 6320e851aa97 -r 0e322f69f61e graphics/png/distinfo
--- a/graphics/png/distinfo Fri Oct 15 12:22:13 2004 +0000
+++ b/graphics/png/distinfo Fri Oct 15 12:33:21 2004 +0000
@@ -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 -r 6320e851aa97 -r 0e322f69f61e graphics/png/patches/patch-ad
--- a/graphics/png/patches/patch-ad Fri Oct 15 12:22:13 2004 +0000
+++ b/graphics/png/patches/patch-ad Fri Oct 15 12:33:21 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index