diff --git a/srcpkgs/ghostscript/template b/srcpkgs/ghostscript/template index 2e939ffdd5d..44292c9de0c 100644 --- a/srcpkgs/ghostscript/template +++ b/srcpkgs/ghostscript/template @@ -1,23 +1,24 @@ # Template file for 'ghostscript' pkgname=ghostscript -version=9.14 +version=9.15 revision=1 short_desc="An interpreter for the PostScript language" maintainer="Juan RP " homepage="http://www.ghostscript.com/" -license="GPL-3, custom" +license="AGPL-3, CPL-1.0" distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2" -checksum=1c74c5aac4042d841b9d5314200b8932a62d03c92d25d329e993534d1279cc74 +checksum=e65daf25059e2f3dabd3535df3d936a42ca4933d36473a03095e39adcdd5315c hostmakedepends="automake libtool pkg-config" -makedepends="zlib-devel dbus-devel libXext-devel libXt-devel libpng-devel>=1.6 +makedepends=" + zlib-devel dbus-devel libXext-devel libXt-devel libpng-devel>=1.6 fontconfig-devel jasper-devel tiff-devel lcms2-devel jbig2dec-devel - cups-devel gsfonts" + cups-devel" depends="gsfonts" pre_configure() { # force it to use system libs. - rm -rf jpeg libpng jasper expat tiff lcms lcms2 freetype cups/libs jbig2dec + rm -rf zlib jpeg{,xr} libpng jasper expat tiff lcms{,2} freetype cups/libs jbig2dec cd ijs autoreconf -fi } @@ -28,13 +29,13 @@ do_configure() { *) configure_args+=" --enable-little-endian";; esac + cd ${wrksrc} # configure ghostscript ./configure ${configure_args} --enable-dynamic --with-ijs \ --with-jbig2dec --with-omni --with-x --with-drivers=ALL \ --with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \ - --with-install-cups --enable-fontconfig --enable-freetype \ - --without-luratech --without-omni --with-system-libtiff \ - --disable-compile-inits + --enable-fontconfig --enable-freetype --without-luratech \ + --without-omni --with-system-libtiff --disable-compile-inits # configure libijs cd ijs