summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-08-09 07:29:00 +0000
committeradam <adam@pkgsrc.org>2004-08-09 07:29:00 +0000
commit23007267c02e96dc21eb7f4236722e22c9ad1356 (patch)
tree4e9db758a28a55e656fd0415bf3d6a27392b027d /graphics
parentcce4afe622dc23a8f3b05d3d7a9b214e347638e0 (diff)
downloadpkgsrc-23007267c02e96dc21eb7f4236722e22c9ad1356.tar.gz
Changes 1.0.8:
bugfixes: * fixed problem with PAST usage where source > dest core: * added missing get-/put-chunk-jdaa * added CRC existence & checking flags * added data-push mechanisms for specialized decoders * some speed optimizations (thanks to John Stiles) * defend against using undefined closestream function * defend against using undefined openstream function * added check for extreme chunk-lengths * change worst-case iAlphadepth to 1 for standalone PNGs * added support for 3+byte pixelsize for JPEG's * added conditional to allow easier writing of large MNG's
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mng/Makefile4
-rw-r--r--graphics/mng/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mng/Makefile b/graphics/mng/Makefile
index a103c65dcd1..adffbec3276 100644
--- a/graphics/mng/Makefile
+++ b/graphics/mng/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2004/04/06 09:17:56 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/08/09 07:29:00 adam Exp $
-DISTNAME= libmng-1.0.7
+DISTNAME= libmng-1.0.8
PKGNAME= ${DISTNAME:S/lib//}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libmng/} \
diff --git a/graphics/mng/distinfo b/graphics/mng/distinfo
index bea514f65ba..a1baaa7f12f 100644
--- a/graphics/mng/distinfo
+++ b/graphics/mng/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/04/06 09:17:56 adam Exp $
+$NetBSD: distinfo,v 1.7 2004/08/09 07:29:00 adam Exp $
-SHA1 (libmng-1.0.7.tar.gz) = 05e5575ddd3928f3299d9f2b450d01994c2b2102
-Size (libmng-1.0.7.tar.gz) = 501577 bytes
+SHA1 (libmng-1.0.8.tar.gz) = 4d9f4d309922d87770cc0806cb08dbfbae72bf34
+Size (libmng-1.0.8.tar.gz) = 509823 bytes