pspec.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>soundtouch</Name>
  6. <Homepage>http://www.surina.net/soundtouch</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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="a49bb8d8bb2c296a913122b8f844a1cad0429c19" type="tarbz2">https://gitlab.com/soundtouch/soundtouch/-/archive/2.1.2/soundtouch-2.1.2.tar.bz2</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="1">
  40. <Date>2019-10-03</Date>
  41. <Version>2.1.2</Version>
  42. <Comment>First release</Comment>
  43. <Name>Süleyman Poyraz</Name>
  44. <Email>zaryob.dev@gmail.com</Email>
  45. </Update>
  46. </History>
  47. </INARY>