extra/imagemagick to 6.7.8.6-1

This commit is contained in:
Kevin Mihelich 2012-07-24 10:25:18 -04:00
parent 9a14ecd200
commit 00c7bd6fb9

View file

@ -7,7 +7,7 @@
pkgbase=imagemagick
pkgname=('imagemagick' 'imagemagick-doc')
pkgver=6.7.8.4
pkgver=6.7.8.6
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@ -16,14 +16,14 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
source=(http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
sha1sums=('3cca01dad3596502a149229e28226b1b2a037915'
sha1sums=('4965710cf4dca18583691d121e22b114c84e0643'
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
build() {
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
sed '/AC_PATH_XTRA/d' -i configure.ac
autoreconf --install
autoreconf --force --install
patch -p0 -i ../perlmagick.rpath.patch
./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \