Thu Feb 11 06:43:55 2010 UTC ()
Update GraphicsMagick to 1.3.10.

1.3.10 (February 10, 2010)
==========================

Security Fixes:

  * None

Bug fixes:

  * +adjoin was not working correctly for the case when only one image
    frame is present.  With +adjoin and writing one frame to
    "foo%d.jpg" it was outputting "foo%d.jpg" rather than "foo0.jpg".

  * When drawing paths, memory allocation for the points was much
    larger than it needed to be (patch by Vladimir Lukianov).

New Features:

  * None

Feature improvements:

  * None

Performance Improvements:

  * None

Behavior Changes:

  * To reiterate the change which first appeared in 1.3.9, there is no
    longer an implicit +adjoin if the output file name happens to
    contain a %d sequence, or there are multiple frames and the output
    file format only supports storing one frame.  Specify +adjoin if
    scene number substition is desired in the output file names.


(obache)
diff -r1.28 -r1.29 pkgsrc/graphics/GraphicsMagick/Makefile
diff -r1.22 -r1.23 pkgsrc/graphics/GraphicsMagick/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/graphics/GraphicsMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/Makefile 2010/02/05 05:09:06 1.28
+++ pkgsrc/graphics/GraphicsMagick/Makefile 2010/02/11 06:43:55 1.29
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2010/02/05 05:09:06 obache Exp $ 1# $NetBSD: Makefile,v 1.29 2010/02/11 06:43:55 obache Exp $
2# 2#
3 3
4DISTNAME= GraphicsMagick-1.3.9 4DISTNAME= GraphicsMagick-1.3.10
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \ 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=graphicsmagick/} \
7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ 7 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://www.graphicsmagick.org/ 10HOMEPAGE= http://www.graphicsmagick.org/
11COMMENT= X application for displaying and manipulating images 11COMMENT= X application for displaying and manipulating images
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_LIBTOOL= yes 16USE_LIBTOOL= yes
17USE_TOOLS+= gmake pkg-config gs 17USE_TOOLS+= gmake pkg-config gs

cvs diff -r1.22 -r1.23 pkgsrc/graphics/GraphicsMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/GraphicsMagick/distinfo 2010/02/05 05:09:07 1.22
+++ pkgsrc/graphics/GraphicsMagick/distinfo 2010/02/11 06:43:55 1.23
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.22 2010/02/05 05:09:07 obache Exp $ 1$NetBSD: distinfo,v 1.23 2010/02/11 06:43:55 obache Exp $
2 2
3SHA1 (GraphicsMagick-1.3.9.tar.gz) = bc47b50ed88dcdf39614619cd698ed93654151eb 3SHA1 (GraphicsMagick-1.3.10.tar.gz) = 80b446491633472dc880b6b53aff1d972b2c5734
4RMD160 (GraphicsMagick-1.3.9.tar.gz) = 43ab6be6b87d965c878ec48bca9389bfd21aaa30 4RMD160 (GraphicsMagick-1.3.10.tar.gz) = a82f9b82530b1907336c0c0ef4beb5073bd90339
5Size (GraphicsMagick-1.3.9.tar.gz) = 7933058 bytes 5Size (GraphicsMagick-1.3.10.tar.gz) = 7997262 bytes