From d4ecd6ede07386db205280025709d25c9375852f Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Sat, 14 Feb 2009 03:21:12 -0800 Subject: Upstream sync. --- abs/core-testing/imagemagick/ChangeLog | 10 ++++++++++ abs/core-testing/imagemagick/PKGBUILD | 9 +++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/abs/core-testing/imagemagick/ChangeLog b/abs/core-testing/imagemagick/ChangeLog index e46815d..19b912a 100644 --- a/abs/core-testing/imagemagick/ChangeLog +++ b/abs/core-testing/imagemagick/ChangeLog @@ -1,3 +1,13 @@ +2009-02-07 Eric Belanger + + * imagemagick 6.4.9.2-1 + * Upstream update + +2009-01-30 Eric Belanger + + * imagemagick 6.4.8.10-1 + * Upstream update + 2008-12-29 Eric Belanger * imagemagick 6.4.8.2-1 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 # 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 \ -- cgit v0.12