pspec.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libspiro</Name>
  6. <Homepage>http://libspiro.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Library to simplify the drawing of beautiful curves</Summary>
  14. <Description>libspiro is a library that will take an array of spiro control points and convert them into a series of bezier splines which can then be used in the myriad of ways the world has come to use beziers.</Description>
  15. <Archive sha1sum="1b5433bc5122f8635faf16a5c5032f93b89463af" type="targz">https://github.com/fontforge/libspiro/archive/refs/tags/20200505.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libspiro</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libspiro-devel</Name>
  26. <Summary>Development files for libspiro</Summary>
  27. <RuntimeDependencies>
  28. <Dependency release="current">libspiro</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="header">/usr/include</Path>
  32. <Path fileType="library">/usr/lib/pkgconfig</Path>
  33. <Path fileType="man">/usr/share/man/man3</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="7">
  38. <Date>2021-08-10</Date>
  39. <Version>1.1.0.20200505</Version>
  40. <Comment>Version bump.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="6">
  45. <Date>2020-01-18</Date>
  46. <Version>0.5.20190731</Version>
  47. <Comment>Rebuild</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="5">
  52. <Date>2019-10-26</Date>
  53. <Version>0.5.20190731</Version>
  54. <Comment>Version Bump</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="4">
  59. <Date>2018-08-07</Date>
  60. <Version>0.5.20150702</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="3">
  66. <Date>2017-09-20</Date>
  67. <Version>0.5.20150702</Version>
  68. <Comment>Version Bump</Comment>
  69. <Name>Ayhan Yalçınsoy</Name>
  70. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  71. </Update>
  72. <Update release="2">
  73. <Date>2016-06-09</Date>
  74. <Version>20071029</Version>
  75. <Comment>Release Bump</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="1">
  80. <Date>2014-06-14</Date>
  81. <Version>20071029</Version>
  82. <Comment>First release</Comment>
  83. <Name>Osman Erkan</Name>
  84. <Email>osman.erkan@pisilinux.org</Email>
  85. </Update>
  86. </History>
  87. </PISI>