pspec.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cairo</Name>
  6. <Homepage>http://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="490025a0ba0622a853010f49fb6343f29fb70b9b" type="tarxz">http://cairographics.org/releases/cairo-1.14.12.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>lzo-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>libX11-devel</Dependency>
  22. <Dependency>libpng-devel</Dependency>
  23. <Dependency>libxcb-devel</Dependency>
  24. <Dependency>freetype-devel</Dependency>
  25. <Dependency>expat-devel</Dependency>
  26. <Dependency>fontconfig-devel</Dependency>
  27. <Dependency>libXrender-devel</Dependency>
  28. <Dependency>pixman-devel</Dependency>
  29. <Dependency>xcb-util-devel</Dependency>
  30. <Dependency>libXext-devel</Dependency>
  31. <Dependency>mesa-devel</Dependency>
  32. <!--<Dependency>gtk-doc</Dependency>-->
  33. <!--Dependency>librsvg-devel</Dependency--><!--circle dep-->
  34. <Dependency>DirectFB-devel</Dependency>
  35. <Dependency>valgrind</Dependency>
  36. <!--<Dependency>libspectre-devel</Dependency>
  37. <Dependency>poppler-devel</Dependency>-->
  38. </BuildDependencies>
  39. <Patches>
  40. <!--Fedora patches-->
  41. <!-- <Patch level="1">0001-xlib-Don-t-crash-when-swapping-a-0-sized-glyph.patch</Patch> -->
  42. <!-- <Patch level="1">0002-xcb-Don-t-crash-when-swapping-a-0-sized-glyph.patch</Patch> -->
  43. <!-- <Patch level="1">git_fixes.diff</Patch> -->
  44. </Patches>
  45. </Source>
  46. <Package>
  47. <Name>cairo</Name>
  48. <RuntimeDependencies>
  49. <Dependency>lzo</Dependency>
  50. <Dependency>zlib</Dependency>
  51. <Dependency>glib2</Dependency>
  52. <Dependency>libX11</Dependency>
  53. <Dependency>libpng</Dependency>
  54. <Dependency>libxcb</Dependency>
  55. <Dependency>freetype</Dependency>
  56. <Dependency>fontconfig</Dependency>
  57. <Dependency>libXrender</Dependency>
  58. <Dependency>pixman</Dependency>
  59. <Dependency>libXext</Dependency>
  60. <Dependency>mesa</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="executable">/usr/bin</Path>
  64. <Path fileType="man">/usr/share/man</Path>
  65. <Path fileType="doc">/usr/share/doc</Path>
  66. <Path fileType="doc">/usr/share/gtk-doc</Path>
  67. <Path fileType="info">/usr/share/info</Path>
  68. <Path fileType="library">/usr/lib</Path>
  69. </Files>
  70. </Package>
  71. <Package>
  72. <Name>cairo-devel</Name>
  73. <Summary>Development files for cairo</Summary>
  74. <RuntimeDependencies>
  75. <Dependency release="current">cairo</Dependency>
  76. <Dependency>mesa-devel</Dependency>
  77. <Dependency>glib2-devel</Dependency>
  78. <Dependency>libX11-devel</Dependency>
  79. <Dependency>libpng-devel</Dependency>
  80. <Dependency>libxcb-devel</Dependency>
  81. <Dependency>freetype-devel</Dependency>
  82. <Dependency>pixman-devel</Dependency>
  83. <Dependency>libXext-devel</Dependency>
  84. <Dependency>fontconfig-devel</Dependency>
  85. <Dependency>libXrender-devel</Dependency>
  86. </RuntimeDependencies>
  87. <Files>
  88. <Path fileType="header">/usr/include</Path>
  89. <Path fileType="data">/usr/lib/pkgconfig</Path>
  90. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  91. </Files>
  92. </Package>
  93. <Package>
  94. <Name>cairo-32bit</Name>
  95. <PartOf>emul32</PartOf>
  96. <Summary>32-bit shared libraries for cairo</Summary>
  97. <BuildType>emul32</BuildType>
  98. <BuildDependencies>
  99. <Dependency>mesa-32bit</Dependency>
  100. <Dependency>zlib-32bit</Dependency>
  101. <Dependency>glib2-32bit</Dependency>
  102. <Dependency>libX11-32bit</Dependency>
  103. <Dependency>pixman-32bit</Dependency>
  104. <Dependency>libpng-32bit</Dependency>
  105. <Dependency>libxcb-32bit</Dependency>
  106. <Dependency>libXext-32bit</Dependency>
  107. <Dependency>freetype-32bit</Dependency>
  108. <Dependency>fontconfig-32bit</Dependency>
  109. <Dependency>libXrender-32bit</Dependency>
  110. <!-- <Dependency>libspectre-32bit</Dependency>
  111. <Dependency>poppler-glib-32bit</Dependency>
  112. <Dependency>pango-32bit</Dependency>
  113. <Dependency>librsvg-32bit</Dependency>
  114. <Dependency>gdk-pixbuf-32bit</Dependency>-->
  115. </BuildDependencies>
  116. <RuntimeDependencies>
  117. <Dependency release="current">cairo</Dependency>
  118. <Dependency>mesa-32bit</Dependency>
  119. <Dependency>zlib-32bit</Dependency>
  120. <Dependency>glib2-32bit</Dependency>
  121. <Dependency>libX11-32bit</Dependency>
  122. <Dependency>pixman-32bit</Dependency>
  123. <Dependency>libpng-32bit</Dependency>
  124. <Dependency>libxcb-32bit</Dependency>
  125. <Dependency>libXext-32bit</Dependency>
  126. <Dependency>freetype-32bit</Dependency>
  127. <Dependency>fontconfig-32bit</Dependency>
  128. <Dependency>libXrender-32bit</Dependency>
  129. </RuntimeDependencies>
  130. <Files>
  131. <Path fileType="library">/usr/lib32/lib*</Path>
  132. <Path fileType="library">/usr/lib32/cairo</Path>
  133. </Files>
  134. </Package>
  135. <History>
  136. <Update release="5">
  137. <Date>2018-01-28</Date>
  138. <Version>1.14.12</Version>
  139. <Comment>version Bump</Comment>
  140. <Name>Mustafa Cinasal</Name>
  141. <Email>muscnsl@gmail.com</Email>
  142. </Update>
  143. <Update release="4">
  144. <Date>2017-02-17</Date>
  145. <Version>1.14.8</Version>
  146. <Comment>version Bump</Comment>
  147. <Name>Ayhan Yalçınsoy</Name>
  148. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  149. </Update>
  150. <Update release="3">
  151. <Date>2016-06-09</Date>
  152. <Version>1.14.2</Version>
  153. <Comment>Release Bump</Comment>
  154. <Name>Pisi Linux Community</Name>
  155. <Email>admin@pisilinux.org</Email>
  156. </Update>
  157. <Update release="2">
  158. <Date>2016-05-25</Date>
  159. <Version>1.14.2</Version>
  160. <Comment>Release Bump.</Comment>
  161. <Name>Yusuf Aydemir</Name>
  162. <Email>yusuf.aydemir@pisilinux.org</Email>
  163. </Update>
  164. <Update release="1">
  165. <Date>2015-04-18</Date>
  166. <Version>1.14.2</Version>
  167. <Comment>First release</Comment>
  168. <Name>Yusuf Aydemir</Name>
  169. <Email>yusuf.aydemir@pisilinux.org</Email>
  170. </Update>
  171. </History>
  172. </PISI>