diff options
author | mjl <mjl@pkgsrc.org> | 2001-04-02 02:23:48 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-04-02 02:23:48 +0000 |
commit | 8985136ded42e1b281414cf8e0c57c0dee928bdd (patch) | |
tree | 5da963544cd850079af08e1c4908248b56234c10 /graphics | |
parent | 1d1a092b723cbff622ef4766ef5654e1ca1d9b41 (diff) | |
download | pkgsrc-8985136ded42e1b281414cf8e0c57c0dee928bdd.tar.gz |
Update to 1.0.10. Updates are bug fixes and MMX support.
Moved some error checking from png_handle_IHDR to png_set_IHDR.
Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros.
Revised png_mmx_support() function in pnggccrd.c
Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c
Fixed memory leak in contrib/visupng/PngFile.c
Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version)
Added warnings when retrieving or setting gamma=0.
Increased the first part of msg buffer from 16 to 18 in png_chunk_warning().
Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 6 | ||||
-rw-r--r-- | graphics/png/files/md5 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 8cf01770dc3..df2050ecfb3 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2001/03/30 12:57:38 mycroft Exp $ +# $NetBSD: Makefile,v 1.31 2001/04/02 02:23:48 mjl Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:44 max Exp -DISTNAME= libpng-1.0.9 -PKGNAME= ${DISTNAME:S/lib//}nb1 +DISTNAME= libpng-1.0.10 +PKGNAME= ${DISTNAME:S/lib//} CATEGORIES= graphics MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ ftp://ftp.cdrom.com/pub/png/src/ \ diff --git a/graphics/png/files/md5 b/graphics/png/files/md5 index cd27f7e12ba..791432d4f2a 100644 --- a/graphics/png/files/md5 +++ b/graphics/png/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.10 2001/03/03 22:24:01 tron Exp $ +$NetBSD: md5,v 1.11 2001/04/02 02:23:49 mjl Exp $ -MD5 (libpng-1.0.9.tar.gz) = 4e4f5a75058b97ffa9373b4b5ca38ea4 +SHA1 (libpng-1.0.10.tar.gz) = 922b3f582767597c1ea6e101be51dda06e8feb17 |