update package graphicsmagick

This commit is contained in:
Mark Brand 2012-10-14 18:36:13 +02:00
parent c5fc7e3267
commit ae417c6192
3 changed files with 4 additions and 4 deletions

View File

@ -1190,7 +1190,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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

View File

@ -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)