summaryrefslogtreecommitdiff
path: root/graphics/GraphicsMagick
diff options
context:
space:
mode:
authorobache <obache>2012-04-29 12:41:48 +0000
committerobache <obache>2012-04-29 12:41:48 +0000
commit968b6bcf8ff42607c57e697bd083cd8c5f8903df (patch)
treeaafad69fefd11ef519c78aa33fbb631192aad982 /graphics/GraphicsMagick
parentfe3fa01a98e29a4afbdc66a3c00f5a94748028c7 (diff)
downloadpkgsrc-968b6bcf8ff42607c57e697bd083cd8c5f8903df.tar.gz
Update GraphicsMagick to 1.3.15.
1.3.15 (April 28, 2012) ========================== Security Fixes: * Libpng in Windows build is updated to 1.5.10 release. Provides a fix for CVE-2011-3048. Bug fixes: * PNG - fixed problem with bit depth when the encoder decides to write RGBA instead of indexed PNG. * Fixed some temporary file leaks which were caused by the temporary file name being automatically extended to include a scene number, and therefore fail to be deleted. New Features: * Added '+noise random' and '-operator noise-random' to 'convert' and 'mogrify'. This modulates the existing image data with uniformely random noise. * Added -strip option in composite, convert, mogrify, and montage to remove all profiles and text attributes from the image. * Added -repage option to composite, convert, mogrify, and montage subcommands to reset or adjust the current image page offsets based on a provided geometry specification. * New C function StripImage() to remove all profiles and text attributes from the image. * New C function ResetImagePage() to adjust the current image page canvas and position based on a relative page specification. * C functions GenerateDifferentialNoise(), AddNoiseImageChannel(), QuantumOperatorRegionImage(), AddNoiseImage() updated to support RandomNoise enumeration. * New C++ Image method strip(), and unary function stripImage() to remove all profiles and text attributes from the image. * XCF format now respects image subimage and subrange members so that returned image layers may be selected. * The INFO coder (e.g. output file "info:-") now respects the -format option so that its output may be adjusted identically to how -format works for 'identify'. * TclMagick now supports Random noise. Feature improvements: * C function ThumbnailImage() now allows the user to override the filter used, but still defaults to using the box filter. Performance Improvements: * None Behavior Changes: * No longer add a printf-style scene formatting specification to filenames which do not have one and no longer automatically operate in 'adjoin' mode in such cases. If multiple numbered files are intended to be output, then add +adjoin to the command line and use an output filename specification similar to "image-%d.jpg". Output files are now completely specified and predictable but this may break some existing usages which anticipate the automatic file numbering.
Diffstat (limited to 'graphics/GraphicsMagick')
-rwxr-xr-xgraphics/GraphicsMagick/Makefile.common4
-rw-r--r--graphics/GraphicsMagick/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/GraphicsMagick/Makefile.common b/graphics/GraphicsMagick/Makefile.common
index fe88c6f0976..2c6ec54042f 100755
--- a/graphics/GraphicsMagick/Makefile.common
+++ b/graphics/GraphicsMagick/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.4 2012/02/26 12:22:06 obache Exp $
+# $NetBSD: Makefile.common,v 1.5 2012/04/29 12:41:48 obache Exp $
#
# used by graphics/p5-GraphicsMagick/Makefile
GM_MAJOR_VER= 1.3
-GM_MINOR_VER= 14
+GM_MINOR_VER= 15
DISTVERSION= ${GM_MAJOR_VER}.${GM_MINOR_VER}
DISTNAME= GraphicsMagick-${DISTVERSION}
diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo
index 55f5f40abb3..96eca757b56 100644
--- a/graphics/GraphicsMagick/distinfo
+++ b/graphics/GraphicsMagick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2012/02/26 12:22:06 obache Exp $
+$NetBSD: distinfo,v 1.29 2012/04/29 12:41:48 obache Exp $
-SHA1 (GraphicsMagick-1.3.14.tar.gz) = 43ef541db8234cd74c256166b84e7c751be806ec
-RMD160 (GraphicsMagick-1.3.14.tar.gz) = da6830f7224867e1030e7cdb154684bdaf82d253
-Size (GraphicsMagick-1.3.14.tar.gz) = 8052565 bytes
+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