summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 22:05:04 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 22:05:04 (GMT)
commit437b752531d8c183f9d653f54272959b1c7273db (patch)
treeb227a132be87e4a9cb4bfb9c7592ed69a981b8ba
parentaa92577f8ed3412caca1ae6f0d4075daebbd1f5c (diff)
downloadlinhes_pkgbuild-437b752531d8c183f9d653f54272959b1c7273db.zip
linhes_pkgbuild-437b752531d8c183f9d653f54272959b1c7273db.tar.gz
linhes_pkgbuild-437b752531d8c183f9d653f54272959b1c7273db.tar.bz2
Committing imagemagick update to core-testing. The previous commit was for core.
-rw-r--r--abs/core-testing/imagemagick/ChangeLog5
-rw-r--r--abs/core-testing/imagemagick/PKGBUILD11
2 files changed, 8 insertions, 8 deletions
diff --git a/abs/core-testing/imagemagick/ChangeLog b/abs/core-testing/imagemagick/ChangeLog
index 19b912a..a3b253a 100644
--- a/abs/core-testing/imagemagick/ChangeLog
+++ b/abs/core-testing/imagemagick/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-27 Eric Belanger <eric@archlinux.org>
+
+ * imagemagick 6.4.9.7-1
+ * Upstream update
+
2009-02-07 Eric Belanger <eric@archlinux.org>
* imagemagick 6.4.9.2-1
diff --git a/abs/core-testing/imagemagick/PKGBUILD b/abs/core-testing/imagemagick/PKGBUILD
index 39505dc..4c0aba6 100644
--- a/abs/core-testing/imagemagick/PKGBUILD
+++ b/abs/core-testing/imagemagick/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 26445 2009-02-08 02:05:35Z eric $
+# $Id: PKGBUILD 28186 2009-02-28 05:23:34Z eric $
# Maintainer: Eric Belanger <eric@archlinux.org>
# NOTE: ImageMagick builds against an existing installation
@@ -8,22 +8,17 @@
# install old package, build new package, install new package, rebuild
pkgname=imagemagick
-pkgver=6.4.9.2
+pkgver=6.4.9.10
pkgrel=1
pkgdesc="An image viewing/manipulation program"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr' 'libtool>=2.2' 'heimdal>=1.2.1' 'bzip2' 'libxml2' 'jasper')
+depends=('lcms' 'libwmf' 'librsvg' 'libxt' 'gcc-libs' 'ghostscript' 'openexr>=1.6.1' 'libtool>=2.2' 'heimdal>=1.2.1' 'bzip2' 'libxml2' 'jasper')
#makedepends=('ghostscript' 'openexr')
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=('06a878564dfd2f88f21f82ae58744342' '069980fc2590c02aed86420996259302'\
- '7f5851c4450b73d52df55c7e806cc316')
-sha1sums=('93d315ec266feca39f286ce6d3e89d54d0130a90'
- 'e42f3acbe85b6098af75c5cecc9a254baaa0482c'
- '19b40dcbc5bf8efb8ce7190fed17e2921de32ea5')
build() {
cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}