pspec.xml 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libvorbis</Name>
  6. <Homepage>https://xiph.org/vorbis/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <PartOf>multimedia.sound</PartOf>
  14. <Summary>The Vorbis general audio compression codec</Summary>
  15. <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>
  16. <Archive sha1sum="0a2dd71a999656b8091506839e8007a61a8fda1f" type="tarxz">https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libogg-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>libvorbis</Name>
  23. <Summary>The Vorbis general audio compression codec</Summary>
  24. <RuntimeDependencies>
  25. <Dependency release="current">libogg</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>libvorbis-devel</Name>
  33. <Summary>Development files for libvorbis</Summary>
  34. <RuntimeDependencies>
  35. <Dependency release="current">libvorbis</Dependency>
  36. <Dependency>libogg-devel</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  42. <Path fileType="data">/usr/share/aclocal</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>libvorbis-docs</Name>
  47. <Summary>Documentation files for libvorbis</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">libvorbis</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="doc">/usr/share/doc</Path>
  53. </Files>
  54. </Package>
  55. <Package>
  56. <Name>libvorbis-32bit</Name>
  57. <PartOf>emul32</PartOf>
  58. <Summary>32-bit shared libraries for libvorbis</Summary>
  59. <BuildType>emul32</BuildType>
  60. <BuildDependencies>
  61. <Dependency>libogg-32bit</Dependency>
  62. </BuildDependencies>
  63. <RuntimeDependencies>
  64. <Dependency release="current">libvorbis</Dependency>
  65. <Dependency>libogg-32bit</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="library">/usr/lib32</Path>
  69. </Files>
  70. </Package>
  71. <History>
  72. <Update release="7">
  73. <Date>2021-12-04</Date>
  74. <Version>1.3.7</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Blue DeviL</Name>
  77. <Email>bluedevil@sctzine.com</Email>
  78. </Update>
  79. <Update release="6">
  80. <Date>2020-01-06</Date>
  81. <Version>1.3.6</Version>
  82. <Comment>Rebuilt for the new toolchain.</Comment>
  83. <Name>Blue DeviL</Name>
  84. <Email>bluedevil@sctzine.com</Email>
  85. </Update>
  86. <Update release="5">
  87. <Date>2018-07-29</Date>
  88. <Version>1.3.6</Version>
  89. <Comment>Version Bump</Comment>
  90. <Name>Pisi Linux Community</Name>
  91. <Email>admin@pisilinux.org</Email>
  92. </Update>
  93. <Update release="4">
  94. <Date>2017-02-06</Date>
  95. <Version>1.3.5</Version>
  96. <Comment>Version Bump</Comment>
  97. <Name>Pisi Linux Community</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. <Update release="3">
  101. <Date>2016-06-09</Date>
  102. <Version>1.3.4</Version>
  103. <Comment>Release Bump</Comment>
  104. <Name>Pisi Linux Community</Name>
  105. <Email>admin@pisilinux.org</Email>
  106. </Update>
  107. <Update release="2">
  108. <Date>2016-05-27</Date>
  109. <Version>1.3.4</Version>
  110. <Comment>Release bump</Comment>
  111. <Name>Serdar Soytetir</Name>
  112. <Email>kaptan@pisilinux.org</Email>
  113. </Update>
  114. <Update release="1">
  115. <Date>2014-05-20</Date>
  116. <Version>1.3.4</Version>
  117. <Comment>First release</Comment>
  118. <Name>Serdar Soytetir</Name>
  119. <Email>kaptan@pisilinux.org</Email>
  120. </Update>
  121. </History>
  122. </PISI>