summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-11 06:43:55 +0000
committerobache <obache@pkgsrc.org>2010-02-11 06:43:55 +0000
commitc797597e6aa7d219aecced56574b27b75db3b973 (patch)
tree1e8f45622da85432dbfd9b55f3bba3b351c0cd60 /graphics/GraphicsMagick
parente51dcdb36cb89ac5e6570dce5e4dd5d1e2d9319f (diff)
downloadpkgsrc-c797597e6aa7d219aecced56574b27b75db3b973.tar.gz
Update GraphicsMagick to 1.3.10.
1.3.10 (February 10, 2010) ========================== Security Fixes: * None Bug fixes: * +adjoin was not working correctly for the case when only one image frame is present. With +adjoin and writing one frame to "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg". * When drawing paths, memory allocation for the points was much larger than it needed to be (patch by Vladimir Lukianov). New Features: * None Feature improvements: * None Performance Improvements: * None Behavior Changes: * To reiterate the change which first appeared in 1.3.9, there is no longer an implicit +adjoin if the output file name happens to contain a %d sequence, or there are multiple frames and the output file format only supports storing one frame. Specify +adjoin if scene number substition is desired in the output file names.
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile4
-rw-r--r--graphics/GraphicsMagick/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index 95735ea7875..a8793f91b30 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2010/02/05 05:09:06 obache Exp $
+# $NetBSD: Makefile,v 1.29 2010/02/11 06:43:55 obache Exp $
#
-DISTNAME= GraphicsMagick-1.3.9
+DISTNAME= GraphicsMagick-1.3.10
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 9be004ecd6b..fd245b669c3 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2010/02/05 05:09:07 obache Exp $
+$NetBSD: distinfo,v 1.23 2010/02/11 06:43:55 obache Exp $
-SHA1 (GraphicsMagick-1.3.9.tar.gz) = bc47b50ed88dcdf39614619cd698ed93654151eb
-RMD160 (GraphicsMagick-1.3.9.tar.gz) = 43ab6be6b87d965c878ec48bca9389bfd21aaa30
-Size (GraphicsMagick-1.3.9.tar.gz) = 7933058 bytes
+SHA1 (GraphicsMagick-1.3.10.tar.gz) = 80b446491633472dc880b6b53aff1d972b2c5734
+RMD160 (GraphicsMagick-1.3.10.tar.gz) = a82f9b82530b1907336c0c0ef4beb5073bd90339
+Size (GraphicsMagick-1.3.10.tar.gz) = 7997262 bytes