summaryrefslogtreecommitdiff
path: root/graphics/mng/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-08-09 07:29:00 +0000
committeradam <adam>2004-08-09 07:29:00 +0000
commitd566f7cd86219374f91c81d1efe155779911ac83 (patch)
tree4e9db758a28a55e656fd0415bf3d6a27392b027d /graphics/mng/Makefile
parentcf052ab31ab822e222172188b437647749f51736 (diff)
downloadpkgsrc-d566f7cd86219374f91c81d1efe155779911ac83.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/mng/Makefile')
-rw-r--r--graphics/mng/Makefile4
1 files changed, 2 insertions, 2 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/} \