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

Ronald van Haren ronald at nymeria.archlinux.org
Mon Dec 23 17:59:43 UTC 2013


    Date: Monday, December 23, 2013 @ 18:59:42
  Author: ronald
Revision: 202658

upgpkg: graphicsmagick 1.3.18-6

add quantum-dept=32 and a few more configure flags FS#25804 FS#37890

Modified:
  graphicsmagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-23 17:15:07 UTC (rev 202657)
+++ PKGBUILD	2013-12-23 17:59:42 UTC (rev 202658)
@@ -6,7 +6,7 @@
 
 pkgname=graphicsmagick
 pkgver=1.3.18
-pkgrel=5
+pkgrel=6
 pkgdesc='Image processing system'
 url='http://www.graphicsmagick.org/'
 arch=('i686' 'x86_64')
@@ -40,7 +40,9 @@
 		--with-modules \
 		--with-perl \
 		--with-gs-font-dir=/usr/share/fonts/Type1 \
-
+		--with-quantum-depth=32 \
+		--with-openmp \
+		--with-threads
 	make
 }
 
@@ -61,4 +63,8 @@
 	sed -i -e "s/LDLOADLIBS =/LDLOADLIBS = -lGraphicsMagick/" Makefile
 	make
 	make install
+
+	# Remove perllocal.pod and .packlist
+	rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
+	rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
 }




More information about the arch-commits mailing list