summaryrefslogtreecommitdiff
path: root/graphics/optipng/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-01-19 11:18:41 +0000
committeradam <adam>2006-01-19 11:18:41 +0000
commite8f40602835a0df30789b7fa15b344a40945df49 (patch)
tree97c8c79b2d50222ed36c7be23c122b1e59239f02 /graphics/optipng/Makefile
parent1d44a31a7d3eb5f95ca9ea6b3c039b588e55ec0a (diff)
downloadpkgsrc-e8f40602835a0df30789b7fa15b344a40945df49.tar.gz
Changes 0.5:
++ Added pngxtern, a libpng add-on for external image format support: BMP (uncompressed), GIF, PNM. (This was incorporated from OptiPNG-Plus.) ++ Implemented RGB(A)-to-palette reductions. + If trials are ended prematurely, detailed progression is only reported under the user option -v. - Removed reporting of some IDAT sizes that exceeded the optimum. (This was NOT a bug, but a "feature" that confused some users.) ! Fixed an RGB-to-gray reduction problem that occured under some specific background colors. + Added support for builds based on the system-supplied zlib. * Modified LICENSE. It is now a verbatim spell of the zlib license.
Diffstat (limited to 'graphics/optipng/Makefile')
-rw-r--r--graphics/optipng/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile
index 709cfd5967b..bba933f46d6 100644
--- a/graphics/optipng/Makefile
+++ b/graphics/optipng/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2005/07/14 13:28:53 grant Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/19 11:18:41 adam Exp $
-DISTNAME= optipng-0.4.8
-PKGREVISION= 1
+DISTNAME= optipng-0.5
CATEGORIES= graphics
MASTER_SITES= http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
@@ -9,7 +8,6 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.cs.toronto.edu/~cosmin/pngtech/optipng/
COMMENT= Advanced PNG Optimizer
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
BUILDLINK_DEPENDS.zlib+= zlib>=1.2.2
.include "../../devel/zlib/buildlink3.mk"