libtg_owt rebuild

This commit is contained in:
Rmys
2023-01-01 15:38:32 +03:00
committed by GitHub
parent 8c2ac93814
commit aea2cbcf67
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -17,12 +17,14 @@ def setup():
shelltools.cd("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://chromium.googlesource.com/libyuv/libyuv.git")
# shelltools.system("git clone https://github.com/PipeWire/pipewire") # shelltools.system("git clone https://github.com/PipeWire/pipewire")
shelltools.system("git clone https://github.com/abseil/abseil-cpp.git")
# shelltools.system("rm -rf src/third_party/libvpx/source/libvpx") # shelltools.system("rm -rf src/third_party/libvpx/source/libvpx")
# 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("libyuv/*", "src/third_party/libyuv")
shelltools.move("abseil-cpp/*", "src/third_party/abseil-cpp")
# shelltools.move("pipewire/*", "src/third_party/pipewire") # shelltools.move("pipewire/*", "src/third_party/pipewire")
shelltools.system("rm -rf src/third_party/crc32c/src") shelltools.system("rm -rf src/third_party/crc32c/src")
shelltools.move("crc32c-1.1.2/*", "src/third_party/crc32c") shelltools.move("crc32c-1.1.2/*", "src/third_party/crc32c")
+2 -2
View File
@@ -41,7 +41,7 @@
<Dependency>alsa-lib-devel</Dependency> <Dependency>alsa-lib-devel</Dependency>
<Dependency>python3-setuptools</Dependency> <Dependency>python3-setuptools</Dependency>
<Dependency>libXdamage-devel</Dependency> <Dependency>libXdamage-devel</Dependency>
<Dependency>abseil-cpp-devel</Dependency> <!-- <Dependency>abseil-cpp-devel</Dependency> -->
<Dependency>egl-wayland-devel</Dependency> <Dependency>egl-wayland-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
@@ -60,7 +60,7 @@
<Dependency>libvpx</Dependency> <Dependency>libvpx</Dependency>
<Dependency>protobuf</Dependency> <Dependency>protobuf</Dependency>
<Dependency>libjpeg-turbo</Dependency> <Dependency>libjpeg-turbo</Dependency>
<Dependency>abseil-cpp</Dependency> <!-- <Dependency>abseil-cpp</Dependency> -->
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>