diff --git a/multimedia/misc/libtg_owt/actions.py b/multimedia/misc/libtg_owt/actions.py
index e7b70eea11..8e9b35e872 100644
--- a/multimedia/misc/libtg_owt/actions.py
+++ b/multimedia/misc/libtg_owt/actions.py
@@ -16,18 +16,19 @@ 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://github.com/google/crc32c")
shelltools.system("git clone https://chromium.googlesource.com/libyuv/libyuv.git")
- # shelltools.system("git clone https://github.com/PipeWire/pipewire")
+ # shelltools.system("git clone https://github.com/cisco/libsrtp")
shelltools.system("git clone https://github.com/abseil/abseil-cpp.git")
# shelltools.system("rm -rf src/third_party/libvpx/source/libvpx")
# shelltools.move("libvpx/*", "src/third_party/libvpx/source/libvpx")
- shelltools.move("libyuv/*", "src/third_party/libyuv")
+ shelltools.move("libyuv*/*", "src/third_party/libyuv")
shelltools.move("abseil-cpp/*", "src/third_party/abseil-cpp")
- # shelltools.move("pipewire/*", "src/third_party/pipewire")
- shelltools.system("rm -rf src/third_party/crc32c/src")
- shelltools.move("crc32c-1.1.2/*", "src/third_party/crc32c/src")
+ shelltools.move("libsrtp*/*", "src/third_party/libsrtp")
+ shelltools.move("crc32c/*", "src/third_party/crc32c/src")
+ # shelltools.system("rm -rf src/third_party/crc32c/src")
+ # shelltools.move("crc32c-1.1.2/*", "src/third_party/crc32c/src")
pisitools.cflags.add(" -ffat-lto-objects")
pisitools.cxxflags.add(" -ffat-lto-objects -I/usr/include/libdrm")
diff --git a/multimedia/misc/libtg_owt/pspec.xml b/multimedia/misc/libtg_owt/pspec.xml
index d2a0d86cb8..9feaf690c6 100644
--- a/multimedia/misc/libtg_owt/pspec.xml
+++ b/multimedia/misc/libtg_owt/pspec.xml
@@ -12,10 +12,10 @@
library
WebRTC library - static linked
WebRTC library - static linked
- https://github.com/desktop-app/tg_owt/archive/9b70d7679e86e6c216127d5a6a06ef5aa4f54793.tar.gz
+ https://github.com/desktop-app/tg_owt/archive/e9d103e2480e0983bf464debc371b049cdd83648.tar.gz
-
- https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz
+ https://github.com/cisco/libsrtp/archive/refs/tags/v2.6.0.tar.gz
+ https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz
git
ninja
@@ -41,11 +41,12 @@
alsa-lib-devel
python3-setuptools
libXdamage-devel
+ openh264-devel
egl-wayland-devel
-
+
101.patch
@@ -59,6 +60,7 @@
openssl
libvpx
protobuf
+ openh264
libjpeg-turbo
@@ -95,6 +97,13 @@
+
+ 2024-08-01
+ 20240730
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-03-26
20221110