# HG changeset patch # User Christopher Rogers # Date 1297813068 0 # Node ID 94fbabafc8d7c5604d71bd232be5d4519e5a3d13 # Parent ab5aac1cdeabe234039d06725d16a5497b4dd031 Up: ghostscript to 9.01. diff -r ab5aac1cdeab -r 94fbabafc8d7 ghostscript-dev/receipt --- a/ghostscript-dev/receipt Wed Feb 16 05:33:41 2011 +0100 +++ b/ghostscript-dev/receipt Tue Feb 15 23:37:48 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="ghostscript-dev" -VERSION="9.00" +VERSION="9.01" CATEGORY="development" SHORT_DESC="Ghostscript devel file" MAINTAINER="jozee@slitaz.org" diff -r ab5aac1cdeab -r 94fbabafc8d7 ghostscript/receipt --- a/ghostscript/receipt Wed Feb 16 05:33:41 2011 +0100 +++ b/ghostscript/receipt Tue Feb 15 23:37:48 2011 +0000 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="ghostscript" -VERSION="9.00" +VERSION="9.01" CATEGORY="office" SHORT_DESC="Ghostscript tools and utilities." MAINTAINER="jozee@slitaz.org" -TARBALL="$PACKAGE-$VERSION.tar.xz" +TARBALL="$PACKAGE-$VERSION.tar.bz2" DEPENDS="gtk+ expat fontconfig freetype gnutls jpeg libgcrypt libgpg-error \ libpng tiff zlib cups xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ -xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper" +xorg-libXdmcp xorg-libXext xorg-libXt gcc-lib-base jasper jbig2dec" # build depends are optional ; ghostscripts still build but does not compile in cups support -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" +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" WEB_SITE="http://pages.cs.wisc.edu/~ghost/" #WGET_URL="http://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs862/$TARBALL" WGET_URL="http://ghostscript.com/releases/$TARBALL" @@ -21,10 +21,7 @@ { cd $src # force it to use system-libs - rm -rf jpeg libpng zlib jasper expat - - # fix build with system jasper - patch -Np1 -i ../stuff/ghostscript-system-jasper.patch + rm -rf jpeg libpng zlib jasper expat tiff # --disable-compile-inits is needed for linking with system-zlib