ghostscript: update to 9.15
This commit is contained in:
parent
76b658aaa0
commit
8576953134
1 changed files with 10 additions and 9 deletions
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue