Files
Khem Raj 7b4333942b mpd: fix build against fmt 12.2.0
Since fmt 12.2.0, <fmt/core.h> is a shim that only includes <fmt/base.h>,
which does not declare fmt::format(). Building mpd 0.24.9 against it
fails with:

  src/net/ToString.cxx:80:16: error: no member named 'format' in namespace 'fmt'
  src/lib/avahi/Publisher.cxx:37:9: error: no member named 'format' in namespace 'fmt'

Add a patch that includes <fmt/format.h> directly in the files that
call fmt::format(). This mirrors the upstream fix (MPD commits
88d5b5248d71 and 109c26258b9d), extended to the files present in the
0.24.9 release that call fmt::format() but were not covered by those
commits.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-12 17:39:44 -07:00
..
2026-03-17 13:25:17 -07:00
2026-06-28 00:59:08 -07:00
2026-03-02 19:25:58 -08:00
2025-08-18 17:58:58 -07:00
2026-02-20 23:34:18 -08:00
2025-09-24 10:54:43 -07:00
2025-11-23 17:58:13 -08:00
2026-07-07 11:22:41 -07:00
2026-05-12 01:07:00 -07:00
2026-02-24 22:30:28 -08:00
2026-07-12 17:39:44 -07:00
2024-12-24 08:23:09 -08:00
2026-07-10 09:05:06 -07:00
2026-07-11 08:24:44 -07:00
2026-05-12 01:06:59 -07:00
2025-07-10 10:46:21 -07:00