pspec.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libart_lgpl</Name>
  6. <Homepage>http://www.levien.com/libart</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A LGPL version of libart</Summary>
  14. <Description>Libart is a library for high-performance 2D graphics. It is currently being used as the antialiased rendering engine for the Gnome Canvas. Libart supports a very powerful imaging model, basically the same as SVG and the Java 2D API.</Description>
  15. <Archive sha1sum="dbac185c65696381ef188de1f98b348b530e22f9" type="tarbz2">http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2</Archive>
  16. <Patches>
  17. <Patch level="1">noartconfig.patch</Patch>
  18. <Patch level="1">libart_lgpl-2.3.21-crosscompile.patch</Patch>
  19. <Patch level="1">libart_lgpl-2.3.21-no-test-build.patch</Patch>
  20. </Patches>
  21. </Source>
  22. <Package>
  23. <Name>libart_lgpl</Name>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>libart_lgpl-devel</Name>
  31. <Summary>Development files for libart_lgpl</Summary>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libart_lgpl</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="5">
  43. <Date>2020-01-18</Date>
  44. <Version>2.3.21</Version>
  45. <Comment>Rebuild</Comment>
  46. <Name>Pisi Linux Community</Name>
  47. <Email>admin@pisilinux.org</Email>
  48. </Update>
  49. <Update release="4">
  50. <Date>2018-08-05</Date>
  51. <Version>2.3.21</Version>
  52. <Comment>Rebuild</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2017-02-05</Date>
  58. <Version>2.3.21</Version>
  59. <Comment>Rebuild</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2016-06-09</Date>
  65. <Version>2.3.21</Version>
  66. <Comment>Release Bump</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2014-05-24</Date>
  72. <Version>2.3.21</Version>
  73. <Comment>First release</Comment>
  74. <Name>Alihan Öztürk</Name>
  75. <Email>alihan@pisilinux.org</Email>
  76. </Update>
  77. </History>
  78. </PISI>