mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/GraphicsMagick: Updated for version 1.3.17.
Enabled --with-quantum-depth=16 Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
6fc77e5082
commit
1c054c479e
2 changed files with 5 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Written by Giovanne Castro <giovannefc@terra.com.br>
|
# Written by Giovanne Castro <giovannefc@terra.com.br>
|
||||||
|
|
||||||
PRGNAM=GraphicsMagick
|
PRGNAM=GraphicsMagick
|
||||||
VERSION=${VERSION:-1.3.12}
|
VERSION=${VERSION:-1.3.17}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -65,6 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
||||||
--enable-static=no \
|
--enable-static=no \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-perl \
|
--with-perl \
|
||||||
|
--with-quantum-depth=16 \
|
||||||
--build=$ARCH-slackware-linux
|
--build=$ARCH-slackware-linux
|
||||||
|
|
||||||
make INSTALLDIRS=vendor
|
make INSTALLDIRS=vendor
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="GraphicsMagick"
|
PRGNAM="GraphicsMagick"
|
||||||
VERSION="1.3.12"
|
VERSION="1.3.17"
|
||||||
HOMEPAGE="http://www.graphicsmagick.org/"
|
HOMEPAGE="http://www.graphicsmagick.org/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.12.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/graphicsmagick/GraphicsMagick-1.3.17.tar.bz2"
|
||||||
MD5SUM="55182f371f82d5f9367bce04e59bbf25"
|
MD5SUM="2b9438889304c07bdfcf589075d00b57"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue