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.15.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bebbf1caddc
branches:  trunk
changeset: 603125:2bebbf1caddc
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Apr 29 12:41:48 2012 +0000

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

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

diffs (28 lines):

diff -r 174ff90bc28a -r 2bebbf1caddc graphics/GraphicsMagick/Makefile.common
--- a/graphics/GraphicsMagick/Makefile.common   Sun Apr 29 12:24:00 2012 +0000
+++ b/graphics/GraphicsMagick/Makefile.common   Sun Apr 29 12:41:48 2012 +0000
@@ -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 -r 174ff90bc28a -r 2bebbf1caddc graphics/GraphicsMagick/distinfo
--- a/graphics/GraphicsMagick/distinfo  Sun Apr 29 12:24:00 2012 +0000
+++ b/graphics/GraphicsMagick/distinfo  Sun Apr 29 12:41:48 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index