extra/imagemagick to 6.8.4.10-1

This commit is contained in:
Kevin Mihelich 2013-04-20 17:27:04 +00:00
parent cc6813d001
commit d46aace68a

View file

@ -7,7 +7,7 @@
pkgbase=imagemagick
pkgname=('imagemagick' 'imagemagick-doc')
pkgver=6.8.4.6
pkgver=6.8.4.10
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@ -17,16 +17,18 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
sha1sums=('80acfe2bcc9b28c84db28a8e94bfa6180dcdd6f5'
sha1sums=('8d5529f35f624b83ad925958c977a381ab30c0f7'
'e143cf9d530fabf3b58023899b5cc544ba93daec')
build() {
prepare() {
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
sed '/AC_PATH_XTRA/d' -i configure.ac
autoreconf --force --install
patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
}
build() {
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
--disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \