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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d343b1182dc
branches:  trunk
changeset: 539010:2d343b1182dc
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Feb 24 02:58:40 2008 +0000

description:
Update GraphicsMagick to 1.1.11.

Significant changes associated with GraphicsMagick 1.1.11 (released September 23, 2007)

  Bugs Fixed:

    o BMP: Support large files.

    o DIB: Support large files.

    o PNG: Fix depth handling with 16-bit PNG files in the Q8 build.

    o SUN: Properly report image depth.

    o TIFF: Endian option (-endian) now controls TIFF byte endian order
      rather than bit fill order.

    o DCM, DIB, XBM, XCF, XWD: Eliminate integer overflow vulnerability
      (IDefense 09.19.07).

    o HSL colorspace transform: Avoid optimization bug noticed on Opteron
      with GCC.

    o HWB colorspace transform: Avoid optimization bug noticed on Opteron
      with GCC.

    o RGBTransformImage()/TransformRGBImage(): Was using HWB colorspace
      when HSL was requested.

    o Successfully reads files with names like 'file[123]'.

    o 'gm display': No longer rely on isatty() to determine if input is
      from a pipe (use 'gm display -' to display an image read from a pipe).

  Feature Improvements:

    o 'identify +ping' forces the pixels to be read (similar to GM 1.2).

    o 'gm -version' now indicates if build supports "Large Memory" (i.e. 64-bit).

    o TIFF: Use '-define tiff:fill-order={msb2lsb|lsb2msb}' to control
      TIFF bit fill order.


  Performance Improvements:

    o No longer bogs down if a directory contains hundreds of thousands of
      files and the filename looks like a wildcard specification.

diffstat:

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

diffs (26 lines):

diff -r 2a73c498d1f8 -r 2d343b1182dc graphics/GraphicsMagick/Makefile
--- a/graphics/GraphicsMagick/Makefile  Sun Feb 24 02:26:33 2008 +0000
+++ b/graphics/GraphicsMagick/Makefile  Sun Feb 24 02:58:40 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2008/02/13 06:31:16 obache Exp $
+# $NetBSD: Makefile,v 1.7 2008/02/24 02:58:40 obache Exp $
 #
 
-DISTNAME=      GraphicsMagick-1.1.10
+DISTNAME=      GraphicsMagick-1.1.11
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
                ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
diff -r 2a73c498d1f8 -r 2d343b1182dc graphics/GraphicsMagick/distinfo
--- a/graphics/GraphicsMagick/distinfo  Sun Feb 24 02:26:33 2008 +0000
+++ b/graphics/GraphicsMagick/distinfo  Sun Feb 24 02:58:40 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/10/14 12:25:15 obache Exp $
+$NetBSD: distinfo,v 1.4 2008/02/24 02:58:40 obache Exp $
 
-SHA1 (GraphicsMagick-1.1.10.tar.bz2) = 52027fd146a648b0d80c11a444b6038a29269454
-RMD160 (GraphicsMagick-1.1.10.tar.bz2) = 98e339eb79a34ae07b1a86b30d7c9481d7f83935
-Size (GraphicsMagick-1.1.10.tar.bz2) = 4991117 bytes
+SHA1 (GraphicsMagick-1.1.11.tar.bz2) = 05f295b08ac07182b38a0284acfc023b0d84d091
+RMD160 (GraphicsMagick-1.1.11.tar.bz2) = 0a737af87d6ae78324cdafcb7f3e886dee285689
+Size (GraphicsMagick-1.1.11.tar.bz2) = 5019414 bytes



Home | Main Index | Thread Index | Old Index