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
This commit is contained in:
obache 2012-06-24 02:03:45 +00:00
parent 0f574648b2
commit cde793db55
3 changed files with 7 additions and 8 deletions

View file

@ -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/

View file

@ -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}

View file

@ -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