From f87ec9170b7bd128fd0be6e34c162b7ca3d33234 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:28:26 +0100 Subject: [PATCH] update to 0.1.20220508git.10d5f4b [release 0.1.20220508git.10d5f4b-1mamba;Sat Jul 23 2022] --- ....20220508git.10d5f4b-include-cstdint.patch | 21 +++++++++++++++++++ tg_owt.spec | 11 +++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch diff --git a/tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch b/tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch new file mode 100644 index 0000000..9dee9cf --- /dev/null +++ b/tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch @@ -0,0 +1,21 @@ +From 86d2bcd7afb8706663d29e30f65863de5a626142 Mon Sep 17 00:00:00 2001 +From: Xiretza +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 + + namespace rtc { + class BitBuffer; diff --git a/tg_owt.spec b/tg_owt.spec index 45997c2..c43e3fa 100644 --- a/tg_owt.spec +++ b/tg_owt.spec @@ -1,6 +1,6 @@ %define commit %(echo %version | cut -d. -f4) Name: tg_owt -Version: 0.0.20220602git.63a934d +Version: 0.1.20220508git.10d5f4b Release: 1mamba Summary: WebRTC library static linked for Telegram Group: System/Libraries @@ -9,6 +9,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/desktop-app/tg_owt Source: https://github.com/desktop-app/tg_owt.git/master@%{commit}/tg_owt-%{version}.tar.bz2 +Patch0: tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch License: BSD ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END @@ -32,8 +33,13 @@ This package contains libraries and header files for developing applications tha %prep %setup -q +#-D -T +#:<< _EOF +%patch0 -p1 -b .include-cstdint %build +#export PKG_CONFIG_PATH='%{_libdir}/ffmpeg4/pkgconfig' + %cmake -d build \ -DBUILD_SHARED_LIBS=OFF @@ -55,6 +61,9 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libtg_owt.a %changelog +* Sat Jul 23 2022 Silvan Calarco 0.1.20220508git.10d5f4b-1mamba +- update to 0.1.20220508git.10d5f4b + * Thu Jun 02 2022 Silvan Calarco 0.0.20220602git.63a934d-1mamba - update to 0.0.20220602git.63a934d