changeset 3586:6058fd18818d

graphicsmagick: update to 1.3.19 * src/graphicsmagick.mk: update to version 1.3.19 * dist-files.mk: remove graphicsmagick-2-fix-png16-config.patch. * src/graphicsmagick-2-fix-png16-config.patch: removed.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 21 Apr 2014 10:58:49 -0400
parents cae9de57c5aa
children 4e90544559a3
files dist-files.mk src/graphicsmagick-2-fix-png16-config.patch src/graphicsmagick.mk
diffstat 3 files changed, 2 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/dist-files.mk	Mon Apr 21 11:42:41 2014 -0400
+++ b/dist-files.mk	Mon Apr 21 10:58:49 2014 -0400
@@ -126,7 +126,6 @@
   gnutls-test.c \
   gnutls.mk \
   graphicsmagick-1-fix-xml2-config.patch \
-  graphicsmagick-2-fix-png16-config.patch \
   graphicsmagick-test.cpp \
   graphicsmagick.mk \
   gsl-test.c \
--- a/src/graphicsmagick-2-fix-png16-config.patch	Mon Apr 21 11:42:41 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-diff -ur GraphicsMagick-1.3.17-orig/configure.ac GraphicsMagick-1.3.17/configure.ac
---- GraphicsMagick-1.3.17-orig/configure.ac	2013-11-08 15:06:33 -0500
-+++ GraphicsMagick-1.3.17/configure.ac	2013-11-08 15:07:07 -0500
-@@ -1928,7 +1928,7 @@
-        failed=`expr $failed + 1`,)
-   
-     if test $passed -gt 0; then
--      for var in 5 4 2 '' ; do
-+      for var in 6 5 4 2 '' ; do
-         if test "x${var}" = 'x' ; then
-           pnglib='png'
-         else
--- a/src/graphicsmagick.mk	Mon Apr 21 11:42:41 2014 -0400
+++ b/src/graphicsmagick.mk	Mon Apr 21 10:58:49 2014 -0400
@@ -3,8 +3,8 @@
 
 PKG             := graphicsmagick
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.3.17
-$(PKG)_CHECKSUM := 6428eb4bd19635c833750ac9d56c9b89bef4c975
+$(PKG)_VERSION  := 1.3.19
+$(PKG)_CHECKSUM := 621c3e9a3b12e38dad225ee3466fd55a24c62066
 $(PKG)_SUBDIR   := GraphicsMagick-$($(PKG)_VERSION)
 $(PKG)_FILE     := GraphicsMagick-$($(PKG)_VERSION).tar.xz
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)