pspec.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ghostscript</Name>
  6. <Homepage>http://www.ghostscript.com</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>library</IsA>
  13. <Summary>A PostScript interpreter and renderer</Summary>
  14. <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>
  15. <Archive sha1sum="ed63f43482f5af60dff52e81b2d9478da3ad1e3e" type="tarxz">https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostscript-9.20.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>tiff-devel</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>libX11-devel</Dependency>
  20. <Dependency>libXext-devel</Dependency>
  21. <Dependency>libSM-devel</Dependency>
  22. <Dependency>freetype-devel</Dependency>
  23. <Dependency>libjpeg-turbo-devel</Dependency>
  24. <Dependency versionFrom="2.8">lcms2-devel</Dependency>
  25. <Dependency>libXt-devel</Dependency>
  26. <Dependency>libpng-devel</Dependency>
  27. <Dependency>libpaper-devel</Dependency>
  28. <Dependency>fontconfig-devel</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <Patch level="1">fedora/ghostscript-sys-zlib.patch</Patch>
  32. <Patch level="1">fedora/ghostscript-9.20-cve-2016-7976.patch</Patch>
  33. <Patch level="1">fedora/ghostscript-9.20-cve-2016-7977.patch</Patch>
  34. <Patch level="1">fedora/ghostscript-9.20-cve-2016-7978.patch</Patch>
  35. <Patch level="1">fedora/ghostscript-9.20-cve-2016-7979.patch</Patch>
  36. <Patch level="1">fedora/ghostscript-9.20-cve-2016-8602.patch</Patch>
  37. <Patch level="1">fedora/ghostscript-9.20-cve-2016-9601.patch</Patch>
  38. <Patch level="1">fedora/ghostscript-9.20-fix-openjpeg-system-build.patch</Patch>
  39. <Patch level="1">fedora/ghostscript-9.20-handle-glyphdirectory-correctly.patch</Patch>
  40. <Patch level="1">fedora/ghostscript-9.20-remove-and-reimplement-ConvertUTF.patch</Patch>
  41. <Patch level="1">fedora/ghostscript-9.20-run-dvipdf-securely.patch</Patch>
  42. <Patch level="1">fedora/ghostscript-9.20-runlibfileifexists.patch</Patch>
  43. <Patch level="1">fedora/ghostscript-9.20-urw-fonts-naming.patch</Patch>
  44. </Patches>
  45. </Source>
  46. <Package>
  47. <Name>ghostscript</Name>
  48. <RuntimeDependencies>
  49. <Dependency>zlib</Dependency>
  50. <Dependency>libX11</Dependency>
  51. <Dependency>libpng</Dependency>
  52. <Dependency>freetype</Dependency>
  53. <Dependency>libjpeg-turbo</Dependency>
  54. <Dependency>tiff</Dependency>
  55. <Dependency versionFrom="2.8">lcms2</Dependency>
  56. <Dependency>libXt</Dependency>
  57. <Dependency>libpaper</Dependency>
  58. <Dependency>fontconfig</Dependency>
  59. <!-- For CMap fonts -->
  60. <Dependency>poppler-data</Dependency>
  61. <Dependency>gnu-gs-fonts-std</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="executable">/usr/bin</Path>
  65. <Path fileType="library">/usr/lib</Path>
  66. <Path fileType="man">/usr/share/man</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. <Path fileType="data">/usr/share/cups</Path>
  69. <Path fileType="data">/usr/share/ghostscript</Path>
  70. </Files>
  71. <!--
  72. <AdditionalFiles>
  73. <AdditionalFile owner="root" permission="0644" target="/usr/share/ghostscript/9.00/Resource/Init/CIDFnmap">fedora/CIDFnmap</AdditionalFile>
  74. <AdditionalFile owner="root" permission="0644" target="/usr/share/ghostscript/9.00/Resource/Init/cidfmap">fedora/cidfmap</AdditionalFile>
  75. </AdditionalFiles>
  76. -->
  77. </Package>
  78. <Package>
  79. <Name>ghostscript-docs</Name>
  80. <Summary>Documentation for ghostscript</Summary>
  81. <Files>
  82. <Path fileType="doc">/usr/share/doc/ghostscript/html</Path>
  83. <Path fileType="doc">/usr/share/doc/ghostscript/examples</Path>
  84. </Files>
  85. </Package>
  86. <Package>
  87. <Name>ghostscript-devel</Name>
  88. <Summary>Development files for ghostscript</Summary>
  89. <RuntimeDependencies>
  90. <Dependency release="current">ghostscript</Dependency>
  91. </RuntimeDependencies>
  92. <Files>
  93. <Path fileType="executable">/usr/bin/ijs-config</Path>
  94. <Path fileType="header">/usr/include/ghostscript</Path>
  95. <Path fileType="header">/usr/include/ijs</Path>
  96. <Path fileType="data">/usr/lib/pkgconfig</Path>
  97. </Files>
  98. </Package>
  99. <Package>
  100. <Name>ghostscript-32bit</Name>
  101. <PartOf>emul32</PartOf>
  102. <Summary>32-bit shared libraries for ghostscript</Summary>
  103. <BuildType>emul32</BuildType>
  104. <BuildDependencies>
  105. <Dependency>libjpeg-turbo-32bit</Dependency>
  106. <Dependency>zlib-32bit</Dependency>
  107. <Dependency>tiff-32bit</Dependency>
  108. <Dependency>lcms2-32bit</Dependency>
  109. <Dependency>libXt-32bit</Dependency>
  110. <Dependency>libXext-32bit</Dependency>
  111. <Dependency>libX11-32bit</Dependency>
  112. <Dependency>libpng-32bit</Dependency>
  113. <Dependency>libidn-32bit</Dependency>
  114. <Dependency>freetype-32bit</Dependency>
  115. <Dependency>fontconfig-32bit</Dependency>
  116. </BuildDependencies>
  117. <RuntimeDependencies>
  118. <Dependency release="current">ghostscript</Dependency>
  119. <Dependency>libjpeg-turbo-32bit</Dependency>
  120. <Dependency>zlib-32bit</Dependency>
  121. <Dependency>tiff-32bit</Dependency>
  122. <Dependency>lcms2-32bit</Dependency>
  123. <Dependency>libXt-32bit</Dependency>
  124. <Dependency>libX11-32bit</Dependency>
  125. <Dependency>libpng-32bit</Dependency>
  126. <Dependency>freetype-32bit</Dependency>
  127. <Dependency>fontconfig-32bit</Dependency>
  128. </RuntimeDependencies>
  129. <Files>
  130. <Path fileType="library">/usr/lib32</Path>
  131. </Files>
  132. </Package>
  133. <History>
  134. <Update release="4">
  135. <Date>2017-02-05</Date>
  136. <Version>9.20</Version>
  137. <Comment>Version Bump</Comment>
  138. <Name>Pisi Linux Community</Name>
  139. <Email>admin@pisilinux.org</Email>
  140. </Update>
  141. <Update release="3">
  142. <Date>2016-06-09</Date>
  143. <Version>9.19</Version>
  144. <Comment>Release Bump</Comment>
  145. <Name>Pisi Linux Community</Name>
  146. <Email>admin@pisilinux.org</Email>
  147. </Update>
  148. <Update release="2">
  149. <Date>2016-05-01</Date>
  150. <Version>9.19</Version>
  151. <Comment>Version bump.</Comment>
  152. <Name>Ertuğrul Erata</Name>
  153. <Email>ertugrulerata@gmail.com</Email>
  154. </Update>
  155. <Update release="1">
  156. <Date>2016-01-10</Date>
  157. <Version>9.15</Version>
  158. <Comment>First release</Comment>
  159. <Name>Stefan Gronewold(groni)</Name>
  160. <Email>groni@pisilinux.org</Email>
  161. </Update>
  162. </History>
  163. </PISI>