[arch-commits] CVS update of extra/multimedia/imagemagick (PKGBUILD)

Eric Belanger eric at archlinux.org
Sat Jan 5 04:49:34 UTC 2008


    Date: Friday, January 4, 2008 @ 23:49:34
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/imagemagick

Modified: PKGBUILD (1.95 -> 1.96)

upgpkg: imagemagick 6.3.7.9-1
upstream update, enabled postscript support


----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


Index: extra/multimedia/imagemagick/PKGBUILD
diff -u extra/multimedia/imagemagick/PKGBUILD:1.95 extra/multimedia/imagemagick/PKGBUILD:1.96
--- extra/multimedia/imagemagick/PKGBUILD:1.95	Wed Nov 21 21:04:37 2007
+++ extra/multimedia/imagemagick/PKGBUILD	Fri Jan  4 23:49:34 2008
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.95 2007/11/22 02:04:37 eric Exp $
+# $Id: PKGBUILD,v 1.96 2008/01/05 04:49:34 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 
 # NOTE: ImageMagick builds against an existing installation
 # uninstall ImageMagick before building, or build it, install it, build it.
 
 pkgname=imagemagick
-pkgver=6.3.7.0
+pkgver=6.3.7.9
 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')
+makedepends=('openexr' 'ghostscript')
 options=('!makeflags')
 source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.bz2 \
         libpng_mmx_patch_x86_64.patch)
-md5sums=('74f573110bd8f756d05b7aa17cb7a53b' '069980fc2590c02aed86420996259302')
-sha1sums=('a3dd3eac1179c3963c3144f2b3aa68955bde41ba'
-          'e42f3acbe85b6098af75c5cecc9a254baaa0482c')
+md5sums=('388e0215e47a6a19e5dce8627ae57968' '069980fc2590c02aed86420996259302')
+sha1sums=('4be3bb6396736078ff4eb78407097d8c9a16f7af' 'e42f3acbe85b6098af75c5cecc9a254baaa0482c')
 
 build() {
   cd ${startdir}/src/ImageMagick-${pkgver%.*}
@@ -26,7 +26,7 @@
     patch -Np1 -i ${startdir}/src/libpng_mmx_patch_x86_64.patch || return 1
   fi
 
-  ./configure --prefix=/usr --with-modules=yes --without-dps \
+  ./configure --prefix=/usr --with-modules=yes --with-dps \
               --with-perl=yes --without-gvc --with-jp2=no \
               --with-gs-font-dir=/usr/share/fonts/Type1 \
               --without-djvu --disable-static --disable-openmp LIBS="${LIBS} -lstdc++"




More information about the arch-commits mailing list