pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libfishsound</Name>
  6. <Homepage>https://www.xiph.org/fishsound/</Homepage>
  7. <Packager>
  8. <Name>Blue DeviL</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>multimedia.sound</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>A simple programming interface that wraps Xiph.Org audio codecs</Summary>
  15. <Description>libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).</Description>
  16. <Archive sha1sum="5263dfaa12dce71e30c5d80f871d92869c6b5ce2" type="targz">http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libvorbis-devel</Dependency>
  19. <Dependency>speex-devel</Dependency>
  20. <Dependency>flac-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>libfishsound</Name>
  25. <Summary>A simple programming interface that wraps Xiph.Org audio codecs</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>libvorbis</Dependency>
  28. <Dependency>speex</Dependency>
  29. <Dependency>flac</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="data">/usr/share</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>libfishsound-devel</Name>
  39. <Summary>Development files for libfishsound</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">libfishsound</Dependency>
  42. <Dependency>libvorbis-devel</Dependency>
  43. <Dependency>speex-devel</Dependency>
  44. <Dependency>flac-devel</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="data">/usr/lib/pkgconfig</Path>
  48. <Path fileType="header">/usr/include</Path>
  49. </Files>
  50. </Package>
  51. <History>
  52. <Update release="1">
  53. <Date>2020-01-02</Date>
  54. <Version>1.0.0</Version>
  55. <Comment>First pisi release</Comment>
  56. <Name>Blue DeviL</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>