summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2017-07-09 14:12:43 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-12 22:48:01 +0700
commit9aaa0ad6949c3418f95b8371963d595a3274b1cf (patch)
treec476849c8b723dcecbc0f530b111e5206079794d /graphics
parentb3a32cadb0d4d1842a8fd3562a84677af6f603df (diff)
downloadslackbuilds-9aaa0ad6949c3418f95b8371963d595a3274b1cf.tar.gz
slackbuilds-9aaa0ad6949c3418f95b8371963d595a3274b1cf.tar.xz
graphics/GraphicsMagick: Updated for version 1.3.26.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/GraphicsMagick/GraphicsMagick.SlackBuild21
-rw-r--r--graphics/GraphicsMagick/GraphicsMagick.info6
2 files changed, 14 insertions, 13 deletions
diff --git a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
index 4c1c015bc1..8fabfa69ec 100644
--- a/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
+++ b/graphics/GraphicsMagick/GraphicsMagick.SlackBuild
@@ -8,6 +8,15 @@
# MIA. Original version had no license; I'm licensing the update under the
# terms of the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20170708 bkw:
+# - updated for v1.3.26
+
+# 20161016 bkw:
+# - updated for v1.3.25
+
+# 20151127 bkw:
+# - fix build on -current, in anticipation of 14.2
+
# 20150803 bkw:
# - updated for v1.3.21
# - install docs to /usr/doc/$PRGNAM-$VERSION, not /usr/share/doc
@@ -15,14 +24,8 @@
# - build Tcl bindings (TclMagick)
# - document optional deps in README
-# 20151127 bkw:
-# - fix build on -current, in anticipation of 14.2
-
-# 20161016 bkw:
-# - updated for v1.3.25
-
PRGNAM=GraphicsMagick
-VERSION=${VERSION:-1.3.25}
+VERSION=${VERSION:-1.3.26}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -124,8 +127,6 @@ DISPLAY="" \
LD_PRELOAD="$PKG/usr/lib$LIBDIRSUFFIX/lib$PRGNAM.so" \
../rungm.sh make test
-make install DESTDIR=$PKG
-
cd -
### Done with perl module
@@ -155,7 +156,7 @@ if [ "$GMVER" = "$VERSION" ]; then
--with-tk=/usr/lib$LIBDIRSUFFIX
make
- make install DESTDIR=$PKG
+ make install INSTALL=$( which install ) DESTDIR=$PKG
WITHTCL=WITH
cd -
diff --git a/graphics/GraphicsMagick/GraphicsMagick.info b/graphics/GraphicsMagick/GraphicsMagick.info
index f829900dfc..9be4902c7d 100644
--- a/graphics/GraphicsMagick/GraphicsMagick.info
+++ b/graphics/GraphicsMagick/GraphicsMagick.info
@@ -1,8 +1,8 @@
PRGNAM="GraphicsMagick"
-VERSION="1.3.25"
+VERSION="1.3.26"
HOMEPAGE="http://www.graphicsmagick.org/"
-DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.25.tar.bz2"
-MD5SUM="acefc50c7de1a82f325bd8c7bf0508c2"
+DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.26.tar.bz2"
+MD5SUM="ff4bd0b6ef3c4d8e9eb8a808af9ee23b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""