wok rev 8659

Up: ghostscript to 9.01.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 23:37:48 2011 +0000 (2011-02-15)
parents ab5aac1cdeab
children cbd7b12a6e29
files ghostscript-dev/receipt ghostscript/receipt
line diff
     1.1 --- a/ghostscript-dev/receipt	Wed Feb 16 05:33:41 2011 +0100
     1.2 +++ b/ghostscript-dev/receipt	Tue Feb 15 23:37:48 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ghostscript-dev"
     1.7 -VERSION="9.00"
     1.8 +VERSION="9.01"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Ghostscript devel file"
    1.11  MAINTAINER="jozee@slitaz.org"
     2.1 --- a/ghostscript/receipt	Wed Feb 16 05:33:41 2011 +0100
     2.2 +++ b/ghostscript/receipt	Tue Feb 15 23:37:48 2011 +0000
     2.3 @@ -1,16 +1,16 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="ghostscript"
     2.7 -VERSION="9.00"
     2.8 +VERSION="9.01"
     2.9  CATEGORY="office"
    2.10  SHORT_DESC="Ghostscript tools and utilities."
    2.11  MAINTAINER="jozee@slitaz.org"
    2.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14  DEPENDS="gtk+ expat fontconfig freetype gnutls jpeg libgcrypt libgpg-error \
    2.15  libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    2.16 -xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper" 
    2.17 +xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper jbig2dec" 
    2.18  # build depends are optional ; ghostscripts still build but does not compile in cups support
    2.19 -BUILD_DEPENDS="cairo-dev gtk+-dev xorg-dev expat-dev fontconfig-dev freetype-dev gnutls-dev jpeg-dev libgcrypt-dev libgpg-error-dev libpng-dev tiff-dev zlib-dev cups-dev jasper-dev"
    2.20 +BUILD_DEPENDS="cairo-dev gtk+-dev xorg-dev expat-dev fontconfig-dev freetype-dev gnutls-dev jpeg-dev libgcrypt-dev libgpg-error-dev libpng-dev tiff-dev zlib-dev cups-dev jbig2dec jasper-dev"
    2.21  WEB_SITE="http://pages.cs.wisc.edu/~ghost/"
    2.22  #WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL"
    2.23  WGET_URL="http://ghostscript.com/releases/$TARBALL"
    2.24 @@ -21,10 +21,7 @@
    2.25  {
    2.26  	cd $src
    2.27  	# force it to use system-libs
    2.28 -	rm -rf jpeg libpng zlib jasper expat
    2.29 -
    2.30 -	# fix build with system jasper
    2.31 -	patch -Np1 -i ../stuff/ghostscript-system-jasper.patch
    2.32 +	rm -rf jpeg libpng zlib jasper expat tiff
    2.33  
    2.34  	# --disable-compile-inits is needed for linking with system-zlib
    2.35