pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libopus</Name>
  6. <Homepage>https://opus-codec.org/</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. <Summary>Opus is a totally open, royalty-free, highly versatile audio codec</Summary>
  14. <Description>Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.</Description>
  15. <Archive sha1sum="2aa62fdc741af1cffc955bcb1e174f8a44baa659" type="targz">https://downloads.xiph.org/releases/opus/opus-1.5.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>doxygen</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>libopus</Name>
  22. <Files>
  23. <Path fileType="library">/usr/lib</Path>
  24. <Path fileType="data">/usr/share</Path>
  25. </Files>
  26. </Package>
  27. <Package>
  28. <Name>libopus-devel</Name>
  29. <Summary>Development files for libopus</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">libopus</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include</Path>
  35. <Path fileType="library">/usr/lib/pkgconfig</Path>
  36. <Path fileType="library">/usr/lib32/pkgconfig</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libopus-docs</Name>
  41. <Summary>document files for libopus</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">libopus</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>libopus-32bit</Name>
  51. <PartOf>emul32</PartOf>
  52. <Summary>32-bit shared libraries for libopus</Summary>
  53. <BuildType>emul32</BuildType>
  54. <RuntimeDependencies>
  55. <Dependency release="current">libopus</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="library">/usr/lib32</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="8">
  63. <Date>2024-07-27</Date>
  64. <Version>1.5.2</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Pisi Linux Community</Name>
  67. <Email>admin@pisilinux.org</Email>
  68. </Update>
  69. <Update release="7">
  70. <Date>2023-11-17</Date>
  71. <Version>1.4</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="6">
  77. <Date>2020-01-11</Date>
  78. <Version>1.3.1</Version>
  79. <Comment>Rebuild</Comment>
  80. <Name>Kamil Atlı</Name>
  81. <Email>uglyside@yandex.ru</Email>
  82. </Update>
  83. <Update release="5">
  84. <Date>2019-06-24</Date>
  85. <Version>1.3.1</Version>
  86. <Comment>Version bump.</Comment>
  87. <Name>fury</Name>
  88. <Email>uglyside@yandex.ru</Email>
  89. </Update>
  90. <Update release="4">
  91. <Date>2018-08-16</Date>
  92. <Version>1.2.1</Version>
  93. <Comment>Rebuild 32bit.</Comment>
  94. <Name>Pisi Linux Community</Name>
  95. <Email>admin@pisilinux.org</Email>
  96. </Update>
  97. <Update release="3">
  98. <Date>2018-08-01</Date>
  99. <Version>1.2.1</Version>
  100. <Comment>Version Bump</Comment>
  101. <Name>Pisi Linux Community</Name>
  102. <Email>admin@pisilinux.org</Email>
  103. </Update>
  104. <Update release="3">
  105. <Date>2017-01-25</Date>
  106. <Version>1.1.4</Version>
  107. <Comment>Version Bump</Comment>
  108. <Name>Pisi Linux Community</Name>
  109. <Email>admin@pisilinux.org</Email>
  110. </Update>
  111. <Update release="2">
  112. <Date>2016-06-09</Date>
  113. <Version>1.1</Version>
  114. <Comment>Release Bump</Comment>
  115. <Name>Pisi Linux Community</Name>
  116. <Email>admin@pisilinux.org</Email>
  117. </Update>
  118. <Update release="1">
  119. <Date>2014-05-22</Date>
  120. <Version>1.1</Version>
  121. <Comment>First release</Comment>
  122. <Name>Ertuğrul Erata</Name>
  123. <Email>ertugrulerata@gmail.com</Email>
  124. </Update>
  125. </History>
  126. </PISI>