graphics/GraphicsMagick: Updated for version 1.3.34.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2020-01-11 09:30:19 -05:00 committed by Willy Sudiarto Raharjo
parent 20c2877222
commit 06c229e020
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 6 deletions

View File

@ -8,6 +8,7 @@
# 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.
# 20200111 bkw: update for v1.3.34, quit using sourceforge dl link.
# 20191130 bkw: update for v1.3.33.
# 20181201 bkw: update for v1.3.31 (BUILD=1 again).
@ -40,8 +41,8 @@
# - document optional deps in README
PRGNAM=GraphicsMagick
VERSION=${VERSION:-1.3.33}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.3.34}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -94,7 +95,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \

View File

@ -1,8 +1,8 @@
PRGNAM="GraphicsMagick"
VERSION="1.3.33"
VERSION="1.3.34"
HOMEPAGE="http://www.graphicsmagick.org/"
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.33.tar.bz2"
MD5SUM="403d58ad09245e8868d8d2035e170615"
DOWNLOAD="http://ftp.icm.edu.pl/pub/unix/graphics/GraphicsMagick/1.3/GraphicsMagick-1.3.34.tar.xz"
MD5SUM="045d5355aeb70cbb67d898120405a6d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""