pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libilbc</Name>
  6. <Homepage>https://github.com/TimothyGu/libilbc/</Homepage>
  7. <Packager>
  8. <Name>Mathias Freire</Name>
  9. <Email>mathiasfreire45@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A friendly copy of the iLBC codec from the WebRTC project</Summary>
  14. <Description>This is a packaging friendly copy of the iLBC codec from the WebRTC project. It provides a base for distribution packages and can be used as drop-in replacement for the non-free code from RFC 3591.</Description>
  15. <Archive sha1sum="2e841e74706b13d1c2cc2fe8a23c983ca5d7d4b3" type="tarbz2">https://github.com/TimothyGu/libilbc/releases/download/v2.0.2/libilbc-2.0.2.tar.bz2</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libilbc</Name>
  19. <Files>
  20. <Path fileType="executable">/usr/bin</Path>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <Package>
  26. <Name>libilbc-devel</Name>
  27. <Summary>Header files for libilbc.</Summary>
  28. <RuntimeDependencies>
  29. <Dependency release="current">libilbc</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="data">/usr/lib/pkgconfig</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="1">
  38. <Date>2020-01-12</Date>
  39. <Version>2.0.2</Version>
  40. <Comment>First release.</Comment>
  41. <Name>Idris Kalp</Name>
  42. <Email>idriskalp@gmail.com</Email>
  43. </Update>
  44. </History>
  45. </PISI>