wok diff ghostscript/receipt @ rev 8699

ocs agent: fix Tapkg.pm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:08:43 2011 +0100 (2011-02-17)
parents a481142b1d25
children acc4afe2f2e5
line diff
     1.1 --- a/ghostscript/receipt	Sun Oct 10 19:07:42 2010 +0000
     1.2 +++ b/ghostscript/receipt	Thu Feb 17 23:08:43 2011 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ghostscript"
     1.7 -VERSION="9.00"
     1.8 +VERSION="9.01"
     1.9  CATEGORY="office"
    1.10  SHORT_DESC="Ghostscript tools and utilities."
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  DEPENDS="gtk+ expat fontconfig freetype gnutls jpeg libgcrypt libgpg-error \
    1.15  libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    1.16 -xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper" 
    1.17 +xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper jbig2dec" 
    1.18  # build depends are optional ; ghostscripts still build but does not compile in cups support
    1.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"
    1.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"
    1.21  WEB_SITE="http://pages.cs.wisc.edu/~ghost/"
    1.22  #WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL"
    1.23  WGET_URL="http://ghostscript.com/releases/$TARBALL"
    1.24 @@ -21,10 +21,7 @@
    1.25  {
    1.26  	cd $src
    1.27  	# force it to use system-libs
    1.28 -	rm -rf jpeg libpng zlib jasper expat
    1.29 -
    1.30 -	# fix build with system jasper
    1.31 -	patch -Np1 -i ../stuff/ghostscript-system-jasper.patch
    1.32 +	rm -rf jpeg libpng zlib jasper expat tiff
    1.33  
    1.34  	# --disable-compile-inits is needed for linking with system-zlib
    1.35