From 23007267c02e96dc21eb7f4236722e22c9ad1356 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 Aug 2004 07:29:00 +0000 Subject: 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 --- graphics/mng/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/mng/Makefile') 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/} \ -- cgit v1.2.3