# HG changeset patch # User Mark Brand # Date 1350232573 -7200 # Node ID c9b15d4d4f7d5806cb805102336e6a336f998a8b # Parent 4916e58b9c7757db2e9b3eeb9303550b1fc99d9e update package graphicsmagick diff -r 4916e58b9c77 -r c9b15d4d4f7d index.html --- a/index.html Sat Oct 13 23:43:01 2012 +0200 +++ b/index.html Sun Oct 14 18:36:13 2012 +0200 @@ -1190,7 +1190,7 @@ graphicsmagick - 1.3.16 + 1.3.17 GraphicsMagick diff -r 4916e58b9c77 -r c9b15d4d4f7d src/graphicsmagick-1-fix-xml2-config.patch --- a/src/graphicsmagick-1-fix-xml2-config.patch Sat Oct 13 23:43:01 2012 +0200 +++ b/src/graphicsmagick-1-fix-xml2-config.patch Sun Oct 14 18:36:13 2012 +0200 @@ -8,7 +8,7 @@ index 979d2c4..12d4555 100755 --- a/configure.ac +++ b/configure.ac -@@ -2388,12 +2388,13 @@ then +@@ -2373,12 +2373,13 @@ then # Debian installs libxml headers under /usr/include/libxml2/libxml with # the shared library installed under /usr/lib, whereas the package # installs itself under $prefix/libxml and $prefix/lib. @@ -23,7 +23,7 @@ fi failed=0 passed=0 -@@ -2416,8 +2417,9 @@ then +@@ -2401,8 +2402,9 @@ then LDFLAGS="$OLD_LDFLAGS" CPPFLAGS="$OLD_CPPFLAGS" else diff -r 4916e58b9c77 -r c9b15d4d4f7d src/graphicsmagick.mk --- a/src/graphicsmagick.mk Sat Oct 13 23:43:01 2012 +0200 +++ b/src/graphicsmagick.mk Sun Oct 14 18:36:13 2012 +0200 @@ -3,7 +3,7 @@ PKG := graphicsmagick $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 3949030b101d66811242a0d30abc9965481ed035 +$(PKG)_CHECKSUM := 6428eb4bd19635c833750ac9d56c9b89bef4c975 $(PKG)_SUBDIR := GraphicsMagick-$($(PKG)_VERSION) $(PKG)_FILE := GraphicsMagick-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)