changeset 2823:c9b15d4d4f7d

update package graphicsmagick
author Mark Brand <mabrand@mabrand.nl>
date Sun, 14 Oct 2012 18:36:13 +0200
parents 4916e58b9c77
children 4e9d21c0ac50
files index.html src/graphicsmagick-1-fix-xml2-config.patch src/graphicsmagick.mk
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </tr>
     <tr>
         <td id="graphicsmagick-package">graphicsmagick</td>
-        <td id="graphicsmagick-version">1.3.16</td>
+        <td id="graphicsmagick-version">1.3.17</td>
         <td id="graphicsmagick-website"><a href="http://www.graphicsmagick.org/">GraphicsMagick</a></td>
     </tr>
     <tr>
--- 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
--- 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)