pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  2. <INARY>
  3. <Source>
  4. <Name>libvorbis</Name>
  5. <Homepage>http://www.vorbis.com</Homepage>
  6. <Packager>
  7. <Name>Sulin Community</Name>
  8. <Email>admins@sulin.org</Email>
  9. </Packager>
  10. <License>BSD</License>
  11. <IsA>library</IsA>
  12. <Summary>The Vorbis general audio compression codec</Summary>
  13. <Description>libvorbis is a fully open, non-proprietary, patent- and royalty-free, general-purpose compressed audio format for audio and music at fixed variable bitrates from 16 to 128 kbps/channel.</Description>
  14. <Archive sha1sum="7b4cdd4a73fadfed457ae40984cb0cc91146b300" type="tarxz">http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.5.tar.xz</Archive>
  15. <BuildDependencies>
  16. <Dependency>libogg-devel</Dependency>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>libvorbis</Name>
  21. <RuntimeDependencies>
  22. <Dependency>libogg</Dependency>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="library">/usr/lib</Path>
  26. <Path fileType="doc">/usr/share/doc/libvorbis/AUTHORS</Path>
  27. <Path fileType="doc">/usr/share/doc/libvorbis/README</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>libvorbis-devel</Name>
  32. <RuntimeDependencies>
  33. <Dependency release="current">libvorbis</Dependency>
  34. <Dependency>libogg-devel</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="header">/usr/include</Path>
  38. <Path fileType="data">/usr/lib/pkgconfig</Path>
  39. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  40. <Path fileType="data">/usr/share/aclocal</Path>
  41. <Path fileType="doc">/usr/share/doc/libvorbis</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>libvorbis-32bit</Name>
  46. <PartOf>emul32</PartOf>
  47. <Summary>32-bit shared libraries for libvorbis</Summary>
  48. <BuildType>emul32</BuildType>
  49. <BuildDependencies>
  50. <Dependency>libogg-32bit</Dependency>
  51. </BuildDependencies>
  52. <RuntimeDependencies>
  53. <Dependency release="current">libvorbis</Dependency>
  54. <Dependency>libogg-32bit</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="library">/usr/lib32</Path>
  58. </Files>
  59. </Package>
  60. <History>
  61. <Update release="1">
  62. <Date>2019-09-14</Date>
  63. <Version>1.3.5</Version>
  64. <Comment>First release</Comment>
  65. <Name>Sulin Community</Name>
  66. <Email>admin@sulin.org</Email>
  67. </Update>
  68. </History>
  69. </INARY>