* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/tenacity/files/, media-sound/tenacity/
@ 2025-10-06 21:16 Esteve Varela Colominas
0 siblings, 0 replies; only message in thread
From: Esteve Varela Colominas @ 2025-10-06 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 23c11754b427c9b4cd8cc56b84a24466cab2b384
Author: Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Mon Oct 6 21:16:05 2025 +0000
Commit: Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
CommitDate: Mon Oct 6 21:16:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23c11754
media-sound/tenacity: Fix for GCC 15
Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>
media-sound/tenacity/files/tenacity-1.3.4-fix-gcc15.patch | 13 +++++++++++++
media-sound/tenacity/tenacity-1.3.4-r4.ebuild | 5 ++---
2 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/media-sound/tenacity/files/tenacity-1.3.4-fix-gcc15.patch b/media-sound/tenacity/files/tenacity-1.3.4-fix-gcc15.patch
new file mode 100644
index 0000000000..50ab7e6e89
--- /dev/null
+++ b/media-sound/tenacity/files/tenacity-1.3.4-fix-gcc15.patch
@@ -0,0 +1,13 @@
+Fix cstdint include for GCC 15
+
+--- tenacity.orig/libraries/lib-utility/MemoryX.cpp
++++ tenacity/libraries/lib-utility/MemoryX.cpp
+@@ -10,6 +10,8 @@
+
+ #include "MemoryX.h"
+
++#include <cstdint>
++
+ // Make the symbol table non-empty
+ UTILITY_API void lib_utility_dummy_symbol()
+ {}
diff --git a/media-sound/tenacity/tenacity-1.3.4-r4.ebuild b/media-sound/tenacity/tenacity-1.3.4-r4.ebuild
index 783e81bb3c..eb6fa2a609 100644
--- a/media-sound/tenacity/tenacity-1.3.4-r4.ebuild
+++ b/media-sound/tenacity/tenacity-1.3.4-r4.ebuild
@@ -72,10 +72,9 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-1.3.4-fix-rpath-handling.patch"
"${FILESDIR}/${PN}-1.3.4-fix-hardcoded-docdir.patch"
-
- # bug #961756
- "${FILESDIR}/${PN}-1.3.4-odr-and-aliasing-fixes.patch"
+ "${FILESDIR}/${PN}-1.3.4-odr-and-aliasing-fixes.patch" # bug #961756
"${FILESDIR}/${PN}-1.3.4-ffmpeg-disable-lto.patch"
+ "${FILESDIR}/${PN}-1.3.4-fix-gcc15.patch"
)
src_unpack() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-06 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-06 21:16 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/tenacity/files/, media-sound/tenacity/ Esteve Varela Colominas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox