libtg_owt rebuild
This commit is contained in:
@@ -17,12 +17,14 @@ def setup():
|
||||
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/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/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("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")
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>libXdamage-devel</Dependency>
|
||||
<Dependency>abseil-cpp-devel</Dependency>
|
||||
<!-- <Dependency>abseil-cpp-devel</Dependency> -->
|
||||
<Dependency>egl-wayland-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -60,7 +60,7 @@
|
||||
<Dependency>libvpx</Dependency>
|
||||
<Dependency>protobuf</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>abseil-cpp</Dependency>
|
||||
<!-- <Dependency>abseil-cpp</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
|
||||
Reference in New Issue
Block a user