From c87a3442b8df14ac47eedfedf427f37be8f1e9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 22 Jan 2014 15:44:14 -0200 Subject: 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 --- libre/ghostscript-libre/PKGBUILD | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'libre/ghostscript-libre') 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 -# Maintainer (Parabola): Joshua Haase # Maintainer (Parabola): André Silva +# Contributor (Parabola): Joshua Haase ### !!! 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 -- cgit v1.2.3-2-g168b