diff options
author | adam <adam@pkgsrc.org> | 2004-08-09 07:29:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-08-09 07:29:00 +0000 |
commit | 23007267c02e96dc21eb7f4236722e22c9ad1356 (patch) | |
tree | 4e9db758a28a55e656fd0415bf3d6a27392b027d /graphics/mng/Makefile | |
parent | cce4afe622dc23a8f3b05d3d7a9b214e347638e0 (diff) | |
download | pkgsrc-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/mng/Makefile')
-rw-r--r-- | graphics/mng/Makefile | 4 |
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/} \ |