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

Andreas Radke andyrtr at archlinux.org
Wed Jan 6 09:27:50 UTC 2016


    Date: Wednesday, January 6, 2016 @ 10:27:50
  Author: andyrtr
Revision: 257535

upgpkg: ghostscript 9.18-5

use internal freetype to solve wrong glyphs; FS#46744

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-06 07:53:07 UTC (rev 257534)
+++ PKGBUILD	2016-01-06 09:27:50 UTC (rev 257535)
@@ -5,7 +5,7 @@
 
 pkgname=ghostscript
 pkgver=9.18
-pkgrel=4
+pkgrel=5
 pkgdesc="An interpreter for the PostScript language"
 arch=('i686' 'x86_64')
 license=('AGPL' 'custom')
@@ -42,7 +42,8 @@
   # 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 libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # jbig2dec is in community
+  #freetype # use internal one - FS#46744
+  rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 cups/libs # jbig2dec is in community
 
   autoconf --force
 



More information about the arch-commits mailing list