pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>opus-tools</Name>
  6. <Homepage>https://opus-codec.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>multimedia.sound</PartOf>
  12. <License>BSD</License>
  13. <IsA>app:console</IsA>
  14. <Summary>A set of tools to encode, inspect, and decode audio in the Opus format.</Summary>
  15. <Description>This is opus-tools, a set of tools to encode, inspect, and decode audio in the Opus format.</Description>
  16. <Archive sha1sum="f886c87e4882a504f24ab6b0cb6994abf20994a9" type="targz">https://archive.mozilla.org/pub/opus/opus-tools-0.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libopusenc-devel</Dependency>
  19. <Dependency>opusfile-devel</Dependency>
  20. <Dependency>libopus-devel</Dependency>
  21. <Dependency>openssl-devel</Dependency>
  22. <Dependency>libogg-devel</Dependency>
  23. <Dependency>flac-devel</Dependency>
  24. </BuildDependencies>
  25. </Source>
  26. <Package>
  27. <Name>opus-tools</Name>
  28. <Summary>A set of tools to encode, inspect, and decode audio in the Opus format.</Summary>
  29. <RuntimeDependencies>
  30. <Dependency>libopusenc</Dependency>
  31. <Dependency>opusfile</Dependency>
  32. <Dependency>openssl</Dependency>
  33. <Dependency>libopus</Dependency>
  34. <Dependency>libogg</Dependency>
  35. <Dependency>flac</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. </Files>
  42. </Package>
  43. <History>
  44. <Update release="2">
  45. <Date>2020-06-28</Date>
  46. <Version>0.2</Version>
  47. <Comment>Rebuild.</Comment>
  48. <Email>uglyside@yandex.ru</Email>
  49. <Name>fury</Name>
  50. </Update>
  51. <Update release="1">
  52. <Date>2019-06-24</Date>
  53. <Version>0.2</Version>
  54. <Comment>First build.</Comment>
  55. <Email>uglyside@yandex.ru</Email>
  56. <Name>fury</Name>
  57. </Update>
  58. </History>
  59. </PISI>