[arch-commits] Commit in ghostscript/trunk (PKGBUILD)
andyrtr at archlinux.org
andyrtr at archlinux.org
Fri Aug 12 06:32:15 UTC 2011
Date: Friday, August 12, 2011 @ 02:32:15
Author: andyrtr
Revision: 135275
upgpkg: ghostscript 9.04-3
fix broken color printing FS#25519; revert to internal lcms library
Modified:
ghostscript/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-11 20:01:59 UTC (rev 135274)
+++ PKGBUILD 2011-08-12 06:32:15 UTC (rev 135275)
@@ -3,11 +3,11 @@
pkgname=ghostscript
pkgver=9.04
-pkgrel=2
+pkgrel=3
pkgdesc="An interpreter for the PostScript language"
arch=('i686' 'x86_64')
license=('GPL3' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng' 'libjpeg' 'libtiff' 'lcms')
+depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng' 'libjpeg' 'libtiff') # 'lcms' 'lcms2') # move in libpaper from community?
makedepends=('gtk2' 'gnutls')
optdepends=('texlive-core: needed for dvipdf'
'gtk2: needed for gsx')
@@ -20,7 +20,7 @@
cd ${srcdir}/ghostscript-${pkgver}
# force it to use system-libs
- rm -rf jpeg libpng zlib jasper expat tiff lcms
+ rm -rf jpeg libpng zlib jasper expat tiff freetype #lcms lcms2 # system lcms2 would not be used. lcms breaks color printing https://bugs.archlinux.org/task/25519
./configure --prefix=/usr \
--enable-dynamic \
@@ -31,8 +31,11 @@
--with-drivers=ALL\
--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
--with-install-cups \
- --disable-compile-inits # needed for linking with system-zlib
- make || return 1
+ --enable-fontconfig \
+ --enable-freetype \
+ --without-luratech \
+ --disable-compile-inits #--help # needed for linking with system-zlib
+ make
# Build IJS
cd ${srcdir}/ghostscript-${pkgver}/ijs
More information about the arch-commits
mailing list