update to 0.1.20220508git.10d5f4b [release 0.1.20220508git.10d5f4b-1mamba;Sat Jul 23 2022]
This commit is contained in:
parent
1c1f5c0a5b
commit
f87ec9170b
21
tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch
Normal file
21
tg_owt-0.1.20220508git.10d5f4b-include-cstdint.patch
Normal 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;
|
11
tg_owt.spec
11
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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- update to 0.0.20220602git.63a934d
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user