update to 0.1.20220508git.10d5f4b [release 0.1.20220508git.10d5f4b-1mamba;Sat Jul 23 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 18:28:26 +01:00
parent 1c1f5c0a5b
commit f87ec9170b
2 changed files with 31 additions and 1 deletions

View File

@ -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;

View File

@ -1,6 +1,6 @@
%define commit %(echo %version | cut -d. -f4) %define commit %(echo %version | cut -d. -f4)
Name: tg_owt Name: tg_owt
Version: 0.0.20220602git.63a934d Version: 0.1.20220508git.10d5f4b
Release: 1mamba Release: 1mamba
Summary: WebRTC library static linked for Telegram Summary: WebRTC library static linked for Telegram
Group: System/Libraries Group: System/Libraries
@ -9,6 +9,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/desktop-app/tg_owt URL: https://github.com/desktop-app/tg_owt
Source: https://github.com/desktop-app/tg_owt.git/master@%{commit}/tg_owt-%{version}.tar.bz2 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 License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
@ -32,8 +33,13 @@ This package contains libraries and header files for developing applications tha
%prep %prep
%setup -q %setup -q
#-D -T
#:<< _EOF
%patch0 -p1 -b .include-cstdint
%build %build
#export PKG_CONFIG_PATH='%{_libdir}/ffmpeg4/pkgconfig'
%cmake -d build \ %cmake -d build \
-DBUILD_SHARED_LIBS=OFF -DBUILD_SHARED_LIBS=OFF
@ -55,6 +61,9 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libtg_owt.a %{_libdir}/libtg_owt.a
%changelog %changelog
* Sat Jul 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.20220508git.10d5f4b-1mamba
- update to 0.1.20220508git.10d5f4b
* Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20220602git.63a934d-1mamba * Thu Jun 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.20220602git.63a934d-1mamba
- update to 0.0.20220602git.63a934d - update to 0.0.20220602git.63a934d