diff --git a/multimedia/misc/libtg_owt/actions.py b/multimedia/misc/libtg_owt/actions.py
index 89e2b8d5b9..ee6be6dfb4 100644
--- a/multimedia/misc/libtg_owt/actions.py
+++ b/multimedia/misc/libtg_owt/actions.py
@@ -18,17 +18,19 @@ def setup():
shelltools.system("git clone https://chromium.googlesource.com/webm/libvpx")
shelltools.system("git clone https://chromium.googlesource.com/libyuv/libyuv")
- shelltools.system("git clone https://github.com/PipeWire/pipewire")
+ #shelltools.system("git clone https://github.com/PipeWire/pipewire")
shelltools.move("libvpx/*", "src/third_party/libvpx/source/libvpx")
shelltools.move("libyuv/*", "src/third_party/libyuv")
- shelltools.move("pipewire/*", "src/third_party/pipewire")
-
- pisitools.flags.add("-fPIC")
+ #shelltools.move("pipewire/*", "src/third_party/pipewire")
+
+ #shelltools.export("CPPFLAGS", "-DNDEBUG")
+ #pisitools.cxxflags.add("-std=c++11")
+ #pisitools.flags.add("-fPIC")
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DTG_OWT_SPECIAL_TARGET=linux \
- -DBUILD_SHARED_LIBS=ON \
+ -DBUILD_SHARED_LIBS=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 27c67783c6..e383370119 100644
--- a/multimedia/misc/libtg_owt/pspec.xml
+++ b/multimedia/misc/libtg_owt/pspec.xml
@@ -12,7 +12,7 @@
library
WebRTC library - static linked
WebRTC library - static linked
- https://github.com/desktop-app/tg_owt/archive/d578c760dc6f1ae5f0f3bb5317b0b2ed04b79138.tar.gz
+ https://github.com/desktop-app/tg_owt/archive/429a6869e4a164e0aad2d8657db341d56f9a6a6f.tar.gz
@@ -38,13 +38,8 @@
alsa-lib-devel
python3-setuptools
libXdamage-devel
+ abseil-cpp-devel
-
@@ -56,6 +51,7 @@
openssl
protobuf
libjpeg-turbo
+ abseil-cpp
/usr/lib
@@ -90,6 +86,13 @@
+
+ 2021-12-14
+ 20211212
+ Version bump.
+ Pisi Linux Admins
+ admin@pisilinux.org
+
2021-12-05
20211112