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

Kevin Piche kevin at archlinux.org
Sun Jan 13 03:49:36 UTC 2008


    Date: Saturday, January 12, 2008 @ 22:49:36
  Author: kevin
    Path: /home/cvs-extra/extra/multimedia/imagemagick

Modified: PKGBUILD (1.96 -> 1.97)

upgpkg: imagemagick 6.3.7.9-2
Updated for new perl policy


----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


Index: extra/multimedia/imagemagick/PKGBUILD
diff -u extra/multimedia/imagemagick/PKGBUILD:1.96 extra/multimedia/imagemagick/PKGBUILD:1.97
--- extra/multimedia/imagemagick/PKGBUILD:1.96	Fri Jan  4 23:49:34 2008
+++ extra/multimedia/imagemagick/PKGBUILD	Sat Jan 12 22:49:36 2008
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.96 2008/01/05 04:49:34 eric Exp $
+# $Id: PKGBUILD,v 1.97 2008/01/13 03:49:36 kevin Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 
 # NOTE: ImageMagick builds against an existing installation
@@ -6,7 +6,7 @@
 
 pkgname=imagemagick
 pkgver=6.3.7.9
-pkgrel=1
+pkgrel=2
 pkgdesc="An image viewing/manipulation program"
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/"
@@ -29,7 +29,9 @@
   ./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++"
+              --without-djvu --disable-static \
+              --disable-openmp LIBS="${LIBS} -lstdc++" \
+              --with-perl-options="INSTALLDIRS=vendor"
 
   make || return 1
   make DESTDIR=${startdir}/pkg install




More information about the arch-commits mailing list