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

Andreas Radke andyrtr at archlinux.org
Wed Sep 28 20:35:59 UTC 2016


    Date: Wednesday, September 28, 2016 @ 20:35:59
  Author: andyrtr
Revision: 277272

prepare to build again with system libs, upstream released a new tarball replacing the broken one, now fails in make install

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-28 19:57:44 UTC (rev 277271)
+++ PKGBUILD	2016-09-28 20:35:59 UTC (rev 277272)
@@ -3,7 +3,7 @@
 
 pkgname=ghostscript
 pkgver=9.20
-pkgrel=1
+pkgrel=2
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -17,7 +17,7 @@
         ghostscript-sys-zlib.patch)
 options=('!makeflags')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-sha1sums=('3731002d323051f4578499b8a107cd74289d713c'
+sha1sums=('ed63f43482f5af60dff52e81b2d9478da3ad1e3e'
           'e054caf753df4d67221b29a2eac66130653f7556')
 prepare() {
   cd ghostscript-${pkgver}
@@ -31,7 +31,7 @@
   # force it to use system-libs
   # keep heavily patched included openjpeg, leads to segfault with system openjpeg
   # https://bugs.archlinux.org/task/38226
-  rm -rf jpeg zlib jasper  tiff lcms lcms2 freetype cups/libs jbig2dec
+  rm -rf jpeg zbpng lib jasper expat tiff lcms lcms2 freetype cups/libs jbig2dec
   # http://ghostscript.com/pipermail/gs-devel/2016-September/009918.html
   # libpng expat
 
@@ -41,7 +41,7 @@
 	--enable-dynamic \
 	--with-ijs \
 	--with-jbig2dec \
-	--with-omni \
+	--without-omni \
 	--with-x \
 	--with-drivers=ALL\
 	--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
@@ -49,7 +49,6 @@
 	--enable-freetype \
 	--enable-openjpeg \
 	--without-luratech \
-	--without-omni \
 	--with-system-libtiff \
 	--with-libpaper \
 	--disable-compile-inits #--help # needed for linking with system-zlib



More information about the arch-commits mailing list