pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>soundtouch</Name>
  6. <Homepage>http://www.surina.net/soundtouch</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. <IsA>app:console</IsA>
  14. <Summary>Audio Processing Library</Summary>
  15. <Description>soundtouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or file.</Description>
  16. <Archive sha1sum="847be1bc987e410cc7349fdd83f353f4372534d1" type="targz">http://www.surina.net/soundtouch/soundtouch-1.9.2.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>soundtouch</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>soundtouch-devel</Name>
  28. <Summary>Development files for soundtouch</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">soundtouch</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="header">/usr/include</Path>
  34. <Path fileType="data">/usr/lib/pkgconfig</Path>
  35. <Path fileType="data">/usr/share/aclocal</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="3">
  40. <Date>2017-02-18</Date>
  41. <Version>1.9.2</Version>
  42. <Comment>Version Bump</Comment>
  43. <Name>Pisi Linux Community</Name>
  44. <Email>admin@pisilinux.org</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2016-06-09</Date>
  48. <Version>1.8.0</Version>
  49. <Comment>Release Bump</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2014-07-05</Date>
  55. <Version>1.8.0</Version>
  56. <Comment>First release</Comment>
  57. <Name>Alihan Öztürk</Name>
  58. <Email>alihan@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>