[packages/OpenAL] - std::format needs gcc 13

qboosh qboosh at pld-linux.org
Mon Dec 22 18:19:36 CET 2025


commit b842314d7b390377f1da44ec4d1b8fdde2302b6a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Dec 22 18:19:54 2025 +0100

    - std::format needs gcc 13

 OpenAL.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/OpenAL.spec b/OpenAL.spec
index a420eed..2976b49 100644
--- a/OpenAL.spec
+++ b/OpenAL.spec
@@ -30,8 +30,8 @@ BuildRequires:	cmake >= 3.13
 %{?with_rtkit:BuildRequires:	dbus-devel}
 %{?with_jack:BuildRequires:	jack-audio-connection-kit-devel}
 BuildRequires:	libmysofa-devel
-# C++20
-BuildRequires:	libstdc++-devel >= 6:8
+# C++20 with std::format
+BuildRequires:	libstdc++-devel >= 6:13
 %{?with_pipewire:BuildRequires:	pipewire-devel >= 0.3.23}
 BuildRequires:	pkgconfig
 %{?with_portaudio:BuildRequires:	portaudio-devel}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenAL.git/commitdiff/b842314d7b390377f1da44ec4d1b8fdde2302b6a



More information about the pld-cvs-commit mailing list