pspec.xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>obs-studio</Name>
  6. <Homepage>https://obsproject.com/</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold (groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Open Broadcaster Software.</Summary>
  14. <Description>Free and open source software for video recording and live streaming.</Description>
  15. <Archive sha1sum="90b3adf3ccf4343c9ed0b84a3e6c0f8613c15299" type="targz">https://github.com/obsproject/obs-studio/archive/refs/tags/29.1.3.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>swig</Dependency>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>vlc-libs</Dependency>
  21. <Dependency>srt-devel</Dependency>
  22. <Dependency>vlc-devel</Dependency>
  23. <Dependency>lua-devel</Dependency>
  24. <Dependency>pkgconfig</Dependency>
  25. <Dependency>curl-devel</Dependency>
  26. <Dependency>dbus-devel</Dependency>
  27. <Dependency>x264-devel</Dependency>
  28. <Dependency>zlib-devel</Dependency>
  29. <Dependency>libva-devel</Dependency>
  30. <Dependency>glib2-devel</Dependency>
  31. <Dependency>eudev-devel</Dependency>
  32. <Dependency>luajit-devel</Dependency>
  33. <Dependency>libdrm-devel</Dependency>
  34. <Dependency>ffmpeg-devel</Dependency>
  35. <Dependency>libX11-devel</Dependency>
  36. <Dependency>libv4l-devel</Dependency>
  37. <Dependency>libxcb-devel</Dependency>
  38. <Dependency>libmfx-devel</Dependency>
  39. <Dependency>librist-devel</Dependency>
  40. <Dependency>qt6-svg-devel</Dependency>
  41. <Dependency>jansson-devel</Dependency>
  42. <Dependency>rnnoise-devel</Dependency>
  43. <Dependency>mbedtls-devel</Dependency>
  44. <Dependency>python3-devel</Dependency>
  45. <Dependency>wayland-devel</Dependency>
  46. <Dependency>wayland-client</Dependency>
  47. <Dependency>wayland-cursor</Dependency>
  48. <Dependency>wayland-server</Dependency>
  49. <Dependency>pciutils-devel</Dependency>
  50. <Dependency>qt6-base-devel</Dependency>
  51. <Dependency>alsa-lib-devel</Dependency>
  52. <Dependency>freetype-devel</Dependency>
  53. <Dependency>libglvnd-devel</Dependency>
  54. <Dependency>pipewire-devel</Dependency>
  55. <Dependency>speexdsp-devel</Dependency>
  56. <Dependency>libXfixes-devel</Dependency>
  57. <Dependency>libfdk-aac-devel</Dependency>
  58. <Dependency>fontconfig-devel</Dependency>
  59. <!-- <Dependency>libpciaccess-devel</Dependency> -->
  60. <Dependency>libXcomposite-devel</Dependency>
  61. <!-- <Dependency>qt5-x11extras-devel</Dependency> -->
  62. <Dependency>pulseaudio-libs-devel</Dependency>
  63. <Dependency>jack-audio-connection-kit-devel</Dependency>
  64. </BuildDependencies>
  65. <Patches>
  66. <!-- <Patch level='1'></Patch> -->
  67. <Patch level='1'>alpine/disable_some_plugins.patch</Patch>
  68. </Patches>
  69. </Source>
  70. <Package>
  71. <Name>obs-studio</Name>
  72. <RuntimeDependencies>
  73. <Dependency>srt</Dependency>
  74. <Dependency>curl</Dependency>
  75. <Dependency>dbus</Dependency>
  76. <Dependency>x264</Dependency>
  77. <Dependency>zlib</Dependency>
  78. <Dependency>glib2</Dependency>
  79. <Dependency>eudev</Dependency>
  80. <Dependency>libva</Dependency>
  81. <Dependency>luajit</Dependency>
  82. <Dependency>ffmpeg</Dependency>
  83. <Dependency>libX11</Dependency>
  84. <Dependency>libgcc</Dependency>
  85. <Dependency>libv4l</Dependency>
  86. <Dependency>libxcb</Dependency>
  87. <Dependency>librist</Dependency>
  88. <Dependency>qt6-svg</Dependency>
  89. <Dependency>jansson</Dependency>
  90. <Dependency>mbedtls</Dependency>
  91. <Dependency>python3</Dependency>
  92. <Dependency>rnnoise</Dependency>
  93. <Dependency>wayland</Dependency>
  94. <Dependency>pciutils</Dependency>
  95. <Dependency>speexdsp</Dependency>
  96. <Dependency>alsa-lib</Dependency>
  97. <Dependency>freetype</Dependency>
  98. <Dependency>libglvnd</Dependency>
  99. <Dependency>pipewire</Dependency>
  100. <Dependency>vlc-libs</Dependency>
  101. <Dependency>qt6-base</Dependency>
  102. <Dependency>libXfixes</Dependency>
  103. <Dependency>fontconfig</Dependency>
  104. <Dependency>libfdk-aac</Dependency>
  105. <Dependency>libxkbcommon</Dependency>
  106. <Dependency>libXcomposite</Dependency>
  107. <!-- <Dependency>qt5-x11extras</Dependency> -->
  108. <Dependency>wayland-client</Dependency>
  109. <Dependency>pulseaudio-libs</Dependency>
  110. <Dependency>jack-audio-connection-kit</Dependency>
  111. </RuntimeDependencies>
  112. <Files>
  113. <Path fileType="executable">/usr/bin</Path>
  114. <Path fileType="library">/usr/lib</Path>
  115. <Path fileType="data">/usr/share</Path>
  116. <Path fileType="localedata">/usr/share/locale</Path>
  117. <Path fileType="doc">/usr/share/doc</Path>
  118. </Files>
  119. <AdditionalFiles>
  120. <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/obs-studio.desktop">obs-studio.desktop</AdditionalFile>
  121. <AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/obs-logo.png">obs-logo.png</AdditionalFile>
  122. </AdditionalFiles>
  123. </Package>
  124. <Package>
  125. <Name>obs-studio-devel</Name>
  126. <Summary>Development files for obs-studio</Summary>
  127. <RuntimeDependencies>
  128. <Dependency release="current">obs-studio</Dependency>
  129. <Dependency>libX11-devel</Dependency>
  130. </RuntimeDependencies>
  131. <Files>
  132. <Path fileType="header">/usr/include</Path>
  133. <Path fileType="data">/usr/lib/cmake</Path>
  134. <Path fileType="data">/usr/lib/pkgconfig</Path>
  135. </Files>
  136. </Package>
  137. <History>
  138. <Update release="14">
  139. <Date>2023-11-03</Date>
  140. <Version>29.3.1</Version>
  141. <Comment>Version bump.</Comment>
  142. <Name>Mustafa Cinasal</Name>
  143. <Email>muscnsl@gmail.com</Email>
  144. </Update>
  145. <Update release="13">
  146. <Date>2023-02-06</Date>
  147. <Version>29.0.2</Version>
  148. <Comment>Version bump.</Comment>
  149. <Name>fury</Name>
  150. <Email>uglyside@yandex.ru</Email>
  151. </Update>
  152. <Update release="12">
  153. <Date>2021-11-09</Date>
  154. <Version>27.1.3</Version>
  155. <Comment>Version bump.</Comment>
  156. <Name>Mustafa Cinasal</Name>
  157. <Email>muscnsl@gmail.com</Email>
  158. </Update>
  159. <Update release="11">
  160. <Date>2020-10-19</Date>
  161. <Version>26.0.2</Version>
  162. <Comment>Version bump.</Comment>
  163. <Name>Mustafa Cinasal</Name>
  164. <Email>muscnsl@gmail.com</Email>
  165. </Update>
  166. <Update release="10">
  167. <Date>2020-03-04</Date>
  168. <Version>24.0.5</Version>
  169. <Comment>Version bump.</Comment>
  170. <Name>Mustafa Cinasal</Name>
  171. <Email>muscnsl@gmail.com</Email>
  172. </Update>
  173. <Update release="9">
  174. <Date>2019-11-04</Date>
  175. <Version>24.0.3</Version>
  176. <Comment>Version bump.</Comment>
  177. <Name>Mustafa Cinasal</Name>
  178. <Email>muscnsl@gmail.com</Email>
  179. </Update>
  180. <Update release="8">
  181. <Date>2019-04-12</Date>
  182. <Version>23.0.2</Version>
  183. <Comment>Rebuild.</Comment>
  184. <Name>Mustafa Cinasal</Name>
  185. <Email>muscnsl@gmail.com</Email>
  186. </Update>
  187. <Update release="7">
  188. <Date>2019-03-14</Date>
  189. <Version>23.0.2</Version>
  190. <Comment>Rebuild.</Comment>
  191. <Name>Mustafa Cinasal</Name>
  192. <Email>muscnsl@gmail.com</Email>
  193. </Update>
  194. <Update release="6">
  195. <Date>2018-04-28</Date>
  196. <Version>21.0.1</Version>
  197. <Comment>Rebuild.</Comment>
  198. <Name>Mustafa Cinasal</Name>
  199. <Email>muscnsl@gmail.com</Email>
  200. </Update>
  201. <Update release="5">
  202. <Date>2018-02-18</Date>
  203. <Version>21.0.1</Version>
  204. <Comment>Version bump.</Comment>
  205. <Name>Mustafa Cinasal</Name>
  206. <Email>muscnsl@gmail.com</Email>
  207. </Update>
  208. <Update release="4">
  209. <Date>2017-02-03</Date>
  210. <Version>17.0.2</Version>
  211. <Comment>Version bump.</Comment>
  212. <Name>Stefan Gronewold(groni)</Name>
  213. <Email>groni@pisilinux.org</Email>
  214. </Update>
  215. <Update release="3">
  216. <Date>2017-01-11</Date>
  217. <Version>17.0.0</Version>
  218. <Comment>Version bump.</Comment>
  219. <Name>Stefan Gronewold(groni)</Name>
  220. <Email>groni@pisilinux.org</Email>
  221. </Update>
  222. <Update release="2">
  223. <Date>2016-07-21</Date>
  224. <Version>0.15.2</Version>
  225. <Comment>Version bump.</Comment>
  226. <Name>Stefan Gronewold(groni)</Name>
  227. <Email>groni@pisilinux.org</Email>
  228. </Update>
  229. <Update release="1">
  230. <Date>2016-07-13</Date>
  231. <Version>0.15.1</Version>
  232. <Comment>First release</Comment>
  233. <Name>Stefan Gronewold (groni)</Name>
  234. <Email>groni@pisilinux.org</Email>
  235. </Update>
  236. </History>
  237. </PISI>