summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-07-26 06:59:18 +0000
committerobache <obache>2008-07-26 06:59:18 +0000
commit98614442ad0cb5b76f6c0b95e33c8cb0ab710edc (patch)
treeb6084a3596b02a02e302631f27c147e1016febbe /graphics/GraphicsMagick/Makefile
parent37888e58967ff0402adcbca425e404bb413d5a64 (diff)
downloadpkgsrc-98614442ad0cb5b76f6c0b95e33c8cb0ab710edc.tar.gz
Update GraphicsMagick to 1.2.5.
1.2.5 (July 26, 2008) ===================== Security Fixes: * None. Bug fixes: * TIFF: Eliminated a memory leak in the codec support detection code. * JPEG: Removed over-write of image->client_data. * PNG: Fixed crash when writing PNG images with transparency and either optimize is requested, or the image is colormapped. Feature improvements: * A file extension proxy module is used to automatically map from common camera raw format extensions to dcraw so that camera RAW images are loaded automatically using 'dcraw' or similar program as defined via the 'dcraw' entry in delegates.mgk. * ThresholdImage() uses a new implementation backported from the development version which attempts to avoid unnecessary image updates.
Diffstat (limited to 'graphics/GraphicsMagick/Makefile')
-rw-r--r--graphics/GraphicsMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 0160745f838..49da77c34f3 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2008/07/02 00:39:23 obache Exp $
+# $NetBSD: Makefile,v 1.15 2008/07/26 06:59:18 obache Exp $
#
-DISTNAME= GraphicsMagick-1.2.4
+DISTNAME= GraphicsMagick-1.2.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.2/