diff options
author | obache <obache@pkgsrc.org> | 2008-12-10 00:48:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-10 00:48:21 +0000 |
commit | 2fa72c7eb036e28f3720d76cbf46ffe0ed4744b5 (patch) | |
tree | b73b64cb509881ef772065475b2cb1768b17099b /graphics | |
parent | 31b1189f96b4e5b87e82524517690b147af872c7 (diff) | |
download | pkgsrc-2fa72c7eb036e28f3720d76cbf46ffe0ed4744b5.tar.gz |
Update GraphicsMagick to 1.3.3.
1.3.3 (December 9, 2008)
========================
Security Fixes:
* None.
Bug fixes:
* 'identify' was throwing an assertion when used on colormapped
files (this bug was introduced by 1.3.2).
* With the -segment option, eliminate trashing the image colors when
used on huge images.
* 'identify -format "%c"' now reports the entire comment regardless
of size.
* Argument to -convolve is no longer arbitrarily truncated so huge
convolution kernels may now be specified from the command line.
Performance Improvements:
* Image segmentation (-segment) is now accelerated using OpenMP and
uses several other tactics to improve execution performance.
* 'identify "*"' now successfully works in a 32-bit application when
used in a directory containing a million files.
* 'identify' now executes quickly when used on TIFF files.
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 7d4ef50b9ea..d2fc2f0e5cf 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2008/11/30 01:02:50 obache Exp $ +# $NetBSD: Makefile,v 1.19 2008/12/10 00:48:21 obache Exp $ # -DISTNAME= GraphicsMagick-1.3.2 +DISTNAME= GraphicsMagick-1.3.3 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 909ca6ae664..8d0dd47c1cc 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2008/11/30 01:02:50 obache Exp $ +$NetBSD: distinfo,v 1.15 2008/12/10 00:48:21 obache Exp $ -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 +SHA1 (GraphicsMagick-1.3.3.tar.gz) = 0e277e63ad68facd27ec19c76568bf81dd1f2837 +RMD160 (GraphicsMagick-1.3.3.tar.gz) = 55b89c7d39c85109a6acd5a326815cddf397f9d0 +Size (GraphicsMagick-1.3.3.tar.gz) = 7366311 bytes |