libtg_owt-20220508
This commit is contained in:
@@ -22,9 +22,9 @@ def setup():
|
|||||||
|
|
||||||
#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("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.export("CPPFLAGS", "-DNDEBUG")
|
|
||||||
pisitools.cflags.add(" -ffat-lto-objects")
|
pisitools.cflags.add(" -ffat-lto-objects")
|
||||||
pisitools.cxxflags.add(" -ffat-lto-objects -I/usr/include/libdrm")
|
pisitools.cxxflags.add(" -ffat-lto-objects -I/usr/include/libdrm")
|
||||||
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
|
cmaketools.configure("-B build -G Ninja -DCMAKE_BUILD_TYPE=Release \
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
From 86d2bcd7afb8706663d29e30f65863de5a626142 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Xiretza <xiretza@xiretza.xyz>
|
||||||
|
Date: Sun, 15 May 2022 12:47:41 +0200
|
||||||
|
Subject: [PATCH] fix(h265_pps_parser): fix missing cstdint include
|
||||||
|
|
||||||
|
---
|
||||||
|
src/common_video/h265/h265_pps_parser.h | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/common_video/h265/h265_pps_parser.h b/src/common_video/h265/h265_pps_parser.h
|
||||||
|
index 28c95ea9..c180b1b9 100644
|
||||||
|
--- a/src/common_video/h265/h265_pps_parser.h
|
||||||
|
+++ b/src/common_video/h265/h265_pps_parser.h
|
||||||
|
@@ -12,6 +12,7 @@
|
||||||
|
#define COMMON_VIDEO_H265_PPS_PARSER_H_
|
||||||
|
|
||||||
|
#include "absl/types/optional.h"
|
||||||
|
+#include <cstdint>
|
||||||
|
|
||||||
|
namespace rtc {
|
||||||
|
class BitBuffer;
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
diff -Nuar a/cmake/libcrc32c.cmake b/cmake/libcrc32c.cmake
|
||||||
|
--- a/cmake/libcrc32c.cmake 2022-06-29 18:11:40.492018000 +0300
|
||||||
|
+++ b/cmake/libcrc32c.cmake 2022-06-29 18:46:54.004865939 +0300
|
||||||
|
@@ -2,7 +2,7 @@
|
||||||
|
init_target(libcrc32c)
|
||||||
|
add_library(tg_owt::libcrc32c ALIAS libcrc32c)
|
||||||
|
|
||||||
|
-set(libcrc32c_loc ${third_party_loc}/crc32c/src)
|
||||||
|
+set(libcrc32c_loc ${third_party_loc}/crc32c)
|
||||||
|
|
||||||
|
configure_file(
|
||||||
|
${libcrc32c_loc}/src/crc32c_config.h.in
|
||||||
|
diff -Nuar a/src/net/dcsctp/packet/crc32c.cc b/src/net/dcsctp/packet/crc32c.cc
|
||||||
|
--- a/src/net/dcsctp/packet/crc32c.cc 2022-06-29 18:11:40.874018000 +0300
|
||||||
|
+++ b/src/net/dcsctp/packet/crc32c.cc 2022-06-29 18:57:39.967819329 +0300
|
||||||
|
@@ -11,7 +11,7 @@
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
|
-#include "third_party/crc32c/src/include/crc32c/crc32c.h"
|
||||||
|
+#include "third_party/crc32c/include/crc32c/crc32c.h"
|
||||||
|
|
||||||
|
namespace dcsctp {
|
||||||
|
|
||||||
@@ -12,10 +12,10 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>WebRTC library - static linked</Summary>
|
<Summary>WebRTC library - static linked</Summary>
|
||||||
<Description>WebRTC library - static linked</Description>
|
<Description>WebRTC library - static linked</Description>
|
||||||
<Archive sha1sum="3b50f4263b97c9d227256367c78b8909c0a4c3e8" type="targz">https://github.com/desktop-app/tg_owt/archive/63a934db1ed212ebf8aaaa20f0010dd7b0d7b396.tar.gz</Archive>
|
<Archive sha1sum="db2119fed7502163970b72a2d926338d8d887cd2" type="targz">https://github.com/desktop-app/tg_owt/archive/10d5f4bf77333ef6b43516f90d2ce13273255f41.tar.gz</Archive>
|
||||||
<!-- <Archive sha1sum="6ecf6452664b7705e88f01f204c3c2ed37171ebb" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libvpx-20210924.tar.xz</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="543167fe5316ed941ec8da652956988a1d513a13" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libyuv-20210924.tar.xz</Archive> -->
|
||||||
<!-- <Archive sha1sum="8945a28c3b3657f1ca26473c4f15b23f87eada15" type="targz">https://github.com/PipeWire/pipewire/archive/0.3.37.tar.gz</Archive> -->
|
<Archive sha1sum="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" type="targz" target="tg_owt-10d5f4bf77333ef6b43516f90d2ce13273255f41">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>git</Dependency>
|
<Dependency>git</Dependency>
|
||||||
<Dependency>ninja</Dependency>
|
<Dependency>ninja</Dependency>
|
||||||
@@ -42,7 +42,12 @@
|
|||||||
<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>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
|
<Patches>
|
||||||
|
<Patch level="1">crc32c.patch</Patch>
|
||||||
|
<Patch level="1">101.patch</Patch>
|
||||||
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -90,6 +95,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2022-06-23</Date>
|
||||||
|
<Version>20220508</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2022-04-17</Date>
|
<Date>2022-04-17</Date>
|
||||||
<Version>20220414</Version>
|
<Version>20220414</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user