diff --git a/multimedia/misc/libtg_owt/actions.py b/multimedia/misc/libtg_owt/actions.py
index fc392f1526..2dee1904b9 100644
--- a/multimedia/misc/libtg_owt/actions.py
+++ b/multimedia/misc/libtg_owt/actions.py
@@ -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 \
diff --git a/multimedia/misc/libtg_owt/pspec.xml b/multimedia/misc/libtg_owt/pspec.xml
index e56655edaa..be4feb50b4 100644
--- a/multimedia/misc/libtg_owt/pspec.xml
+++ b/multimedia/misc/libtg_owt/pspec.xml
@@ -12,14 +12,19 @@
library
WebRTC library - static linked
WebRTC library - static linked
- https://github.com/desktop-app/tg_owt/archive/be23804afce3bb2e80a1d57a7c1318c71b82b7de.tar.gz
- https://sourceforge.net/projects/pisilinux/files/source/libvpx.tar.gz
- https://sourceforge.net/projects/pisilinux/files/source/libyuv.tar.gz
+ https://github.com/desktop-app/tg_owt/archive/575fb17d2853c43329e45f6693370f5e41668055.tar.gz
+ https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz
+ https://sourceforge.net/projects/pisilinux/files/source/libyuv-20210924.tar.xz
+
- ninja
+ ninja
cmake
+ pulseaudio
yasm-devel
unzip
+ libX11-devel
+ pipewire-0.2-devel
+ libXtst-devel
libopus-devel
openssl-devel
libXrandr-devel
@@ -31,6 +36,7 @@
pulseaudio-libs-devel
alsa-lib-devel
python3-setuptools
+ libXdamage-devel