summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-22 15:44:14 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-01-22 15:44:14 -0200
commitc87a3442b8df14ac47eedfedf427f37be8f1e9a5 (patch)
treeb15c0a425dee163ecc24375e06fdd115fe887e65
parenta274bcd3982b28888d7a79624f3c991e65f91071 (diff)
ghostscript-libre-9.10-3: updating revision
* go back to bundled heavily patched openjpeg source to solve some segfaults, FS#38226 => https://bugs.archlinux.org/task/38226 * add libpaper support; use gtk3 for gsx
-rw-r--r--libre/ghostscript-libre/PKGBUILD23
1 files changed, 13 insertions, 10 deletions
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD
index d3e1c0724..b16f322f2 100644
--- a/libre/ghostscript-libre/PKGBUILD
+++ b/libre/ghostscript-libre/PKGBUILD
@@ -1,29 +1,29 @@
-# $Id: PKGBUILD 197986 2013-10-30 12:06:11Z allan $
+# $Id: PKGBUILD 204553 2014-01-22 13:37:42Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
-# Maintainer (Parabola): Joshua Haase <hahj87@gmail.com>
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
+# Contributor (Parabola): Joshua Haase <hahj87@gmail.com>
### !!! rebuild groff from core that picks up hardcoding the GS versioned font path !!! ###
_pkgname=ghostscript
pkgname=ghostscript-libre
pkgver=9.10
-pkgrel=1
+pkgrel=3
pkgdesc="An interpreter for the PostScript language, without nonfree files"
arch=('i686' 'x86_64' 'mips64el')
license=('AGPL') #non free files removed
depends=('libxt' 'libcups' 'fontconfig' 'jasper' 'zlib' 'libpng>=1.5.7' 'libjpeg'
- 'libtiff>=4.0.0' 'lcms2' 'dbus')
-makedepends=('gtk2' 'gnutls' 'openjpeg')
+ 'libtiff>=4.0.0' 'lcms2' 'dbus' 'libpaper')
+makedepends=('gtk3' 'gnutls')
optdepends=('texlive-core: needed for dvipdf'
- 'gtk2: needed for gsx')
+ 'gtk3: needed for gsx')
conflicts=('ghostscript')
replaces=('ghostscript')
provides=("ghostscript=$pkgver")
url="http://www.ghostscript.com/"
mksource=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
source=(https://repo.parabolagnulinux.org/other/ghostscript-libre/ghostscript-libre-${pkgver}.tar.bz2)
-options=('!libtool' '!makeflags')
+options=('!makeflags')
mkmd5sums=('7179bb1ed4f6f453147e6f7e1f210ce8')
md5sums=('c9f6ffec6a07e06caba394d7ebdbbe9a')
@@ -37,9 +37,11 @@ mksource() {
build() {
cd ghostscript-${pkgver}
-
+
# force it to use system-libs
- rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype openjpeg cups/libs # jbig2dec is in community
+ # keep heavily patched included openjpeg, leads to segfault with system openjpeg
+ # https://bugs.archlinux.org/task/38226
+ rm -rf jpeg libpng zlib jasper expat tiff lcms lcms2 freetype cups/libs # jbig2dec is in community
./configure --prefix=/usr \
--enable-dynamic \
@@ -49,12 +51,13 @@ build() {
--with-x \
--with-drivers=ALL\
--with-fontpath=/usr/share/fonts/Type1:/usr/share/fonts \
- --with-install-cups \
--enable-fontconfig \
--enable-freetype \
+ --enable-openjpeg \
--without-luratech \
--without-omni \
--with-system-libtiff \
+ --with-libpaper \
--disable-compile-inits #--help # needed for linking with system-zlib
make