libtg_owt ver. bump

This commit is contained in:
Rmys
2023-03-25 23:24:42 +03:00
committed by GitHub
parent 067d7b046f
commit d549c42ae1
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def setup():
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")
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")
+10 -3
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="62b9a47447efec5ffcccb58f57f03e7df4ec911d" type="targz">https://github.com/desktop-app/tg_owt/archive/5098730b9eb6173f0b52068fe2555b7c1015123a.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="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" type="targz" target="tg_owt-5098730b9eb6173f0b52068fe2555b7c1015123a">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>ninja</Dependency>
@@ -45,7 +45,7 @@
<Dependency>egl-wayland-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">crc32c.patch</Patch>
<!-- <Patch level="1">crc32c.patch</Patch> -->
<Patch level="1">101.patch</Patch>
</Patches>
</Source>
@@ -95,6 +95,13 @@
</Package>
<History>
<Update release="12">
<Date>2023-03-25</Date>
<Version>20230314</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2023-01-01</Date>
<Version>20221110</Version>