summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-24 02:03:45 +0000
committerobache <obache@pkgsrc.org>2012-06-24 02:03:45 +0000
commit4535575d85a25c70b15f6d706cd849908a7db672 (patch)
tree50b20ab150affc34befaae37c1c0072f8e95ab67 /graphics/GraphicsMagick
parentcbc53d909364f31b1f65830f1863c7ff61c34045 (diff)
downloadpkgsrc-4535575d85a25c70b15f6d706cd849908a7db672.tar.gz
Update GraphicsMagick to 1.3.16.
1.3.16 (June 24, 2012) ========================== Security Fixes: * Don't translate 'comment' and 'label' attributes if the request is made while a file is being read. Only translate such attributes if they come from the command line or API user. Bug fixes: * SWT: SWT reader suffered from a number of implementation errors which caused it not to work any more. Works again. * XBM: Fix memory leak observed when reading file in 'ping' mode. * Support -trim on images which use a consistent (single color) transparent background. In this case, trim is done based on opacity rather than foreground color. * Include <sys/types.h> in order to assure that 'size_t' and 'ssize_t' are declared. This is necessary since MagickExtentImage() uses these types as part of its definition. * +repage was not working because parser was insisting that it should include an argument. * -units was scaling existing resolution the wrong way around (i.e. multiplying rather than dividing). * PerlMagick: Fix compilation with Perl 5.16. * PingBlob(): PingBlob was not working for all cases. Is now based on BlobToImage() for assured reliability. New Features: None Feature improvements: * MAT: Animated movies inside 4D matrices are loaded now. * PDF: File base name is used as the document title. * PNG: Fix issues observed specifically with libpng 1.5.10. Performance Improvements: * Pixel iterators should be more efficient now if the image uses a file-backed cache. * Motion blur algorithm does scale well as cores are added so include OpenMP support for it by default. Windows Delegate Updates: * JPEG: Updated to IJG 8d release. * PNG: Updated to 1.5.11 release * TIFF: Updated to 4.0.2 release. * Zlib: Updated to 1.2.7 release. * libxml2: Updated to 2.8.0 release. Behavior Changes: None
Diffstat (limited to 'graphics/GraphicsMagick')
-rw-r--r--graphics/GraphicsMagick/Makefile3
-rwxr-xr-xgraphics/GraphicsMagick/Makefile.common4
-rw-r--r--graphics/GraphicsMagick/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile
index ab809b71f06..a4230b0f334 100644
--- a/graphics/GraphicsMagick/Makefile
+++ b/graphics/GraphicsMagick/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2012/06/14 07:45:09 sbd Exp $
+# $NetBSD: Makefile,v 1.48 2012/06/24 02:03:45 obache Exp $
#
.include "Makefile.common"
-PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.graphicsmagick.org/
diff --git a/graphics/GraphicsMagick/Makefile.common b/graphics/GraphicsMagick/Makefile.common
index 2c6ec54042f..7449597cf8d 100755
--- a/graphics/GraphicsMagick/Makefile.common
+++ b/graphics/GraphicsMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.5 2012/04/29 12:41:48 obache Exp $
+# $NetBSD: Makefile.common,v 1.6 2012/06/24 02:03:45 obache Exp $
#
# used by graphics/p5-GraphicsMagick/Makefile
GM_MAJOR_VER= 1.3
-GM_MINOR_VER= 15
+GM_MINOR_VER= 16
DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER}
DISTNAME= GraphicsMagick-${DISTVERSION}
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 96eca757b56..00856189c8b 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2012/04/29 12:41:48 obache Exp $
+$NetBSD: distinfo,v 1.30 2012/06/24 02:03:45 obache Exp $
-SHA1 (GraphicsMagick-1.3.15.tar.gz) = 41b0d10feaf79aa9e99d5d0201e21588809f055a
-RMD160 (GraphicsMagick-1.3.15.tar.gz) = 9d860a74496dcc90e5f4069be8ede4aa227f02c7
-Size (GraphicsMagick-1.3.15.tar.gz) = 8084128 bytes
+SHA1 (GraphicsMagick-1.3.16.tar.gz) = f2ec0392d7a7d5cbe0d5bdff2931edbacedd73e9
+RMD160 (GraphicsMagick-1.3.16.tar.gz) = 75b12d2f0839ea384a3d861da6295995be11bfad
+Size (GraphicsMagick-1.3.16.tar.gz) = 8736761 bytes