Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tg_owt/files/
Date: Tue, 28 Jun 2022 09:32:01
Message-Id: 1656408607.d40904561063a784265863cd6a24758693453209.sam@gentoo
1 commit: d40904561063a784265863cd6a24758693453209
2 Author: peeweep <peeweep <AT> 0x0 <DOT> ee>
3 AuthorDate: Mon Jun 27 15:23:16 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 09:30:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4090456
7
8 media-libs/tg_owt: fix gcc12 build fail
9
10 Closes: https://bugs.gentoo.org/854501
11 Signed-off-by: peeweep <peeweep <AT> 0x0.ee>
12 Closes: https://github.com/gentoo/gentoo/pull/26093
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 .../tg_owt-0_pre20220209-gcc-12-cstdint.patch | 25 ++++++++++++++++++++++
16 1 file changed, 25 insertions(+)
17
18 diff --git a/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
19 index f5fdbd58a574..9feea500f164 100644
20 --- a/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
21 +++ b/media-libs/tg_owt/files/tg_owt-0_pre20220209-gcc-12-cstdint.patch
22 @@ -17,3 +17,28 @@ Subject: [PATCH] fix(h265_pps_parser): fix missing cstdint include
23 namespace rtc {
24 class BitBuffer;
25
26 +From c358917ff8deac2015586356113dae75d076d1e3 Mon Sep 17 00:00:00 2001
27 +From: peeweep <peeweep@×××.ee>
28 +Date: Mon, 27 Jun 2022 15:07:04 +0000
29 +Subject: [PATCH] fix(module_common_types_public): fix missing cstdint include
30 +
31 +Signed-off-by: peeweep <peeweep@×××.ee>
32 +---
33 + src/modules/include/module_common_types_public.h | 1 +
34 + 1 file changed, 1 insertion(+)
35 +
36 +diff --git a/src/modules/include/module_common_types_public.h b/src/modules/include/module_common_types_public.h
37 +index 345e45ce..8338a514 100644
38 +--- a/src/modules/include/module_common_types_public.h
39 ++++ b/src/modules/include/module_common_types_public.h
40 +@@ -11,6 +11,7 @@
41 + #ifndef MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
42 + #define MODULES_INCLUDE_MODULE_COMMON_TYPES_PUBLIC_H_
43 +
44 ++#include <cstdint>
45 + #include <limits>
46 +
47 + #include "absl/types/optional.h"
48 +--
49 +2.35.1
50 +