pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="3">
  43. <Date>2017-02-05</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="2">
  50. <Date>2016-06-09</Date>
  51. <Version>2.3.21</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2014-05-24</Date>
  58. <Version>2.3.21</Version>
  59. <Comment>First release</Comment>
  60. <Name>Alihan Öztürk</Name>
  61. <Email>alihan@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>