diff options
author | obache <obache@pkgsrc.org> | 2008-11-30 01:02:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-11-30 01:02:50 +0000 |
commit | 3c93a9952d35ae99d3bae9318ff16b683ec4fcee (patch) | |
tree | 122d8ac898f1bef833772d807b088c6f89097b55 /graphics | |
parent | 025f762610cf66ce7a769054e955f7f6bc126df7 (diff) | |
download | pkgsrc-3c93a9952d35ae99d3bae9318ff16b683ec4fcee.tar.gz |
Update GraphicsMagick to 1.3.2.
1.3.2 (November 29, 2008)
=========================
Security Fixes:
* None.
Bug fixes:
* -roll was failing for colormapped images.
* VID: Memory leak fix.
* PREVIEW: Solarize parameter was wrong.
* Delegates previously using 'spawn' needed an ampersand so that
starting the child process does not hang the GUI.
Feature improvements:
* +profile now supports an exclusion syntax. For example ``+profile
'!icm,*'`` removes all of the profiles except for the ICM profile.
The new syntax also allows multiple profiles to be listed at once.
Performance Improvements:
* AdaptiveThreshold, Blur, Convolve, and MotionBlur no longer
process the opacity channel unless the image has one.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/GraphicsMagick/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 1bdf85c8b54..7d4ef50b9ea 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2008/11/18 00:50:35 obache Exp $ +# $NetBSD: Makefile,v 1.18 2008/11/30 01:02:50 obache Exp $ # -DISTNAME= GraphicsMagick-1.3.1 +DISTNAME= GraphicsMagick-1.3.2 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 ed9303f3046..909ca6ae664 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2008/11/18 00:50:35 obache Exp $ +$NetBSD: distinfo,v 1.14 2008/11/30 01:02:50 obache Exp $ -SHA1 (GraphicsMagick-1.3.1.tar.gz) = b15d54b71b04b4c88cc4833240eef25771cfb3ce -RMD160 (GraphicsMagick-1.3.1.tar.gz) = 716c38cc2249bffea338d8f7d30eff596f417e4c -Size (GraphicsMagick-1.3.1.tar.gz) = 7295145 bytes +SHA1 (GraphicsMagick-1.3.2.tar.gz) = 6ad271b2f2e459e64d0dcd899a93cf4e6207732d +RMD160 (GraphicsMagick-1.3.2.tar.gz) = c1c0e6514b1261828d749ed115f98b732886afd7 +Size (GraphicsMagick-1.3.2.tar.gz) = 7297848 bytes |