pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/GraphicsMagick Update GraphicsMagick to 1.3.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee4cbc7a77eb
branches:  trunk
changeset: 551206:ee4cbc7a77eb
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Dec 10 00:48:21 2008 +0000

description:
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:

 graphics/GraphicsMagick/Makefile |  4 ++--
 graphics/GraphicsMagick/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 42335965c213 -r ee4cbc7a77eb graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile  Wed Dec 10 00:19:38 2008 +0000
+++ b/graphics/GraphicsMagick/Makefile  Wed Dec 10 00:48:21 2008 +0000
@@ -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 -r 42335965c213 -r ee4cbc7a77eb graphics/GraphicsMagick/distinfo
--- a/graphics/GraphicsMagick/distinfo  Wed Dec 10 00:19:38 2008 +0000
+++ b/graphics/GraphicsMagick/distinfo  Wed Dec 10 00:48:21 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index