pspec.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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>sbc</Name>
  6. <Homepage>http://www.bluez.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>library</IsA>
  14. <Summary>Bluetooth Subband Codec (SBC) library</Summary>
  15. <Description>An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers.</Description>
  16. <Archive sha1sum="845c29637177a2a2caa47c0478c777b2b9bd9641" type="targz">http://www.kernel.org/pub/linux/bluetooth/sbc-1.4.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>sbc</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin/*</Path>
  22. <Path fileType="library">/usr/lib</Path>
  23. <Path fileType="doc">/usr/share/doc/sbc/*</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>sbc-devel</Name>
  28. <Summary>Development files for sbc</Summary>
  29. <RuntimeDependencies>
  30. <Dependency release="current">sbc</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="header">/usr/include</Path>
  34. <Path fileType="data">/usr/lib/pkgconfig</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="1">
  39. <Date>2020-04-24</Date>
  40. <Version>1.4</Version>
  41. <Comment>First release for SulinOS 2021</Comment>
  42. <Name>Suleyman Poyraz</Name>
  43. <Email>zaryob.dev@gmail.com</Email>
  44. </Update>
  45. </History>
  46. </INARY>