Merge pull request #14628 from Rmys/master

libtg_owt ver. bump
This commit is contained in:
Rmys
2024-08-01 12:08:45 +03:00
committed by GitHub
2 changed files with 20 additions and 10 deletions
+7 -6
View File
@@ -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")
+13 -4
View File
@@ -12,10 +12,10 @@
<IsA>library</IsA>
<Summary>WebRTC library - static linked</Summary>
<Description>WebRTC library - static linked</Description>
<Archive sha1sum="c40b383047ab65ce62797835618fce454803f857" type="targz">https://github.com/desktop-app/tg_owt/archive/9b70d7679e86e6c216127d5a6a06ef5aa4f54793.tar.gz</Archive>
<Archive sha1sum="4b325b7cec1c665895715dd35226810928ef08e1" type="targz">https://github.com/desktop-app/tg_owt/archive/e9d103e2480e0983bf464debc371b049cdd83648.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="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" type="targz" target="tg_owt-9b70d7679e86e6c216127d5a6a06ef5aa4f54793">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
<Archive sha1sum="28802cb78a4c389b048d33faf188eb341993136c" type="targz" target="tg_owt-e9d103e2480e0983bf464debc371b049cdd83648">https://github.com/cisco/libsrtp/archive/refs/tags/v2.6.0.tar.gz</Archive>
<Archive sha1sum="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" type="targz" target="tg_owt-e9d103e2480e0983bf464debc371b049cdd83648">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>ninja</Dependency>
@@ -41,11 +41,12 @@
<Dependency>alsa-lib-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>libXdamage-devel</Dependency>
<Dependency>openh264-devel</Dependency>
<!-- <Dependency>abseil-cpp-devel</Dependency> -->
<Dependency>egl-wayland-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">crc32c.patch</Patch> -->
<!-- <Patch level="1">abseil.patch</Patch> -->
<Patch level="1">101.patch</Patch>
</Patches>
</Source>
@@ -59,6 +60,7 @@
<Dependency>openssl</Dependency>
<Dependency>libvpx</Dependency>
<Dependency>protobuf</Dependency>
<Dependency>openh264</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<!-- <Dependency>abseil-cpp</Dependency> -->
</RuntimeDependencies>
@@ -95,6 +97,13 @@
</Package>
<History>
<Update release="14">
<Date>2024-08-01</Date>
<Version>20240730</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-03-26</Date>
<Version>20221110</Version>