Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/snapcast/files/
Date: Sun, 27 Mar 2022 22:08:32
Message-Id: 1648418826.8459f4f4c67544b6741ea8f6d8752b232a9a62f0.conikost@gentoo
1 commit: 8459f4f4c67544b6741ea8f6d8752b232a9a62f0
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Mar 27 11:43:12 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:07:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8459f4f4
7
8 media-sound/snapcast: remove unused patches
9
10 Closes: https://github.com/gentoo/gentoo/pull/24771
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 .../snapcast/files/snapcast-0.20.0-gcc-11.patch | 11 ---------
16 .../snapcast/files/snapcast-0.25.0-cxx17.patch | 27 ----------------------
17 2 files changed, 38 deletions(-)
18
19 diff --git a/media-sound/snapcast/files/snapcast-0.20.0-gcc-11.patch b/media-sound/snapcast/files/snapcast-0.20.0-gcc-11.patch
20 deleted file mode 100644
21 index 7ae562aaef05..000000000000
22 --- a/media-sound/snapcast/files/snapcast-0.20.0-gcc-11.patch
23 +++ /dev/null
24 @@ -1,11 +0,0 @@
25 -https://bugs.gentoo.org/786303
26 ---- a/common/message/message.hpp
27 -+++ b/common/message/message.hpp
28 -@@ -29,6 +29,7 @@
29 - #include <sys/time.h>
30 - #endif
31 - #include <vector>
32 -+#include <memory>
33 -
34 - /*
35 - template<typename CharT, typename TraitsT = std::char_traits<CharT> >
36
37 diff --git a/media-sound/snapcast/files/snapcast-0.25.0-cxx17.patch b/media-sound/snapcast/files/snapcast-0.25.0-cxx17.patch
38 deleted file mode 100644
39 index f6797a62f85f..000000000000
40 --- a/media-sound/snapcast/files/snapcast-0.25.0-cxx17.patch
41 +++ /dev/null
42 @@ -1,27 +0,0 @@
43 -https://gitlab.exherbo.org/exherbo/media/-/blob/master/packages/net-apps/snapcast/files/snapcast-Set-CMAKE_CXX_STANDARD-to-17.patch
44 -
45 -From 9858c60109c5d4aa09c26d1cb44be5c056849a36 Mon Sep 17 00:00:00 2001
46 -From: Heiko Becker <heirecka@×××××××.org>
47 -Date: Fri, 15 Oct 2021 23:55:39 +0200
48 -Subject: [PATCH] Set CMAKE_CXX_STANDARD to 17
49 -
50 -Fixes the build with boost[>=1.77.0] and we shouldn't have compilers
51 -which don't support it.
52 ----
53 - CMakeLists.txt | 2 +-
54 - 1 file changed, 1 insertion(+), 1 deletion(-)
55 -
56 -diff --git a/CMakeLists.txt b/CMakeLists.txt
57 -index 4381a71c..5373f658 100644
58 ---- a/CMakeLists.txt
59 -+++ b/CMakeLists.txt
60 -@@ -127,7 +127,7 @@ if(NOT ANDROID)
61 - endif()
62 -
63 - # Configure compiler options
64 --set(CMAKE_CXX_STANDARD 14)
65 -+set(CMAKE_CXX_STANDARD 17)
66 -
67 - # Get arch
68 - include(${CMAKE_SOURCE_DIR}/cmake/TargetArch.cmake)
69 -