summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/imagemagick/PKGBUILD
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-14 11:21:12 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-14 11:21:12 (GMT)
commitd4ecd6ede07386db205280025709d25c9375852f (patch)
treeec951c6f14e1ee8e403fb83aefb1b62501129115 /abs/core-testing/imagemagick/PKGBUILD
parenta1f1b06ebbe1fa0c63f21480ea5504e6f4dbebd7 (diff)
downloadlinhes_pkgbuild-d4ecd6ede07386db205280025709d25c9375852f.zip
linhes_pkgbuild-d4ecd6ede07386db205280025709d25c9375852f.tar.gz
linhes_pkgbuild-d4ecd6ede07386db205280025709d25c9375852f.tar.bz2
Upstream sync.
Diffstat (limited to 'abs/core-testing/imagemagick/PKGBUILD')
-rw-r--r--abs/core-testing/imagemagick/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/abs/core-testing/imagemagick/PKGBUILD b/abs/core-testing/imagemagick/PKGBUILD
index ac04f26..39505dc 100644
--- a/abs/core-testing/imagemagick/PKGBUILD
+++ b/abs/core-testing/imagemagick/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 22960 2008-12-30 05:45:59Z eric $
+# $Id: PKGBUILD 26445 2009-02-08 02:05:35Z eric $
# Maintainer: Eric Belanger <eric@archlinux.org>
# NOTE: ImageMagick builds against an existing installation
@@ -8,7 +8,7 @@
# install old package, build new package, install new package, rebuild
pkgname=imagemagick
-pkgver=6.4.8.2
+pkgver=6.4.9.2
pkgrel=1
pkgdesc="An image viewing/manipulation program"
arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@ depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr' 'l
options=('!makeflags' '!docs')
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.bz2 \
libpng_mmx_patch_x86_64.patch add_delegate.patch)
-md5sums=('8454e93a0b88fd9319157b5301deff38' '069980fc2590c02aed86420996259302'\
+md5sums=('06a878564dfd2f88f21f82ae58744342' '069980fc2590c02aed86420996259302'\
'7f5851c4450b73d52df55c7e806cc316')
-sha1sums=('e5de65c998776c5b49a1b364d05ca3515310e23a'
+sha1sums=('93d315ec266feca39f286ce6d3e89d54d0130a90'
'e42f3acbe85b6098af75c5cecc9a254baaa0482c'
'19b40dcbc5bf8efb8ce7190fed17e2921de32ea5')
@@ -35,6 +35,7 @@ build() {
patch -p0 < ../add_delegate.patch || return 1
sed -i "s/with_autotrace='no'/with_autotrace='yes'/" configure || return 1
+ # When there is a soname bump, remove 'LIBS=-lMagickWand' from configure line and build/install. Then, readd 'LIBS=-lMagickWand' and build/install twice.
LIBS=-lMagickWand ./configure --prefix=/usr --without-modules --disable-static --enable-openmp \
--with-x --with-wmf --with-openexr --with-xml \
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \