head 1.3; access; symbols pkgsrc-2024Q4:1.2.0.4 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.2 pkgsrc-2024Q3-base:1.2; locks; strict; comment @// @; 1.3 date 2025.01.09.07.47.46; author wiz; state dead; branches; next 1.2; commitid FCIvhWAkk8r8BMEF; 1.2 date 2024.07.15.10.06.15; author adam; state Exp; branches; next 1.1; commitid fluZUHE7ljep5VhF; 1.1 date 2024.07.14.23.20.52; author mrg; state Exp; branches; next ; commitid 1GdayJmOPt4HvRhF; desc @@ 1.3 log @musicpd: remove patches that were removed from distinfo during update @ text @$NetBSD: patch-src_lib_ffmpeg_LibFmt.hxx,v 1.2 2024/07/15 10:06:15 adam Exp $ --- src/lib/ffmpeg/LibFmt.hxx.orig 2023-12-20 07:21:57.000000000 -0800 +++ src/lib/ffmpeg/LibFmt.hxx 2024-07-14 16:13:04.359461264 -0700 @@@@ -29,7 +29,7 @@@@ struct fmt::formatter : formatter { template - auto format(const AVSampleFormat format, FormatContext &ctx) { + auto format(const AVSampleFormat format, FormatContext &ctx) const { const char *name = av_get_sample_fmt_name(format); if (name == nullptr) name = "?"; @ 1.2 log @musicpd: fix patches; fix build with fmtlib 11 @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @fix the build since fmtlib 11 import. taken from upstream commit: https://github.com/MusicPlayerDaemon/MPD/commit/1402869715e3efca87942d79c3173a6b21a6925d lib/fmt: support build with libfmt-11.0.0 Upstream libfmt commit fmtlib/fmt@@d707292 now requires the format function to be const. Adjust the function prototype so it is const and can compile. Signed-off-by: Rudi Heitbaum @ text @d1 2 @