pspec.xml 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ghostscript</Name>
  6. <Homepage>https://www.ghostscript.com</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>office.postscript</PartOf>
  12. <License>GPLv3+</License>
  13. <IsA>library</IsA>
  14. <Summary>A PostScript interpreter and renderer</Summary>
  15. <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>
  16. <Archive sha1sum="27e2fb50428b632ee051c1565785a06d0e15db24" type="targz">https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10031/ghostscript-10.03.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cups-devel</Dependency>
  19. <Dependency>dbus-devel</Dependency>
  20. <Dependency>tiff-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>libSM-devel</Dependency>
  24. <Dependency>libXt-devel</Dependency>
  25. <Dependency>libX11-devel</Dependency>
  26. <Dependency>libpng-devel</Dependency>
  27. <Dependency>gnutls-devel</Dependency>
  28. <Dependency>libidn-devel</Dependency>
  29. <Dependency>libXext-devel</Dependency>
  30. <Dependency>freetype-devel</Dependency>
  31. <Dependency>freeglut-devel</Dependency>
  32. <Dependency versionFrom="2.1.1">libpaper-devel</Dependency>
  33. <Dependency>openjpeg2-devel</Dependency>
  34. <Dependency>fontconfig-devel</Dependency>
  35. <Dependency>libjpeg-turbo-devel</Dependency>
  36. <Dependency versionFrom="2.8">lcms2-devel</Dependency>
  37. </BuildDependencies>
  38. <Patches>
  39. <!--
  40. <Patch level="1">CVE-2019-14869.patch</Patch>
  41. -->
  42. <Patch level="1">0001_No_output_visible_with_pdfwriter.diff</Patch>
  43. <Patch level="1">2010_add_build_timestamp_setting.patch</Patch>
  44. <!-- <Patch level="1">fedora/ghostscript-sys-zlib.patch</Patch> -->
  45. </Patches>
  46. </Source>
  47. <Package>
  48. <Name>ghostscript</Name>
  49. <Summary>A PostScript interpreter and renderer</Summary>
  50. <RuntimeDependencies>
  51. <Dependency>cups</Dependency>
  52. <Dependency>tiff</Dependency>
  53. <Dependency>zlib</Dependency>
  54. <Dependency>libXt</Dependency>
  55. <Dependency>libidn</Dependency>
  56. <Dependency>libX11</Dependency>
  57. <Dependency>libpng</Dependency>
  58. <Dependency>libgcc</Dependency>
  59. <Dependency>freetype</Dependency>
  60. <Dependency>libpaper</Dependency>
  61. <Dependency>openjpeg2</Dependency>
  62. <Dependency>fontconfig</Dependency>
  63. <Dependency>libjpeg-turbo</Dependency>
  64. <Dependency versionFrom="2.8">lcms2</Dependency>
  65. <!-- For CMap fonts -->
  66. <Dependency>poppler-data</Dependency>
  67. <Dependency>gnu-gs-fonts-std</Dependency>
  68. </RuntimeDependencies>
  69. <Files>
  70. <!--
  71. -->
  72. <Path fileType="library">/usr/lib</Path>
  73. <Path fileType="man">/usr/share/man</Path>
  74. <Path fileType="doc">/usr/share/doc</Path>
  75. <Path fileType="executable">/usr/bin</Path>
  76. <Path fileType="data">/usr/share/cups</Path>
  77. <Path fileType="data">/usr/share/ghostscript</Path>
  78. </Files>
  79. <!--
  80. <AdditionalFiles>
  81. <AdditionalFile owner="root" permission="0644" target="/usr/share/ghostscript/9.00/Resource/Init/CIDFnmap">fedora/CIDFnmap</AdditionalFile>
  82. <AdditionalFile owner="root" permission="0644" target="/usr/share/ghostscript/9.00/Resource/Init/cidfmap">fedora/cidfmap</AdditionalFile>
  83. </AdditionalFiles>
  84. -->
  85. </Package>
  86. <Package>
  87. <Name>ghostscript-docs</Name>
  88. <IsA>data:doc</IsA>
  89. <Summary>Documentation for ghostscript</Summary>
  90. <Files>
  91. <Path fileType="doc">/usr/share/doc/ghostscript/9.27</Path>
  92. <Path fileType="doc">/usr/share/doc/ghostscript/html</Path>
  93. <Path fileType="doc">/usr/share/doc/ghostscript/examples</Path>
  94. </Files>
  95. </Package>
  96. <Package>
  97. <Name>ghostscript-devel</Name>
  98. <Summary>Development files for ghostscript</Summary>
  99. <RuntimeDependencies>
  100. <Dependency release="current">ghostscript</Dependency>
  101. </RuntimeDependencies>
  102. <Files>
  103. <Path fileType="data">/usr/lib/pkgconfig</Path>
  104. <Path fileType="header">/usr/include/ijs</Path>
  105. <Path fileType="executable">/usr/bin/ijs-config</Path>
  106. <Path fileType="header">/usr/include/ghostscript</Path>
  107. </Files>
  108. </Package>
  109. <Package>
  110. <Name>ghostscript-32bit</Name>
  111. <PartOf>emul32</PartOf>
  112. <Summary>32-bit shared libraries for ghostscript</Summary>
  113. <BuildType>emul32</BuildType>
  114. <BuildDependencies>
  115. <Dependency>zlib-32bit</Dependency>
  116. <Dependency>tiff-32bit</Dependency>
  117. <Dependency>lcms2-32bit</Dependency>
  118. <Dependency>libXt-32bit</Dependency>
  119. <Dependency>libX11-32bit</Dependency>
  120. <Dependency>libpng-32bit</Dependency>
  121. <Dependency>libidn-32bit</Dependency>
  122. <Dependency>libXext-32bit</Dependency>
  123. <Dependency>freetype-32bit</Dependency>
  124. <Dependency>openjpeg2-32bit</Dependency>
  125. <Dependency>fontconfig-32bit</Dependency>
  126. <Dependency>libjpeg-turbo-32bit</Dependency>
  127. </BuildDependencies>
  128. <RuntimeDependencies>
  129. <Dependency>zlib-32bit</Dependency>
  130. <Dependency>tiff-32bit</Dependency>
  131. <Dependency>lcms2-32bit</Dependency>
  132. <Dependency>libXt-32bit</Dependency>
  133. <Dependency>libidn-32bit</Dependency>
  134. <Dependency>libX11-32bit</Dependency>
  135. <Dependency>libpng-32bit</Dependency>
  136. <Dependency>freetype-32bit</Dependency>
  137. <Dependency>openjpeg2-32bit</Dependency>
  138. <Dependency>fontconfig-32bit</Dependency>
  139. <Dependency>libjpeg-turbo-32bit</Dependency>
  140. <Dependency release="current">ghostscript</Dependency>
  141. </RuntimeDependencies>
  142. <Files>
  143. <Path fileType="library">/usr/lib32</Path>
  144. </Files>
  145. </Package>
  146. <History>
  147. <Update release="13">
  148. <Date>2024-06-10</Date>
  149. <Version>10.03.1</Version>
  150. <Comment>Version bump.</Comment>
  151. <Name>PisiLinux Community</Name>
  152. <Email>admins@pisilinux.org</Email>
  153. </Update>
  154. <Update release="12">
  155. <Date>2024-05-16</Date>
  156. <Version>10.03.0</Version>
  157. <Comment>Version bump</Comment>
  158. <Name>Kamil Atlı</Name>
  159. <Email>suvari@pisilinux.org</Email>
  160. </Update>
  161. <Update release="11">
  162. <Date>2023-07-29</Date>
  163. <Version>10.01.2</Version>
  164. <Comment>Version bump.</Comment>
  165. <Name>Mustafa Cinasal</Name>
  166. <Email>muscnsl@gmail.com</Email>
  167. </Update>
  168. <Update release="10">
  169. <Date>2020-09-14</Date>
  170. <Version>9.53</Version>
  171. <Comment>Minor version bump.</Comment>
  172. <Name>Blue Devil</Name>
  173. <Email>bluedevil@sctzine.com</Email>
  174. </Update>
  175. <Update release="9">
  176. <Date>2020-01-14</Date>
  177. <Version>9.50</Version>
  178. <Comment>Version bump.</Comment>
  179. <Name>Mustafa Cinasal</Name>
  180. <Email>muscnsl@gmail.com</Email>
  181. </Update>
  182. <Update release="8">
  183. <Date>2019-10-07</Date>
  184. <Version>9.27</Version>
  185. <Comment>Version bump.</Comment>
  186. <Name>Mustafa Cinasal</Name>
  187. <Email>muscnsl@gmail.com</Email>
  188. </Update>
  189. <Update release="7">
  190. <Date>2019-01-09</Date>
  191. <Version>9.22</Version>
  192. <Comment>Rebuild.</Comment>
  193. <Name>Mustafa Cinasal</Name>
  194. <Email>muscnsl@gmail.com</Email>
  195. </Update>
  196. <Update release="6">
  197. <Date>2018-07-31</Date>
  198. <Version>9.22</Version>
  199. <Comment>Version Bump</Comment>
  200. <Name>Mustafa Cinasal</Name>
  201. <Email>muscnsl@gmail.com</Email>
  202. </Update>
  203. <Update release="5">
  204. <Date>2018-02-12</Date>
  205. <Version>9.22</Version>
  206. <Comment>Version Bump</Comment>
  207. <Name>Mustafa Cinasal</Name>
  208. <Email>muscnsl@gmail.com</Email>
  209. </Update>
  210. <Update release="4">
  211. <Date>2017-02-05</Date>
  212. <Version>9.20</Version>
  213. <Comment>Version Bump</Comment>
  214. <Name>Pisi Linux Community</Name>
  215. <Email>admin@pisilinux.org</Email>
  216. </Update>
  217. <Update release="3">
  218. <Date>2016-06-09</Date>
  219. <Version>9.19</Version>
  220. <Comment>Release Bump</Comment>
  221. <Name>Pisi Linux Community</Name>
  222. <Email>admin@pisilinux.org</Email>
  223. </Update>
  224. <Update release="2">
  225. <Date>2016-05-01</Date>
  226. <Version>9.19</Version>
  227. <Comment>Version bump.</Comment>
  228. <Name>Ertuğrul Erata</Name>
  229. <Email>ertugrulerata@gmail.com</Email>
  230. </Update>
  231. <Update release="1">
  232. <Date>2016-01-10</Date>
  233. <Version>9.15</Version>
  234. <Comment>First release</Comment>
  235. <Name>Stefan Gronewold(groni)</Name>
  236. <Email>groni@pisilinux.org</Email>
  237. </Update>
  238. </History>
  239. </PISI>