pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>potrace</Name>
  6. <Homepage>http://potrace.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app</IsA>
  13. <PartOf>multimedia.graphics</PartOf>
  14. <Summary>Transforming bitmaps into vector graphics.</Summary>
  15. <Description>
  16. Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
  17. </Description>
  18. <Archive sha1sum="256b4fb858c66bc38117afde7c722016d2e265f3" type="targz">
  19. https://sourceforge.net/projects/potrace/files/1.16/potrace-1.16.tar.gz
  20. </Archive>
  21. <BuildDependencies>
  22. <Dependency>zlib-devel</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>potrace</Name>
  27. <Summary>Transforming bitmaps into vector graphics.</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>zlib</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="header">/usr/include</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="4">
  41. <Date>2020-04-30</Date>
  42. <Version>1.16</Version>
  43. <Comment>Ver. bump</Comment>
  44. <Name>fury</Name>
  45. <Email>uglyside@yandex.ru</Email>
  46. </Update>
  47. <Update release="3">
  48. <Date>2014-06-18</Date>
  49. <Version>1.11</Version>
  50. <Comment>Rebuild for gcc</Comment>
  51. <Name>Osman Erkan</Name>
  52. <Email>osman.erkan@pisilinux.org</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2013-11-20</Date>
  56. <Version>1.11</Version>
  57. <Comment>Update</Comment>
  58. <Name>Stefan Gronewold(groni)</Name>
  59. <Email>groni@pisilinux.org</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2011-08-22</Date>
  63. <Version>1.10</Version>
  64. <Comment>First release</Comment>
  65. <Name>Pisi Linux Admins</Name>
  66. <Email>admins@pisilinux.org</Email>
  67. </Update>
  68. </History>
  69. </PISI>