ghostscript: update to 9.06.
This commit is contained in:
parent
3675afd099
commit
91a0dcc1c5
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'ghostscript'
|
||||
pkgname=ghostscript
|
||||
version=9.05
|
||||
revision=3
|
||||
version=9.06
|
||||
revision=1
|
||||
disable_parallel_build=yes
|
||||
subpackages="libgs libijs $pkgname-devel"
|
||||
depends="gsfonts"
|
||||
makedepends="automake pkg-config dbus-devel libXext-devel libXt-devel fontconfig-devel jasper-devel tiff-devel jpeg-devel libpng-devel>=1.5.10 lcms2-devel cups-devel"
|
||||
makedepends="automake pkg-config dbus-devel libXext-devel libXt-devel
|
||||
fontconfig-devel jasper-devel tiff-devel jpeg-devel libpng-devel>=1.5.10
|
||||
lcms2-devel cups-devel"
|
||||
short_desc="An interpreter for the PostScript language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.ghostscript.com/"
|
||||
license="GPL-3, custom"
|
||||
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
||||
checksum=0f41212af3a5a552ab2302cd90606dc8245be34490a699726dc95ed3cd89ceac
|
||||
checksum=05acd1b576899572ef8ecbc25637cf73cbd0be267e651732db3012db33088e04
|
||||
long_desc="
|
||||
GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a
|
||||
back-end to a program such as ghostview, it can display PostScript and PDF
|
||||
|
@ -21,7 +23,6 @@ long_desc="
|
|||
on non-PostScript printers. Supported printers include common dot-matrix,
|
||||
inkjet and laser models."
|
||||
|
||||
|
||||
pre_configure() {
|
||||
# force it to use system libs.
|
||||
rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype
|
||||
|
|
Loading…
Reference in a new issue