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

Gaetan Bisson bisson at nymeria.archlinux.org
Fri Nov 8 04:03:47 UTC 2013


    Date: Friday, November 8, 2013 @ 05:03:47
  Author: bisson
Revision: 199066

implement FS#37655

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-08 03:17:34 UTC (rev 199065)
+++ PKGBUILD	2013-11-08 04:03:47 UTC (rev 199066)
@@ -6,18 +6,23 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.18
-pkgrel=3
+pkgrel=4
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
 license=('MIT')
-makedepends=('perl')
-depends=('bzip2' 'freetype2' 'ghostscript' 'jasper' 'lcms2' 'xz'
-         'libtiff' 'libwmf' 'libsm' 'libxml2' 'libltdl')
+optdepends=('jasper: jp2 module'
+            'libpng: png module'
+            'libwmf: wmf module'
+            'libxml2: msl, svg, url modules'
+            'libtiff: ps2, ps3, tiff modules'
+            'ghostscript: pdf, ps modules')
+makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff')
+depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
 sha1sums=('085c23666adcf88585119cb6aea7efe5c58481d4')
 
-options=('!emptydirs')
+options=('!emptydirs' 'libtool')
 
 build() {
 	cd "${srcdir}/GraphicsMagick-${pkgver}"
@@ -24,8 +29,9 @@
 
 	./configure \
 		--prefix=/usr \
+		--enable-shared \
+		--with-modules \
 		--with-perl \
-		--enable-shared \
 		--with-gs-font-dir=/usr/share/fonts/Type1 \
 
 	make




More information about the arch-commits mailing list