pspec.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cups-filters</Name>
  6. <Homepage>http://www.openprinting.org</Homepage>
  7. <Packager>
  8. <Name>Marcin Bojara</Name>
  9. <Email>marcin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>GPLv3</License>
  13. <License>GPLv2+</License>
  14. <License>GPLv3+</License>
  15. <License>LGPLv2+</License>
  16. <License>MIT</License>
  17. <IsA>data</IsA>
  18. <IsA>library</IsA>
  19. <IsA>app:console</IsA>
  20. <Summary>OpenPrinting CUPS filters and backends</Summary>
  21. <Description>Contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting.</Description>
  22. <Archive type="tarxz" sha1sum="aff6b20c4bf0a4f80e400f8174c5aa7ffdb7d9a7">https://github.com/OpenPrinting/cups-filters/releases/download/1.28.17/cups-filters-1.28.17.tar.xz</Archive>
  23. <BuildDependencies>
  24. <Dependency>python3-devel</Dependency>
  25. <Dependency>cups-devel</Dependency>
  26. <Dependency>glib2-devel</Dependency>
  27. <Dependency>tiff-devel</Dependency>
  28. <Dependency>lcms2-devel</Dependency>
  29. <Dependency>dbus-devel</Dependency>
  30. <Dependency>libexif-devel</Dependency>
  31. <Dependency>python-devel</Dependency>
  32. <Dependency>libpng-devel</Dependency>
  33. <Dependency>gettext-devel</Dependency>
  34. <Dependency>freetype-devel</Dependency>
  35. <Dependency>fontconfig-devel</Dependency>
  36. <Dependency>libjpeg-turbo-devel</Dependency>
  37. <Dependency>dejavu-fonts</Dependency>
  38. <Dependency>poppler-utils</Dependency>
  39. <Dependency>poppler-cpp-devel</Dependency>
  40. <Dependency>zlib-devel</Dependency>
  41. <Dependency>openldap-client</Dependency>
  42. <Dependency>avahi-devel</Dependency>
  43. <Dependency>avahi-glib-devel</Dependency>
  44. <Dependency versionFrom="11.9.1">qpdf-devel</Dependency>
  45. <Dependency versionFrom="9.53">ghostscript-devel</Dependency>
  46. <Dependency versionFrom="22.07.0">poppler-devel</Dependency>
  47. <Dependency>mupdf-devel</Dependency>
  48. <Dependency>python3-packaging</Dependency>
  49. </BuildDependencies>
  50. <Patches>
  51. <Patch level="1">cups-filters-1.28.17-c++17.patch</Patch>
  52. <Patch level="1">93e60d3df358c0ae6f3dba79e1c9684657683d89.patch</Patch>
  53. </Patches>
  54. </Source>
  55. <Package>
  56. <Name>cups-filters</Name>
  57. <RuntimeDependencies>
  58. <Dependency>cups</Dependency>
  59. <Dependency>dbus</Dependency>
  60. <Dependency>tiff</Dependency>
  61. <Dependency>zlib</Dependency>
  62. <Dependency>glib2</Dependency>
  63. <Dependency>lcms2</Dependency>
  64. <Dependency>libgcc</Dependency>
  65. <Dependency>libpng</Dependency>
  66. <Dependency>libexif</Dependency>
  67. <Dependency>fontconfig</Dependency>
  68. <Dependency>poppler-cpp</Dependency>
  69. <Dependency>mit-kerberos</Dependency>
  70. <Dependency>libjpeg-turbo</Dependency>
  71. <Dependency versionFrom="11.2.0">qpdf</Dependency>
  72. <Dependency versionFrom="9.53">ghostscript</Dependency>
  73. <Dependency versionFrom="22.07.0">poppler</Dependency>
  74. <Dependency>e2fsprogs</Dependency>
  75. <Dependency>avahi-glib</Dependency>
  76. <Dependency>avahi-libs</Dependency>
  77. <!-- <Dependency>mupdf</Dependency> -->
  78. <Dependency>openldap-client</Dependency>
  79. </RuntimeDependencies>
  80. <Files>
  81. <Path fileType="library">/usr/lib</Path>
  82. <Path fileType="man">/usr/share/man</Path>
  83. <Path fileType="doc">/usr/share/doc</Path>
  84. <Path fileType="data">/usr/share/ppd</Path>
  85. <Path fileType="executable">/usr/bin</Path>
  86. <Path fileType="data">/usr/share/cups</Path>
  87. <Path fileType="config">/etc/cups/cups-browsed.conf</Path>
  88. <Path fileType="config">/etc/fonts/conf.d/99pdftoopvp.conf</Path>
  89. </Files>
  90. <Replaces>
  91. <Package>libcupsfilters</Package>
  92. </Replaces>
  93. </Package>
  94. <Package>
  95. <Name>cups-filters-devel</Name>
  96. <Summary>Cups-filters için geliştirme dosyaları</Summary>
  97. <RuntimeDependencies>
  98. <Dependency release="current">cups-filters</Dependency>
  99. </RuntimeDependencies>
  100. <Files>
  101. <Path fileType="header">/usr/include</Path>
  102. <Path fileType="library">/usr/lib/pkgconfig</Path>
  103. </Files>
  104. <Replaces>
  105. <Package>libcupsfilters-devel</Package>
  106. </Replaces>
  107. </Package>
  108. <History>
  109. <Update release="29">
  110. <Date>2024-06-10</Date>
  111. <Version>1.28.17</Version>
  112. <Comment>Revert.</Comment>
  113. <Name>Mustafa Cinasal</Name>
  114. <Email>muscnsl@gmail.com</Email>
  115. </Update>
  116. <Update release="28">
  117. <Date>2024-05-23</Date>
  118. <Version>2.0.0</Version>
  119. <Comment>Rebuild.</Comment>
  120. <Name>Mustafa Cinasal</Name>
  121. <Email>muscnsl@gmail.com</Email>
  122. </Update>
  123. <Update release="27">
  124. <Date>2024-05-01</Date>
  125. <Version>2.0.0</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Mustafa Cinasal</Name>
  128. <Email>muscnsl@gmail.com</Email>
  129. </Update>
  130. <Update release="26">
  131. <Date>2023-05-22</Date>
  132. <Version>1.28.17</Version>
  133. <Comment>Rebuild.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="25">
  138. <Date>2023-05-03</Date>
  139. <Version>1.28.17</Version>
  140. <Comment>Version bump.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="24">
  145. <Date>2022-11-21</Date>
  146. <Version>1.28.16</Version>
  147. <Comment>Version bump.</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="23">
  152. <Date>2022-08-06</Date>
  153. <Version>1.28.15</Version>
  154. <Comment>Rebuild</Comment>
  155. <Name>Mustafa Cinasal</Name>
  156. <Email>muscnsl@gmail.com</Email>
  157. </Update>
  158. <Update release="22">
  159. <Date>2022-05-28</Date>
  160. <Version>1.28.15</Version>
  161. <Comment>Version bump.</Comment>
  162. <Name>Mustafa Cinasal</Name>
  163. <Email>muscnsl@gmail.com</Email>
  164. </Update>
  165. <Update release="21">
  166. <Date>2022-03-11</Date>
  167. <Version>1.28.12</Version>
  168. <Comment>Version bump.</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="20">
  173. <Date>2021-07-16</Date>
  174. <Version>1.28.9</Version>
  175. <Comment>Version bump.</Comment>
  176. <Name>Mustafa Cinasal</Name>
  177. <Email>muscnsl@gmail.com</Email>
  178. </Update>
  179. <Update release="19">
  180. <Date>2021-03-14</Date>
  181. <Version>1.28.7</Version>
  182. <Comment>Version bump</Comment>
  183. <Name>Kamil Atlı</Name>
  184. <Email>suvari@pisilinux.org</Email>
  185. </Update>
  186. <Update release="18">
  187. <Date>2020-09-03</Date>
  188. <Version>1.28.1</Version>
  189. <Comment>Version bump.</Comment>
  190. <Name>Mustafa Cinasal</Name>
  191. <Email>muscnsl@gmail.com</Email>
  192. </Update>
  193. <Update release="17">
  194. <Date>2020-04-29</Date>
  195. <Version>1.27.4</Version>
  196. <Comment>Version bump.</Comment>
  197. <Name>Mustafa Cinasal</Name>
  198. <Email>muscnsl@gmail.com</Email>
  199. </Update>
  200. <Update release="16">
  201. <Date>2020-03-10</Date>
  202. <Version>1.27.2</Version>
  203. <Comment>Version bump.</Comment>
  204. <Name>Mustafa Cinasal</Name>
  205. <Email>muscnsl@gmail.com</Email>
  206. </Update>
  207. <Update release="15">
  208. <Date>2019-11-16</Date>
  209. <Version>1.25.12</Version>
  210. <Comment>Version bump.</Comment>
  211. <Name>Mustafa Cinasal</Name>
  212. <Email>muscnsl@gmail.com</Email>
  213. </Update>
  214. <Update release="14">
  215. <Date>2019-10-07</Date>
  216. <Version>1.25.7</Version>
  217. <Comment>Version bump.</Comment>
  218. <Name>Mustafa Cinasal</Name>
  219. <Email>muscnsl@gmail.com</Email>
  220. </Update>
  221. <Update release="13">
  222. <Date>2019-09-29</Date>
  223. <Version>1.25.2</Version>
  224. <Comment>Version bump.</Comment>
  225. <Name>Mustafa Cinasal</Name>
  226. <Email>muscnsl@gmail.com</Email>
  227. </Update>
  228. <Update release="12">
  229. <Date>2019-05-31</Date>
  230. <Version>1.23.0</Version>
  231. <Comment>Version Bump.</Comment>
  232. <Name>Mustafa Cinasal</Name>
  233. <Email>muscnsl@gmail.com</Email>
  234. </Update>
  235. <Update release="11">
  236. <Date>2018-12-30</Date>
  237. <Version>1.21.6</Version>
  238. <Comment>Version Bump.</Comment>
  239. <Name>Mustafa Cinasal</Name>
  240. <Email>muscnsl@gmail.com</Email>
  241. </Update>
  242. <Update release="10">
  243. <Date>2018-10-07</Date>
  244. <Version>1.21.3</Version>
  245. <Comment>Version Bump.</Comment>
  246. <Name>Mustafa Cinasal</Name>
  247. <Email>muscnsl@gmail.com</Email>
  248. </Update>
  249. <Update release="9">
  250. <Date>2018-08-09</Date>
  251. <Version>1.20.3</Version>
  252. <Comment>Rebuild.</Comment>
  253. <Name>Mustafa Cinasal</Name>
  254. <Email>muscnsl@gmail.com</Email>
  255. </Update>
  256. <Update release="8">
  257. <Date>2018-05-21</Date>
  258. <Version>1.20.3</Version>
  259. <Comment>version bump.</Comment>
  260. <Name>Mustafa Cinasal</Name>
  261. <Email>muscnsl@gmail.com</Email>
  262. </Update>
  263. <Update release="7">
  264. <Date>2018-02-28</Date>
  265. <Version>1.20.1</Version>
  266. <Comment>version bump.</Comment>
  267. <Name>Mustafa Cinasal</Name>
  268. <Email>muscnsl@gmail.com</Email>
  269. </Update>
  270. <Update release="6">
  271. <Date>2018-02-12</Date>
  272. <Version>1.17.9</Version>
  273. <Comment>Rebuild.</Comment>
  274. <Name>Mustafa Cinasal</Name>
  275. <Email>muscnsl@gmail.com</Email>
  276. </Update>
  277. <Update release="5">
  278. <Date>2017-12-13</Date>
  279. <Version>1.17.9</Version>
  280. <Comment>version bump.</Comment>
  281. <Name>Ayhan Yalçınsoy</Name>
  282. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  283. </Update>
  284. <Update release="4">
  285. <Date>2017-07-13</Date>
  286. <Version>1.14.1</Version>
  287. <Comment>Version Bump</Comment>
  288. <Name>Kamil Atlı</Name>
  289. <Email>suvari@pisilinux.org</Email>
  290. </Update>
  291. <Update release="3">
  292. <Date>2017-03-21</Date>
  293. <Version>1.5.0</Version>
  294. <Comment>Release Bump</Comment>
  295. <Name>Pisi Linux Community</Name>
  296. <Email>admin@pisilinux.org</Email>
  297. </Update>
  298. <Update release="2">
  299. <Date>2016-06-09</Date>
  300. <Version>1.5.0</Version>
  301. <Comment>Release Bump</Comment>
  302. <Name>Pisi Linux Community</Name>
  303. <Email>admin@pisilinux.org</Email>
  304. </Update>
  305. <Update release="1">
  306. <Date>2016-04-23</Date>
  307. <Version>1.5.0</Version>
  308. <Comment>First release</Comment>
  309. <Name>Alihan Öztürk</Name>
  310. <Email>alihan@pisilinux.org</Email>
  311. </Update>
  312. </History>
  313. </PISI>