pspec.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openal</Name>
  6. <Homepage>https://kcat.strangesoft.net/openal.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Open Audio Library is a vendor-neutral API for interactive spatialized audio</Summary>
  14. <Description>OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. The basic OpenAL objects are a Listener, a Source, and a Buffer.</Description>
  15. <Archive sha1sum="3a65c77c7f14b40ef3ec63dc5c5ec77e31623e79" type="targz">https://github.com/kcat/openal-soft/archive/refs/tags/1.24.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>cmake</Dependency>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>ffmpeg-devel</Dependency>
  20. <Dependency>libsndfile-devel</Dependency>
  21. <Dependency>libsdl2-devel</Dependency>
  22. <Dependency>alsa-lib-devel</Dependency>
  23. <Dependency>pulseaudio-libs-devel</Dependency>
  24. <Dependency>qt5-base-devel</Dependency>
  25. <Dependency>jack-audio-connection-kit-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <!-- <Patch level="1">pthread.patch</Patch> -->
  29. <!-- <Patch level="0">no-fpuextended.patch</Patch> -->
  30. <!-- <Patch level="1">openal-soft-1.14-x86.patch</Patch> -->
  31. <!-- <Patch level="0">libsndio-dlopen-change.patch</Patch> -->
  32. </Patches>
  33. </Source>
  34. <Package>
  35. <Name>openal</Name>
  36. <RuntimeDependencies>
  37. <Dependency>libsndfile</Dependency>
  38. <Dependency>libsdl2</Dependency>
  39. <Dependency>ffmpeg</Dependency>
  40. <Dependency>alsa-lib</Dependency>
  41. <Dependency>qt5-base</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="executable">/usr/bin</Path>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="doc">/usr/share/doc/openal</Path>
  47. <Path fileType="data">/usr/share/openal</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>openal-devel</Name>
  52. <Summary>Development files for openal</Summary>
  53. <RuntimeDependencies>
  54. <Dependency release="current">openal</Dependency>
  55. <Dependency>pulseaudio</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="header">/usr/include</Path>
  59. <Path fileType="data">/usr/lib/pkgconfig/openal.pc</Path>
  60. <Path fileType="library">/usr/lib/cmake</Path>
  61. <Path fileType="library">/usr/lib32/cmake</Path>
  62. <Path fileType="data">/usr/lib32/pkgconfig/openal.pc</Path>
  63. </Files>
  64. </Package>
  65. <Package>
  66. <Name>openal-32bit</Name>
  67. <PartOf>emul32</PartOf>
  68. <Summary>32-bit shared libraries for openal</Summary>
  69. <BuildType>emul32</BuildType>
  70. <BuildDependencies>
  71. <Dependency>zlib-32bit</Dependency>
  72. <Dependency>libsdl2-32bit</Dependency>
  73. <Dependency>alsa-lib-32bit</Dependency>
  74. <Dependency>pulseaudio-libs-32bit</Dependency>
  75. </BuildDependencies>
  76. <RuntimeDependencies>
  77. <Dependency release="current">openal</Dependency>
  78. <Dependency>zlib-32bit</Dependency>
  79. <Dependency>libsdl2-32bit</Dependency>
  80. <Dependency>alsa-lib-32bit</Dependency>
  81. <Dependency>pulseaudio-libs-32bit</Dependency>
  82. </RuntimeDependencies>
  83. <Files>
  84. <Path fileType="library">/usr/lib32</Path>
  85. </Files>
  86. </Package>
  87. <History>
  88. <Update release="14">
  89. <Date>2024-11-18</Date>
  90. <Version>1.24.0</Version>
  91. <Comment>Version bump.</Comment>
  92. <Name>Pisi Linux Community</Name>
  93. <Email>admin@pisilinux.org</Email>
  94. </Update>
  95. <Update release="13">
  96. <Date>2023-11-06</Date>
  97. <Version>1.23.1</Version>
  98. <Comment>Rebuild.</Comment>
  99. <Name>Mustafa Cinasal</Name>
  100. <Email>muscnsl@gmail.com</Email>
  101. </Update>
  102. <Update release="12">
  103. <Date>2023-08-31</Date>
  104. <Version>1.23.1</Version>
  105. <Comment>Rebuild.</Comment>
  106. <Name>Mustafa Cinasal</Name>
  107. <Email>muscnsl@gmail.com</Email>
  108. </Update>
  109. <Update release="11">
  110. <Date>2023-04-13</Date>
  111. <Version>1.23.1</Version>
  112. <Comment>Version bump.</Comment>
  113. <Name>Mustafa Cinasal</Name>
  114. <Email>muscnsl@gmail.com</Email>
  115. </Update>
  116. <Update release="10">
  117. <Date>2022-06-24</Date>
  118. <Version>1.22.1</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>Mustafa Cinasal</Name>
  121. <Email>muscnsl@gmail.com</Email>
  122. </Update>
  123. <Update release="9">
  124. <Date>2021-09-24</Date>
  125. <Version>1.21.1</Version>
  126. <Comment>Version bump.</Comment>
  127. <Name>Mustafa Cinasal</Name>
  128. <Email>muscnsl@gmail.com</Email>
  129. </Update>
  130. <Update release="8">
  131. <Date>2020-01-18</Date>
  132. <Version>1.20.0</Version>
  133. <Comment>Rebuild</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="7">
  138. <Date>2019-12-04</Date>
  139. <Version>1.20.0</Version>
  140. <Comment>Version bump.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="6">
  145. <Date>2019-01-23</Date>
  146. <Version>1.18.2</Version>
  147. <Comment>Rebuild.</Comment>
  148. <Name>Pisi Linux Community</Name>
  149. <Email>admin@pisilinux.org</Email>
  150. </Update>
  151. <Update release="5">
  152. <Date>2018-08-01</Date>
  153. <Version>1.18.2</Version>
  154. <Comment>Version Bump</Comment>
  155. <Name>Pisi Linux Community</Name>
  156. <Email>admin@pisilinux.org</Email>
  157. </Update>
  158. <Update release="4">
  159. <Date>2017-02-18</Date>
  160. <Version>1.17.2</Version>
  161. <Comment>Version Bump</Comment>
  162. <Name>Pisi Linux Community</Name>
  163. <Email>admin@pisilinux.org</Email>
  164. </Update>
  165. <Update release="3">
  166. <Date>2016-06-09</Date>
  167. <Version>1.15.1</Version>
  168. <Comment>Release Bump</Comment>
  169. <Name>Pisi Linux Community</Name>
  170. <Email>admin@pisilinux.org</Email>
  171. </Update>
  172. <Update release="2">
  173. <Date>2016-05-27</Date>
  174. <Version>1.15.1</Version>
  175. <Comment>Release bump</Comment>
  176. <Name>Alihan Öztürk</Name>
  177. <Email>alihan@pisilinux.org</Email>
  178. </Update>
  179. <Update release="1">
  180. <Date>2014-05-25</Date>
  181. <Version>1.15.1</Version>
  182. <Comment>First release</Comment>
  183. <Name>Alihan Öztürk</Name>
  184. <Email>alihan@pisilinux.org</Email>
  185. </Update>
  186. </History>
  187. </PISI>