pspec.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtg_owt</Name>
  6. <Homepage>https://github.com/desktop-app/tg_owt</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>WebRTC library - static linked</Summary>
  14. <Description>WebRTC library - static linked</Description>
  15. <Archive sha1sum="4b325b7cec1c665895715dd35226810928ef08e1" type="targz">https://github.com/desktop-app/tg_owt/archive/e9d103e2480e0983bf464debc371b049cdd83648.tar.gz</Archive>
  16. <!-- <Archive sha1sum="6ecf6452664b7705e88f01f204c3c2ed37171ebb" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz</Archive> -->
  17. <Archive sha1sum="28802cb78a4c389b048d33faf188eb341993136c" type="targz" target="tg_owt-e9d103e2480e0983bf464debc371b049cdd83648">https://github.com/cisco/libsrtp/archive/refs/tags/v2.6.0.tar.gz</Archive>
  18. <Archive sha1sum="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" type="targz" target="tg_owt-e9d103e2480e0983bf464debc371b049cdd83648">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>git</Dependency>
  21. <Dependency>ninja</Dependency>
  22. <Dependency>cmake</Dependency>
  23. <Dependency>pulseaudio</Dependency>
  24. <Dependency>yasm-devel</Dependency>
  25. <Dependency>unzip</Dependency>
  26. <Dependency>libX11-devel</Dependency>
  27. <Dependency>mesa-devel</Dependency>
  28. <Dependency>libvpx-devel</Dependency>
  29. <Dependency>libepoxy-devel</Dependency>
  30. <Dependency>pipewire-devel</Dependency>
  31. <Dependency>libXtst-devel</Dependency>
  32. <Dependency>libopus-devel</Dependency>
  33. <Dependency>openssl-devel</Dependency>
  34. <Dependency>libXrandr-devel</Dependency>
  35. <Dependency>libXcomposite-devel</Dependency>
  36. <Dependency>libva-devel</Dependency>
  37. <Dependency>libjpeg-turbo-devel</Dependency>
  38. <Dependency>ffmpeg-devel</Dependency>
  39. <Dependency>protobuf-devel</Dependency>
  40. <Dependency>pulseaudio-libs-devel</Dependency>
  41. <Dependency>alsa-lib-devel</Dependency>
  42. <Dependency>python3-setuptools</Dependency>
  43. <Dependency>libXdamage-devel</Dependency>
  44. <Dependency>openh264-devel</Dependency>
  45. <!-- <Dependency>abseil-cpp-devel</Dependency> -->
  46. <Dependency>egl-wayland-devel</Dependency>
  47. </BuildDependencies>
  48. <Patches>
  49. <!-- <Patch level="1">abseil.patch</Patch> -->
  50. <Patch level="1">101.patch</Patch>
  51. </Patches>
  52. </Source>
  53. <Package>
  54. <Name>libtg_owt</Name>
  55. <RuntimeDependencies>
  56. <Dependency>ffmpeg</Dependency>
  57. <Dependency>libgcc</Dependency>
  58. <Dependency>libopus</Dependency>
  59. <Dependency>openssl</Dependency>
  60. <Dependency>libvpx</Dependency>
  61. <Dependency>protobuf</Dependency>
  62. <Dependency>openh264</Dependency>
  63. <Dependency>libjpeg-turbo</Dependency>
  64. <!-- <Dependency>abseil-cpp</Dependency> -->
  65. </RuntimeDependencies>
  66. <Files>
  67. <Path fileType="library">/usr/lib</Path>
  68. <Path fileType="data">/usr/share</Path>
  69. <Path fileType="doc">/usr/share/doc</Path>
  70. </Files>
  71. </Package>
  72. <Package>
  73. <Name>libtg_owt-devel</Name>
  74. <Summary>Development files for libtg_owt</Summary>
  75. <RuntimeDependencies>
  76. <Dependency release="current">libtg_owt</Dependency>
  77. <Dependency>yasm-devel</Dependency>
  78. <Dependency>unzip</Dependency>
  79. <Dependency>libopus-devel</Dependency>
  80. <Dependency>openssl-devel</Dependency>
  81. <Dependency>libXrandr-devel</Dependency>
  82. <Dependency>libXcomposite-devel</Dependency>
  83. <Dependency>libva-devel</Dependency>
  84. <Dependency>libjpeg-turbo-devel</Dependency>
  85. <Dependency>ffmpeg-devel</Dependency>
  86. <Dependency>protobuf-devel</Dependency>
  87. <Dependency>pulseaudio-libs-devel</Dependency>
  88. <Dependency>alsa-lib-devel</Dependency>
  89. <Dependency>libvpx-devel</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="header">/usr/include</Path>
  93. <Path fileType="data">/usr/lib/cmake</Path>
  94. </Files>
  95. </Package>
  96. <History>
  97. <Update release="15">
  98. <Date>2024-08-22</Date>
  99. <Version>20240730</Version>
  100. <Comment>Rebuild.</Comment>
  101. <Name>Mustafa Cinasal</Name>
  102. <Email>muscnsl@gmail.com</Email>
  103. </Update>
  104. <Update release="14">
  105. <Date>2024-08-01</Date>
  106. <Version>20240730</Version>
  107. <Comment>Rebuild.</Comment>
  108. <Name>Mustafa Cinasal</Name>
  109. <Email>muscnsl@gmail.com</Email>
  110. </Update>
  111. <Update release="13">
  112. <Date>2023-03-26</Date>
  113. <Version>20221110</Version>
  114. <Comment>Rebuild.</Comment>
  115. <Name>Mustafa Cinasal</Name>
  116. <Email>muscnsl@gmail.com</Email>
  117. </Update>
  118. <Update release="12">
  119. <Date>2023-03-25</Date>
  120. <Version>20230314</Version>
  121. <Comment>Rebuild.</Comment>
  122. <Name>Mustafa Cinasal</Name>
  123. <Email>muscnsl@gmail.com</Email>
  124. </Update>
  125. <Update release="11">
  126. <Date>2023-01-01</Date>
  127. <Version>20221110</Version>
  128. <Comment>Rebuild.</Comment>
  129. <Name>Mustafa Cinasal</Name>
  130. <Email>muscnsl@gmail.com</Email>
  131. </Update>
  132. <Update release="10">
  133. <Date>2022-11-25</Date>
  134. <Version>20221110</Version>
  135. <Comment>Rebuild.</Comment>
  136. <Name>Mustafa Cinasal</Name>
  137. <Email>muscnsl@gmail.com</Email>
  138. </Update>
  139. <Update release="9">
  140. <Date>2022-08-05</Date>
  141. <Version>20220508</Version>
  142. <Comment>Rebuild.</Comment>
  143. <Name>Mustafa Cinasal</Name>
  144. <Email>muscnsl@gmail.com</Email>
  145. </Update>
  146. <Update release="8">
  147. <Date>2022-06-23</Date>
  148. <Version>20220508</Version>
  149. <Comment>Version bump.</Comment>
  150. <Name>Mustafa Cinasal</Name>
  151. <Email>muscnsl@gmail.com</Email>
  152. </Update>
  153. <Update release="7">
  154. <Date>2022-04-17</Date>
  155. <Version>20220414</Version>
  156. <Comment>Version bump.</Comment>
  157. <Name>Mustafa Cinasal</Name>
  158. <Email>muscnsl@gmail.com</Email>
  159. </Update>
  160. <Update release="7">
  161. <Date>2022-02-24</Date>
  162. <Version>20220314</Version>
  163. <Comment>Version bump.</Comment>
  164. <Name>Mustafa Cinasal</Name>
  165. <Email>muscnsl@gmail.com</Email>
  166. </Update>
  167. <Update release="6">
  168. <Date>2022-01-09</Date>
  169. <Version>20211222</Version>
  170. <Comment>Version bump.</Comment>
  171. <Name>Mustafa Cinasal</Name>
  172. <Email>muscnsl@gmail.com</Email>
  173. </Update>
  174. <Update release="5">
  175. <Date>2021-12-14</Date>
  176. <Version>20211212</Version>
  177. <Comment>Version bump.</Comment>
  178. <Name>Pisi Linux Admins</Name>
  179. <Email>admin@pisilinux.org</Email>
  180. </Update>
  181. <Update release="4">
  182. <Date>2021-12-05</Date>
  183. <Version>20211112</Version>
  184. <Comment>Version bump.</Comment>
  185. <Name>Pisi Linux Admins</Name>
  186. <Email>admin@pisilinux.org</Email>
  187. </Update>
  188. <Update release="3">
  189. <Date>2021-10-20</Date>
  190. <Version>20210915</Version>
  191. <Comment>Rebuild.</Comment>
  192. <Name>Pisi Linux Admins</Name>
  193. <Email>admin@pisilinux.org</Email>
  194. </Update>
  195. <Update release="2">
  196. <Date>2021-01-26</Date>
  197. <Version>20210915</Version>
  198. <Comment>Version bump.</Comment>
  199. <Name>Pisi Linux Admins</Name>
  200. <Email>admin@pisilinux.org</Email>
  201. </Update>
  202. <Update release="1">
  203. <Date>2021-01-26</Date>
  204. <Version>20210124</Version>
  205. <Comment>First release</Comment>
  206. <Name>Pisi Linux Admins</Name>
  207. <Email>admin@pisilinux.org</Email>
  208. </Update>
  209. </History>
  210. </PISI>