libtg-owt ver. bump
This commit is contained in:
@@ -17,13 +17,15 @@ def setup():
|
||||
#shelltools.system("git clone https://chromium.googlesource.com/libyuv/libyuv")
|
||||
shelltools.cd("tg-owt-%s" % get.srcVERSION())
|
||||
|
||||
shelltools.move("../libvpx/*", "src/third_party/libvpx/source/libvpx")
|
||||
shelltools.move("../libyuv/*", "src/third_party/libyuv")
|
||||
shelltools.move("../libvpx-20210924/*", "src/third_party/libvpx/source/libvpx")
|
||||
shelltools.move("../libyuv-20210924/*", "src/third_party/libyuv")
|
||||
#shelltools.move("../pipewire-0.3.37/*", "src/third_party/pipewire")
|
||||
|
||||
pisitools.flags.add("-fPIC")
|
||||
cmaketools.configure("-G Ninja -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DTG_OWT_SPECIAL_TARGET=linux \
|
||||
-DTG_OWT_USE_PIPEWIRE=OFF \
|
||||
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
|
||||
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include \
|
||||
-DTG_OWT_OPUS_INCLUDE_PATH=/usr/include/opus \
|
||||
|
||||
@@ -12,14 +12,19 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>WebRTC library - static linked</Summary>
|
||||
<Description>WebRTC library - static linked</Description>
|
||||
<Archive sha1sum="4ff99214f349d6215e96c6b350d69133ac51368a" type="targz">https://github.com/desktop-app/tg_owt/archive/be23804afce3bb2e80a1d57a7c1318c71b82b7de.tar.gz</Archive>
|
||||
<Archive sha1sum="c737657d7701a43ce0cd21cf1ad9cc7d6b478807" type="targz">https://sourceforge.net/projects/pisilinux/files/source/libvpx.tar.gz</Archive>
|
||||
<Archive sha1sum="5a0168aab75bc0b1dbaa425f6b2b3eaf6e427b72" type="targz">https://sourceforge.net/projects/pisilinux/files/source/libyuv.tar.gz</Archive>
|
||||
<Archive sha1sum="488e341380606508f04068498a186834c74ab926" type="targz">https://github.com/desktop-app/tg_owt/archive/575fb17d2853c43329e45f6693370f5e41668055.tar.gz</Archive>
|
||||
<Archive sha1sum="6ecf6452664b7705e88f01f204c3c2ed37171ebb" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz</Archive>
|
||||
<Archive sha1sum="543167fe5316ed941ec8da652956988a1d513a13" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libyuv-20210924.tar.xz</Archive>
|
||||
<!-- <Archive sha1sum="8945a28c3b3657f1ca26473c4f15b23f87eada15" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.37.tar.gz</Archive> -->
|
||||
<BuildDependencies>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>pulseaudio</Dependency>
|
||||
<Dependency>yasm-devel</Dependency>
|
||||
<Dependency>unzip</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>pipewire-0.2-devel</Dependency>
|
||||
<Dependency>libXtst-devel</Dependency>
|
||||
<Dependency>libopus-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
@@ -31,6 +36,7 @@
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>libXdamage-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
@@ -83,6 +89,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-01-26</Date>
|
||||
<Version>20210915</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-01-26</Date>
|
||||
<Version>20210124</Version>
|
||||
|
||||
Reference in New Issue
Block a user