diff --git a/multimedia/misc/libtg_owt/actions.py b/multimedia/misc/libtg_owt/actions.py
index a7bd56ca36..ca16d3b5cc 100644
--- a/multimedia/misc/libtg_owt/actions.py
+++ b/multimedia/misc/libtg_owt/actions.py
@@ -16,24 +16,24 @@ def setup():
shelltools.move("tg_owt-*", "tg-owt-%s" % get.srcVERSION())
shelltools.cd("tg-owt-%s" % get.srcVERSION())
- shelltools.system("git clone https://chromium.googlesource.com/webm/libvpx")
+ #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.move("libvpx/*", "src/third_party/libvpx/source/libvpx")
+
+ #shelltools.move("libvpx/*", "src/third_party/libvpx/source/libvpx")
shelltools.move("libyuv/*", "src/third_party/libyuv")
#shelltools.move("pipewire/*", "src/third_party/pipewire")
#shelltools.export("CPPFLAGS", "-DNDEBUG")
pisitools.cflags.add(" -ffat-lto-objects")
- pisitools.cxxflags.add(" -ffat-lto-objects")
+ pisitools.cxxflags.add(" -ffat-lto-objects -I/usr/include/libdrm")
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DTG_OWT_SPECIAL_TARGET=linux \
-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 \
+ -DTG_OWT_LIBVPX_INCLUDE_PATH=/usr/include \
-DTG_OWT_FFMPEG_INCLUDE_PATH=/usr/include")
def build():
diff --git a/multimedia/misc/libtg_owt/pspec.xml b/multimedia/misc/libtg_owt/pspec.xml
index 42e1ee40b7..2cd10925e8 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/6708e0d31a73e64fe12f54829bf4060c41b2658e.tar.gz
+ https://github.com/desktop-app/tg_owt/archive/1fe5e68d999e0bf88d0128ad813438726732f6e0.tar.gz
@@ -24,6 +24,7 @@
yasm-devel
unzip
libX11-devel
+ libvpx-devel
pipewire-devel
libXtst-devel
libopus-devel
@@ -49,6 +50,7 @@
libgcc
libopus
openssl
+ libvpx
protobuf
libjpeg-turbo
abseil-cpp
@@ -77,7 +79,7 @@
protobuf-devel
pulseaudio-libs-devel
alsa-lib-devel
-
+ libvpx-devel
/usr/include
@@ -86,6 +88,13 @@
+
+ 2022-02-24
+ 20220314
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-01-09
20211222