[arch-commits] Commit in graphicsmagick/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue May 4 15:19:40 UTC 2010


    Date: Tuesday, May 4, 2010 @ 11:19:39
  Author: ronald
Revision: 79579

upgpkg: graphicsmagick 1.3.7-2
enable 16 bit qauntum depth for hires support in octave

Modified:
  graphicsmagick/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-04 15:18:27 UTC (rev 79578)
+++ PKGBUILD	2010-05-04 15:19:39 UTC (rev 79579)
@@ -4,7 +4,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Image processing system"
 arch=('i686' 'x86_64')
 url="http://www.graphicsmagick.org/"
@@ -19,7 +19,7 @@
 build() {
   cd "${srcdir}/GraphicsMagick-${pkgver}"
 
-  ./configure --prefix=/usr --enable-shared --with-gs-font-dir=/usr/share/fonts/Type1
+  ./configure --prefix=/usr --enable-shared --with-gs-font-dir=/usr/share/fonts/Type1 --with-quantum-depth=16
   make || return 1
   make DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list