diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-06 10:52:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-01-06 10:52:00 -0300 |
commit | ec2bde6a55001b9a96c8c285069113a7fcf303c7 (patch) | |
tree | 653fad4bc38974c6c51294b0ee1e16c7b42decda /libre/ghostscript | |
parent | 4cb6068f23f9738ab58106f9c25d973fed53f6c8 (diff) | |
download | abslibre-ec2bde6a55001b9a96c8c285069113a7fcf303c7.tar.gz abslibre-ec2bde6a55001b9a96c8c285069113a7fcf303c7.tar.bz2 abslibre-ec2bde6a55001b9a96c8c285069113a7fcf303c7.zip |
ghostscript-9.18-5.parabola1: use internal freetype to solve wrong glyphs; FS#46744 -> https://bugs.archlinux.org/task/46744
Diffstat (limited to 'libre/ghostscript')
-rw-r--r-- | libre/ghostscript/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/ghostscript/PKGBUILD b/libre/ghostscript/PKGBUILD index b3139e576..8da8dd93c 100644 --- a/libre/ghostscript/PKGBUILD +++ b/libre/ghostscript/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 249913 2015-11-01 10:30:58Z andyrtr $ +# $Id: PKGBUILD 257535 2016-01-06 09:27:50Z andyrtr $ # Maintainer (Arch): AndyRTR <andyrtr@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> @@ -6,7 +6,7 @@ pkgname=ghostscript pkgver=9.18 -pkgrel=4.parabola1 +pkgrel=5.parabola1 pkgdesc="An interpreter for the PostScript language, without nonfree JPEG XR support" arch=('i686' 'x86_64') license=('AGPL' 'custom') @@ -57,7 +57,8 @@ build() { # 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 |