mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
graphics/GraphicsMagick: Updated for version 1.3.27.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d6c4ed4a51
commit
abc7dc5960
3 changed files with 22 additions and 16 deletions
|
@ -2,12 +2,15 @@
|
|||
|
||||
# Slackware build script for GraphicsMagick
|
||||
|
||||
# Originally written by Giovanne Castro <giovannefc@terra.com.br>
|
||||
# Originally written by Giovanne Castro <email removed>.
|
||||
|
||||
# Updated by B. Watson <yalhcru@gmail.com>, as the original author is
|
||||
# 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.
|
||||
|
||||
# 20171219 bkw:
|
||||
# - updated for v1.3.27, added last few missing delegates
|
||||
|
||||
# 20170708 bkw:
|
||||
# - updated for v1.3.26
|
||||
|
||||
|
@ -25,7 +28,7 @@
|
|||
# - document optional deps in README
|
||||
|
||||
PRGNAM=GraphicsMagick
|
||||
VERSION=${VERSION:-1.3.26}
|
||||
VERSION=${VERSION:-1.3.27}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,6 +74,13 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
# libfpx isn't autodetected, so let's help it a bit:
|
||||
if [ -e /usr/include/fpxlib.h ]; then
|
||||
FPXOPT=yes
|
||||
else
|
||||
FPXOPT=no
|
||||
fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -87,6 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-shared \
|
||||
--with-perl \
|
||||
--with-quantum-depth=16 \
|
||||
--with-fpx=$FPXOPT \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make INSTALLDIRS=vendor
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="GraphicsMagick"
|
||||
VERSION="1.3.26"
|
||||
VERSION="1.3.27"
|
||||
HOMEPAGE="http://www.graphicsmagick.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.26.tar.bz2"
|
||||
MD5SUM="ff4bd0b6ef3c4d8e9eb8a808af9ee23b"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.27.tar.bz2"
|
||||
MD5SUM="305a5037149b5abc2a6c22114e92e868"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -6,8 +6,8 @@ which support reading, writing, and manipulating an image in over
|
|||
88 major formats including important formats like DPX, GIF, JPEG,
|
||||
JPEG-2000, PNG, PDF, PNM, and TIFF.
|
||||
|
||||
Starting with version 1.3.21, this build now includes PerlMagick, the
|
||||
perl language bindings for GraphicsMagick.
|
||||
This build includes PerlMagick, the Perl language bindings for
|
||||
GraphicsMagick.
|
||||
|
||||
This build can also include Tcl/Tk bindings (TclMagick). To do this,
|
||||
first 'removepkg GraphicsMagick' if an older version is installed. Then,
|
||||
|
@ -17,16 +17,11 @@ to be done on every version upgrade as well (though only if you need
|
|||
TclMagick, of course).
|
||||
|
||||
Optional dependencies: Some file formats require extra libraries. These
|
||||
are all autodetected at build time.
|
||||
are all autodetected at build time:
|
||||
|
||||
libwebp (.webp support)
|
||||
jbigkit (.jbg, .jbig support)
|
||||
dcraw (Raw camera files, various filename extensions)
|
||||
|
||||
Unsupported: These file formats require software that isn't currently
|
||||
available on SBo. If you submit a build for one of these, please let
|
||||
me know so I can document it here.
|
||||
|
||||
ralcgm (.cgm, Computer Graphics Metafile)
|
||||
hp2xx (.hpg, .hpgl, HP Graphics Language)
|
||||
flashpix (.fpx, not supported on Linux)
|
||||
hp2xx (HP-GL plotter language, .hp and .hpg)
|
||||
ralcgm (Computer Graphics Metafile, .cgm)
|
||||
libfpx (FlashPix, .fpx)
|
||||
|
|
Loading…
Reference in a new issue