From 016baec6920fd69454d2b555bab4e5677854db36 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 16 Sep 2020 00:35:15 +0200 Subject: [PATCH] ghostscript:ver bump --- office/postscript/ghostscript/actions.py | 27 +++---- office/postscript/ghostscript/pspec.xml | 72 +++++++++++-------- .../postscript/ghostscript/translations.xml | 4 +- 3 files changed, 60 insertions(+), 43 deletions(-) diff --git a/office/postscript/ghostscript/actions.py b/office/postscript/ghostscript/actions.py index fa3eac71bf..26cc9e0add 100644 --- a/office/postscript/ghostscript/actions.py +++ b/office/postscript/ghostscript/actions.py @@ -4,10 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt +from pisi.actionsapi import get from pisi.actionsapi import autotools from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools -from pisi.actionsapi import get def setup(): # Remove local copies for system libs @@ -18,20 +18,21 @@ def setup(): autotools.autoreconf("-fi") - options = "--disable-compile-inits \ - --disable-gtk \ - --enable-dynamic \ - --with-system-libtiff \ + options = "--with-x \ --with-ijs \ - --with-drivers=ALL \ + --disable-gtk \ + --without-omni \ --with-libpaper \ --with-jbig2dec \ - --enable-fontconfig \ + --enable-dynamic \ --enable-freetype \ --without-luratech \ - --without-omni \ - --with-x \ - --with-fontpath=/usr/share/fonts:/usr/share/fonts/default/ghostscript:/usr/share/cups/fonts:/usr/share/fonts/TTF:/usr/share/fonts/Type1:/usr/share/poppler/cMap/*" + --with-drivers=ALL \ + --enable-fontconfig \ + --with-system-libtiff \ + --disable-compile-inits \ + --with-fontpath=/usr/share/fonts:/usr/share/fonts/default/ghostscript:/usr/share/cups/fonts:/usr/share/fonts/TTF:/usr/share/fonts/Type1:/usr/share/poppler/cMap/*" + options += " --disable-cups --includedir=/usr/include --libdir=/usr/lib32" if get.buildTYPE() == "emul32" else " --enable-cups" autotools.configure(options) @@ -40,9 +41,9 @@ def setup(): pisitools.dosed("configure.ac", "AM_PROG_CC_STDC", "AC_PROG_CC") shelltools.system("./autogen.sh \ --prefix=/usr \ - --mandir=/usr/share/man \ + --enable-shared \ --disable-static \ - --enable-shared") + --mandir=/usr/share/man") def build(): autotools.make("-C ijs") @@ -56,4 +57,4 @@ def install(): if not get.buildTYPE() == "emul32": autotools.rawInstall("-C ijs DESTDIR=%s" % get.installDIR()) pisitools.dohtml("doc/*") - pisitools.dodoc("LICENSE", "doc/COPYING") + pisitools.dodoc("LICENSE", "doc/COPYING") \ No newline at end of file diff --git a/office/postscript/ghostscript/pspec.xml b/office/postscript/ghostscript/pspec.xml index 1fdeab9e0a..5be2c609ae 100644 --- a/office/postscript/ghostscript/pspec.xml +++ b/office/postscript/ghostscript/pspec.xml @@ -1,5 +1,5 @@ - + ghostscript @@ -8,63 +8,69 @@ PisiLinux Community admins@pisilinux.org + office.postscript GPLv3+ library A PostScript interpreter and renderer ghostscript is a set of software that provides a PostScript interpreter, a set of C procedures and an interpreter for PDF files. ghostscript is normally used to display PostScript files and to print PostScript files to non-PostScript printers. - https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/ghostscript-9.50.tar.xz + https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/ghostpdl-9.53.0.tar.xz cups-devel + dbus-devel tiff-devel zlib-devel - libX11-devel - libXext-devel + gtk3-devel libSM-devel + libXt-devel + libX11-devel + libpng-devel + gnutls-devel + libidn-devel + libXext-devel freetype-devel + freeglut-devel + libpaper-devel + openjpeg2-devel + fontconfig-devel libjpeg-turbo-devel lcms2-devel - libXt-devel - libpng-devel - libpaper-devel - fontconfig-devel - openjpeg2-devel - gnutls-devel - dbus-devel - gtk3-devel - libidn-devel - freeglut-devel - fedora/ghostscript-sys-zlib.patch + + fedora/ghostscript-sys-zlib.patch ghostscript + A PostScript interpreter and renderer cups + tiff zlib + libXt libidn libX11 libpng freetype - openjpeg2 - libjpeg-turbo - tiff - lcms2 - libXt libpaper + openjpeg2 fontconfig + libjpeg-turbo + lcms2 poppler-data gnu-gs-fonts-std - /usr/bin + /usr/lib /usr/share/man /usr/share/doc + /usr/bin /usr/share/cups /usr/share/ghostscript @@ -78,6 +84,7 @@ ghostscript-docs + data:doc Documentation for ghostscript /usr/share/doc/ghostscript/9.27 @@ -93,10 +100,10 @@ ghostscript + /usr/lib/pkgconfig + /usr/include/ijs /usr/bin/ijs-config /usr/include/ghostscript - /usr/include/ijs - /usr/lib/pkgconfig @@ -106,32 +113,32 @@ 32-bit shared libraries for ghostscript emul32 - libjpeg-turbo-32bit zlib-32bit tiff-32bit lcms2-32bit libXt-32bit - libXext-32bit libX11-32bit libpng-32bit libidn-32bit + libXext-32bit freetype-32bit openjpeg2-32bit fontconfig-32bit + libjpeg-turbo-32bit - ghostscript - libjpeg-turbo-32bit zlib-32bit - libidn-32bit tiff-32bit lcms2-32bit libXt-32bit + libidn-32bit libX11-32bit libpng-32bit freetype-32bit openjpeg2-32bit fontconfig-32bit + libjpeg-turbo-32bit + ghostscript /usr/lib32 @@ -139,6 +146,13 @@ + + 2020-09-14 + 9.53 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-14 9.50 @@ -203,4 +217,4 @@ groni@pisilinux.org - + \ No newline at end of file diff --git a/office/postscript/ghostscript/translations.xml b/office/postscript/ghostscript/translations.xml index e46ace2d36..0a1a950b2d 100644 --- a/office/postscript/ghostscript/translations.xml +++ b/office/postscript/ghostscript/translations.xml @@ -9,10 +9,12 @@ ghostscript-docs ghostscript için çeşitli belgeler + ghostscript-docs, ghostscript için belgelendirme dosyalarını içerir. ghostscript-devel ghostscript için geliştirme dosyaları + ghostscript-devel, ghostscript için geliştirme dosyalarını içerir. - + \ No newline at end of file