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'
|
# Template file for 'ghostscript'
|
||||||
pkgname=ghostscript
|
pkgname=ghostscript
|
||||||
version=9.05
|
version=9.06
|
||||||
revision=3
|
revision=1
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
subpackages="libgs libijs $pkgname-devel"
|
subpackages="libgs libijs $pkgname-devel"
|
||||||
depends="gsfonts"
|
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"
|
short_desc="An interpreter for the PostScript language"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.ghostscript.com/"
|
homepage="http://www.ghostscript.com/"
|
||||||
license="GPL-3, custom"
|
license="GPL-3, custom"
|
||||||
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
distfiles="http://downloads.ghostscript.com/public/$pkgname-$version.tar.bz2"
|
||||||
checksum=0f41212af3a5a552ab2302cd90606dc8245be34490a699726dc95ed3cd89ceac
|
checksum=05acd1b576899572ef8ecbc25637cf73cbd0be267e651732db3012db33088e04
|
||||||
long_desc="
|
long_desc="
|
||||||
GPL Ghostscript is used for PostScript/PDF preview and printing. Usually as a
|
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
|
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,
|
on non-PostScript printers. Supported printers include common dot-matrix,
|
||||||
inkjet and laser models."
|
inkjet and laser models."
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# force it to use system libs.
|
# force it to use system libs.
|
||||||
rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype
|
rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue