pspec.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cairo</Name>
  6. <Homepage>https://cairographics.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <License>MPL-1.1</License>
  13. <IsA>library</IsA>
  14. <Summary>2D graphics library with bindings of many programming languages</Summary>
  15. <Description>Cairo is a 2D graphics library with support for multiple output devices (and fileformats).</Description>
  16. <Archive sha1sum="c87e75f8e5177fc264ab9af2f7b4e4e8e6ca0421" type="tarbz2">https://gitlab.freedesktop.org/cairo/cairo/-/archive/1.18.2/cairo-1.18.2.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>lzo-devel</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>glib2-devel</Dependency>
  22. <Dependency>libX11-devel</Dependency>
  23. <Dependency>libpng-devel</Dependency>
  24. <Dependency>libxcb-devel</Dependency>
  25. <Dependency>freetype-devel</Dependency>
  26. <Dependency>expat-devel</Dependency>
  27. <Dependency>fontconfig-devel</Dependency>
  28. <Dependency>libXrender-devel</Dependency>
  29. <Dependency>pixman-devel</Dependency>
  30. <Dependency>xcb-util-devel</Dependency>
  31. <Dependency>libXext-devel</Dependency>
  32. <Dependency>libglvnd-devel</Dependency>
  33. <Dependency>gtk-doc</Dependency>
  34. <!-- <Dependency>librsvg-devel</Dependency> --><!--circle dep-->
  35. <!-- <Dependency>DirectFB-devel</Dependency> -->
  36. <Dependency>valgrind</Dependency>
  37. <!-- <Dependency>libspectre-devel</Dependency> -->
  38. <!-- <Dependency>poppler-devel</Dependency> -->
  39. </BuildDependencies>
  40. <Patches>
  41. <!--Fedora patches-->
  42. <!-- <Patch level="1">0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch</Patch> -->
  43. <!-- <Patch level="1">0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch</Patch> -->
  44. <!-- <Patch level="1">git_fixes.diff</Patch> -->
  45. <!-- <Patch level="1">cairo_script_interpreter_pkgconfig.patch</Patch> -->
  46. </Patches>
  47. </Source>
  48. <Package>
  49. <Name>cairo</Name>
  50. <RuntimeDependencies>
  51. <Dependency>lzo</Dependency>
  52. <Dependency>zlib</Dependency>
  53. <Dependency>glib2</Dependency>
  54. <Dependency>libX11</Dependency>
  55. <Dependency>libpng</Dependency>
  56. <Dependency>libxcb</Dependency>
  57. <Dependency>freetype</Dependency>
  58. <Dependency>fontconfig</Dependency>
  59. <Dependency>libXrender</Dependency>
  60. <Dependency>pixman</Dependency>
  61. <Dependency>libXext</Dependency>
  62. <Dependency>libglvnd</Dependency>
  63. </RuntimeDependencies>
  64. <Files>
  65. <Path fileType="executable">/usr/bin</Path>
  66. <Path fileType="man">/usr/share/man</Path>
  67. <Path fileType="doc">/usr/share/doc</Path>
  68. <Path fileType="doc">/usr/share/gtk-doc</Path>
  69. <Path fileType="info">/usr/share/info</Path>
  70. <Path fileType="library">/usr/lib</Path>
  71. </Files>
  72. </Package>
  73. <Package>
  74. <Name>cairo-devel</Name>
  75. <Summary>Development files for cairo</Summary>
  76. <RuntimeDependencies>
  77. <Dependency release="current">cairo</Dependency>
  78. <Dependency>glib2-devel</Dependency>
  79. <Dependency>zlib-devel</Dependency>
  80. <Dependency>libX11-devel</Dependency>
  81. <Dependency>libpng-devel</Dependency>
  82. <Dependency>libxcb-devel</Dependency>
  83. <Dependency>freetype-devel</Dependency>
  84. <Dependency>pixman-devel</Dependency>
  85. <Dependency>libXext-devel</Dependency>
  86. <Dependency>fontconfig-devel</Dependency>
  87. <Dependency>libXrender-devel</Dependency>
  88. <Dependency>libglvnd-devel</Dependency>
  89. </RuntimeDependencies>
  90. <Files>
  91. <Path fileType="header">/usr/include</Path>
  92. <Path fileType="library">/usr/lib/pkgconfig</Path>
  93. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  94. </Files>
  95. </Package>
  96. <Package>
  97. <Name>cairo-32bit</Name>
  98. <PartOf>emul32</PartOf>
  99. <Summary>32-bit shared libraries for cairo</Summary>
  100. <BuildType>emul32</BuildType>
  101. <BuildDependencies>
  102. <Dependency>libglvnd-32bit</Dependency>
  103. <Dependency>lzo-32bit</Dependency>
  104. <Dependency>zlib-32bit</Dependency>
  105. <Dependency>glib2-32bit</Dependency>
  106. <Dependency>libX11-32bit</Dependency>
  107. <Dependency>pixman-32bit</Dependency>
  108. <Dependency>libpng-32bit</Dependency>
  109. <Dependency>libxcb-32bit</Dependency>
  110. <Dependency>libXext-32bit</Dependency>
  111. <Dependency>freetype-32bit</Dependency>
  112. <Dependency>fontconfig-32bit</Dependency>
  113. <Dependency>libXrender-32bit</Dependency>
  114. <!--
  115. <Dependency>libspectre-32bit</Dependency>
  116. <Dependency>poppler-glib-32bit</Dependency>
  117. <Dependency>pango-32bit</Dependency>
  118. <Dependency>librsvg-32bit</Dependency>
  119. <Dependency>gdk-pixbuf-32bit</Dependency>
  120. -->
  121. </BuildDependencies>
  122. <RuntimeDependencies>
  123. <Dependency release="current">cairo</Dependency>
  124. <Dependency>libglvnd-32bit</Dependency>
  125. <Dependency>lzo-32bit</Dependency>
  126. <Dependency>zlib-32bit</Dependency>
  127. <Dependency>glib2-32bit</Dependency>
  128. <Dependency>libX11-32bit</Dependency>
  129. <Dependency>pixman-32bit</Dependency>
  130. <Dependency>libpng-32bit</Dependency>
  131. <Dependency>libxcb-32bit</Dependency>
  132. <Dependency>libXext-32bit</Dependency>
  133. <Dependency>freetype-32bit</Dependency>
  134. <Dependency>fontconfig-32bit</Dependency>
  135. <Dependency>libXrender-32bit</Dependency>
  136. </RuntimeDependencies>
  137. <Files>
  138. <Path fileType="library">/usr/lib32/lib*</Path>
  139. <Path fileType="library">/usr/lib32/cairo</Path>
  140. </Files>
  141. </Package>
  142. <History>
  143. <Update release="15">
  144. <Date>2024-09-07</Date>
  145. <Version>1.18.2</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>Pisi Linux Community</Name>
  148. <Email>admin@pisilinux.org</Email>
  149. </Update>
  150. <Update release="14">
  151. <Date>2023-04-05</Date>
  152. <Version>1.17.8</Version>
  153. <Comment>Version bump.</Comment>
  154. <Name>Mustafa Cinasal</Name>
  155. <Email>muscnsl@gmail.com</Email>
  156. </Update>
  157. <Update release="13">
  158. <Date>2022-07-29</Date>
  159. <Version>1.17.6</Version>
  160. <Comment>Version bump.</Comment>
  161. <Name>Mustafa Cinasal</Name>
  162. <Email>muscnsl@gmail.com</Email>
  163. </Update>
  164. <Update release="12">
  165. <Date>2021-10-23</Date>
  166. <Version>1.17.4</Version>
  167. <Comment>Rebuild.</Comment>
  168. <Name>Mustafa Cinasal</Name>
  169. <Email>muscnsl@gmail.com</Email>
  170. </Update>
  171. <Update release="11">
  172. <Date>2021-05-26</Date>
  173. <Version>1.17.4</Version>
  174. <Comment>Version bump.</Comment>
  175. <Name>Mustafa Cinasal</Name>
  176. <Email>muscnsl@gmail.com</Email>
  177. </Update>
  178. <Update release="10">
  179. <Date>2020-04-30</Date>
  180. <Version>1.17.2</Version>
  181. <Comment>Rebuild.</Comment>
  182. <Name>Mustafa Cinasal</Name>
  183. <Email>muscnsl@gmail.com</Email>
  184. </Update>
  185. <Update release="9">
  186. <Date>2020-01-08</Date>
  187. <Version>1.17.2</Version>
  188. <Comment>version Bump.</Comment>
  189. <Name>Idris Kalp</Name>
  190. <Email>idriskalp@gmail.com</Email>
  191. </Update>
  192. <Update release="8">
  193. <Date>2019-02-04</Date>
  194. <Version>1.16.0</Version>
  195. <Comment>version Bump.</Comment>
  196. <Name>Mustafa Cinasal</Name>
  197. <Email>muscnsl@gmail.com</Email>
  198. </Update>
  199. <Update release="7">
  200. <Date>2018-09-16</Date>
  201. <Version>1.15.12</Version>
  202. <Comment>Rebuild.</Comment>
  203. <Name>Mustafa Cinasal</Name>
  204. <Email>muscnsl@gmail.com</Email>
  205. </Update>
  206. <Update release="6">
  207. <Date>2018-04-18</Date>
  208. <Version>1.15.12</Version>
  209. <Comment>version Bump.</Comment>
  210. <Name>Ayhan Yalçınsoy</Name>
  211. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  212. </Update>
  213. <Update release="5">
  214. <Date>2018-01-28</Date>
  215. <Version>1.14.12</Version>
  216. <Comment>version Bump</Comment>
  217. <Name>Mustafa Cinasal</Name>
  218. <Email>muscnsl@gmail.com</Email>
  219. </Update>
  220. <Update release="4">
  221. <Date>2017-02-17</Date>
  222. <Version>1.14.8</Version>
  223. <Comment>version Bump</Comment>
  224. <Name>Ayhan Yalçınsoy</Name>
  225. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  226. </Update>
  227. <Update release="3">
  228. <Date>2016-06-09</Date>
  229. <Version>1.14.2</Version>
  230. <Comment>Release Bump</Comment>
  231. <Name>Pisi Linux Community</Name>
  232. <Email>admin@pisilinux.org</Email>
  233. </Update>
  234. <Update release="2">
  235. <Date>2016-05-25</Date>
  236. <Version>1.14.2</Version>
  237. <Comment>Release Bump.</Comment>
  238. <Name>Yusuf Aydemir</Name>
  239. <Email>yusuf.aydemir@pisilinux.org</Email>
  240. </Update>
  241. <Update release="1">
  242. <Date>2015-04-18</Date>
  243. <Version>1.14.2</Version>
  244. <Comment>First release</Comment>
  245. <Name>Yusuf Aydemir</Name>
  246. <Email>yusuf.aydemir@pisilinux.org</Email>
  247. </Update>
  248. </History>
  249. </PISI>