From 8b928b1f788c8a1379c5d1b402f2eeb5185cd09c Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 20 May 2012 02:53:00 +0000 Subject: ghostscript 9.05-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghostscript/Pkgfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ghostscript/Pkgfile') diff --git a/ghostscript/Pkgfile b/ghostscript/Pkgfile index 0ae959e9d..679f39a3d 100755 --- a/ghostscript/Pkgfile +++ b/ghostscript/Pkgfile @@ -6,23 +6,22 @@ # Run on: libcups,fontconfig,kerberos name=ghostscript -version=9.04 +version=9.05 release=1 source=(http://downloads.ghostscript.com/public/$name-$version.tar.gz ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/ghostscript-fonts-std-8.11.tar.gz - http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz - ghostscript-cups-rgbw.patch) + http://ftp.gnu.org/pub/gnu/ghostscript/gnu-gs-fonts-other-6.0.tar.gz) build() { unset MAKEFLAGS cd $name-$version - patch -p1 < ../ghostscript-cups-rgbw.patch rm -rf jpeg libpng zlib jasper expat tiff lcms freetype cd ijs ./autogen.sh - ./configure --prefix=/usr --enable-shared --disable-static + ./configure --prefix=/usr \ + --enable-shared make make DESTDIR=$PKG install cd .. @@ -32,6 +31,7 @@ build() { --enable-fontconfig \ --enable-freetype \ --disable-compile-inits \ + --with-system-libtiff \ --with-ijs \ --with-jbig2dec \ --with-omni \ -- cgit v1.2.3-54-g00ecf