Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (5c1661ebe13f4135f474005add42c6a81dc75cd4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (5c1661ebe13f4135f474005add42c6a81dc75cd4)
  • Date: Sun, 21 Jun 2026 00:27:05 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

audio-players/mpd/HISTORY | 3 +
audio-players/mpd/patches/0001-fmt-12.2.patch | 60
++++++++++++++++++++++++++
2 files changed, 63 insertions(+)

New commits:
commit 5c1661ebe13f4135f474005add42c6a81dc75cd4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-players/mpd: added patch to fix building with fmt >= 12.2.0

diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 744cac6..337da33 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2026-06-20 Pavel Vinogradov <public AT sourcemage.org>
+ * patches/0001-fmt-12.2.patch: added patch to fix building with fmt
>= 12.2.0
+
2026-05-15 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.24.12

diff --git a/audio-players/mpd/patches/0001-fmt-12.2.patch
b/audio-players/mpd/patches/0001-fmt-12.2.patch
new file mode 100644
index 0000000..4a5cbd6
--- /dev/null
+++ b/audio-players/mpd/patches/0001-fmt-12.2.patch
@@ -0,0 +1,60 @@
+diff --git a/src/song/ModifiedSinceSongFilter.cxx
b/src/song/ModifiedSinceSongFilter.cxx
+index 43879c7..fe5cc05 100644
+--- a/src/song/ModifiedSinceSongFilter.cxx
++++ b/src/song/ModifiedSinceSongFilter.cxx
+@@ -7,6 +7,7 @@
+ #include "util/StringBuffer.hxx"
+
+ #include <fmt/core.h>
++#include <fmt/format.h>
+
+ using std::string_view_literals::operator""sv;
+
+diff --git a/src/song/AddedSinceSongFilter.cxx
b/src/song/AddedSinceSongFilter.cxx
+index efc394f..89af2b7 100644
+--- a/src/song/AddedSinceSongFilter.cxx
++++ b/src/song/AddedSinceSongFilter.cxx
+@@ -7,6 +7,7 @@
+ #include "util/StringBuffer.hxx"
+
+ #include <fmt/core.h>
++#include <fmt/format.h>
+
+ using std::string_view_literals::operator""sv;
+
+diff --git a/src/song/AudioFormatSongFilter.cxx
b/src/song/AudioFormatSongFilter.cxx
+index 69bd2b1..6fa8f91 100644
+--- a/src/song/AudioFormatSongFilter.cxx
++++ b/src/song/AudioFormatSongFilter.cxx
+@@ -6,6 +6,7 @@
+ #include "util/StringBuffer.hxx"
+
+ #include <fmt/core.h>
++#include <fmt/format.h>
+
+ using std::string_view_literals::operator""sv;
+
+diff --git a/src/input/plugins/AlsaInputPlugin.cxx
b/src/input/plugins/AlsaInputPlugin.cxx
+index 6bf8034..71eaca3 100644
+--- a/src/input/plugins/AlsaInputPlugin.cxx
++++ b/src/input/plugins/AlsaInputPlugin.cxx
+@@ -28,6 +28,7 @@
+ #include <alsa/asoundlib.h>
+
+ #include <fmt/core.h>
++#include <fmt/format.h>
+
+ #include <cassert>
+
+diff --git a/src/net/ToString.cxx b/src/net/ToString.cxx
+index 41421d8..5acbed6 100644
+--- a/src/net/ToString.cxx
++++ b/src/net/ToString.cxx
+@@ -7,6 +7,7 @@
+ #include "IPv4Address.hxx"
+
+ #include <fmt/core.h>
++#include <fmt/format.h>
+
+ #include <algorithm>
+ #include <cassert>


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (5c1661ebe13f4135f474005add42c6a81dc75cd4), Pavel Vinogradov, 06/20/2026

Archive powered by MHonArc 2.6.24.

Top of Page