summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-10-14 16:36:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-10-14 16:36:13 (GMT)
commitae417c6192cf23d3dfb22fd9c4161095632e40bf (patch)
tree6e7042e7c3a38c80d2ef058f2c0bae8285e759ed
parentc5fc7e326776d1951195f87b777e5058020ffb09 (diff)
downloadmxe-ae417c6192cf23d3dfb22fd9c4161095632e40bf.zip
mxe-ae417c6192cf23d3dfb22fd9c4161095632e40bf.tar.gz
mxe-ae417c6192cf23d3dfb22fd9c4161095632e40bf.tar.bz2
update package graphicsmagick
-rw-r--r--index.html2
-rw-r--r--src/graphicsmagick-1-fix-xml2-config.patch4
-rw-r--r--src/graphicsmagick.mk2
3 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 6e296ad..5348558 100644
--- a/index.html
+++ b/index.html
@@ -1190,7 +1190,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</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>
diff --git a/src/graphicsmagick-1-fix-xml2-config.patch b/src/graphicsmagick-1-fix-xml2-config.patch
index 1c2361b..2f32e87 100644
--- a/src/graphicsmagick-1-fix-xml2-config.patch
+++ b/src/graphicsmagick-1-fix-xml2-config.patch
@@ -8,7 +8,7 @@ diff --git a/configure.ac b/configure.ac
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 @@ index 979d2c4..12d4555 100755
fi
failed=0
passed=0
-@@ -2416,8 +2417,9 @@ then
+@@ -2401,8 +2402,9 @@ then
LDFLAGS="$OLD_LDFLAGS"
CPPFLAGS="$OLD_CPPFLAGS"
else
diff --git a/src/graphicsmagick.mk b/src/graphicsmagick.mk
index 3dd3cd5..9705f1a 100644
--- a/src/graphicsmagick.mk
+++ b/src/graphicsmagick.mk
@@ -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)