123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>ghostscript</Name>
- <Homepage>https://www.ghostscript.com</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>office.postscript</PartOf>
- <License>GPLv3+</License>
- <IsA>library</IsA>
- <Summary>A PostScript interpreter and renderer</Summary>
- <Description>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.</Description>
- <Archive sha1sum="27e2fb50428b632ee051c1565785a06d0e15db24" type="targz">https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostscript-10.03.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>cups-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>tiff-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libSM-devel</Dependency>
- <Dependency>libXt-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libpng-devel</Dependency>
- <Dependency>gnutls-devel</Dependency>
- <Dependency>libidn-devel</Dependency>
- <Dependency>libXext-devel</Dependency>
- <Dependency>freetype-devel</Dependency>
- <Dependency>freeglut-devel</Dependency>
- <Dependency versionFrom="2.1.1">libpaper-devel</Dependency>
- <Dependency>openjpeg2-devel</Dependency>
- <Dependency>fontconfig-devel</Dependency>
- <Dependency>libjpeg-turbo-devel</Dependency>
- <Dependency versionFrom="2.8">lcms2-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <!--
- <Patch level="1">CVE-2019-14869.patch</Patch>
- -->
- <Patch level="1">0001_No_output_visible_with_pdfwriter.diff</Patch>
- <Patch level="1">2010_add_build_timestamp_setting.patch</Patch>
- <!-- <Patch level="1">fedora/ghostscript-sys-zlib.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>ghostscript</Name>
- <Summary>A PostScript interpreter and renderer</Summary>
- <RuntimeDependencies>
- <Dependency>cups</Dependency>
- <Dependency>tiff</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>libXt</Dependency>
- <Dependency>libidn</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libpng</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>freetype</Dependency>
- <Dependency>libpaper</Dependency>
- <Dependency>openjpeg2</Dependency>
- <Dependency>fontconfig</Dependency>
- <Dependency>libjpeg-turbo</Dependency>
- <Dependency versionFrom="2.8">lcms2</Dependency>
- <!-- For CMap fonts -->
- <Dependency>poppler-data</Dependency>
- <Dependency>gnu-gs-fonts-std</Dependency>
- </RuntimeDependencies>
- <Files>
- <!--
- -->
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/cups</Path>
- <Path fileType="data">/usr/share/ghostscript</Path>
- </Files>
- <!--
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/ghostscript/9.00/Resource/Init/CIDFnmap">fedora/CIDFnmap</AdditionalFile>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/ghostscript/9.00/Resource/Init/cidfmap">fedora/cidfmap</AdditionalFile>
- </AdditionalFiles>
- -->
- </Package>
- <Package>
- <Name>ghostscript-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>Documentation for ghostscript</Summary>
- <Files>
- <Path fileType="doc">/usr/share/doc/ghostscript/9.27</Path>
- <Path fileType="doc">/usr/share/doc/ghostscript/html</Path>
- <Path fileType="doc">/usr/share/doc/ghostscript/examples</Path>
- </Files>
- </Package>
- <Package>
- <Name>ghostscript-devel</Name>
- <Summary>Development files for ghostscript</Summary>
- <RuntimeDependencies>
- <Dependency release="current">ghostscript</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include/ijs</Path>
- <Path fileType="executable">/usr/bin/ijs-config</Path>
- <Path fileType="header">/usr/include/ghostscript</Path>
- </Files>
- </Package>
- <Package>
- <Name>ghostscript-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for ghostscript</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>tiff-32bit</Dependency>
- <Dependency>lcms2-32bit</Dependency>
- <Dependency>libXt-32bit</Dependency>
- <Dependency>libX11-32bit</Dependency>
- <Dependency>libpng-32bit</Dependency>
- <Dependency>libidn-32bit</Dependency>
- <Dependency>libXext-32bit</Dependency>
- <Dependency>freetype-32bit</Dependency>
- <Dependency>openjpeg2-32bit</Dependency>
- <Dependency>fontconfig-32bit</Dependency>
- <Dependency>libjpeg-turbo-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>zlib-32bit</Dependency>
- <Dependency>tiff-32bit</Dependency>
- <Dependency>lcms2-32bit</Dependency>
- <Dependency>libXt-32bit</Dependency>
- <Dependency>libidn-32bit</Dependency>
- <Dependency>libX11-32bit</Dependency>
- <Dependency>libpng-32bit</Dependency>
- <Dependency>freetype-32bit</Dependency>
- <Dependency>openjpeg2-32bit</Dependency>
- <Dependency>fontconfig-32bit</Dependency>
- <Dependency>libjpeg-turbo-32bit</Dependency>
- <Dependency release="current">ghostscript</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32</Path>
- </Files>
- </Package>
- <History>
- <Update release="13">
- <Date>2024-06-10</Date>
- <Version>10.03.1</Version>
- <Comment>Version bump.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="12">
- <Date>2024-05-16</Date>
- <Version>10.03.0</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="11">
- <Date>2023-07-29</Date>
- <Version>10.01.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-09-14</Date>
- <Version>9.53</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-01-14</Date>
- <Version>9.50</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2019-10-07</Date>
- <Version>9.27</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2019-01-09</Date>
- <Version>9.22</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-07-31</Date>
- <Version>9.22</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-02-12</Date>
- <Version>9.22</Version>
- <Comment>Version Bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-05</Date>
- <Version>9.20</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>9.19</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-01</Date>
- <Version>9.19</Version>
- <Comment>Version bump.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-01-10</Date>
- <Version>9.15</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|