head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2023.05.28.17.11.56; author wiz; state dead; branches; next 1.1; commitid nFwwNlUroirsKKqE; 1.1 date 2023.05.17.10.45.41; author wiz; state Exp; branches; next ; commitid n1yuAS1F8WoTXipE; desc @@ 1.2 log @musicpd: update to 0.23.13. ver 0.23.13 (2023/05/22) * input - curl: fix busy loop after connection failed - curl: hide "404" log messages for non-existent ".mpdignore" files * archive - zzip: fix crash bug * database - simple: reveal hidden songs after deleting containing CUE * decoder - ffmpeg: reorder to a lower priority than "gme" - gme: require GME 0.6 or later * output - pipewire: fix corruption bug due to missing lock * Linux - shut down if parent process dies in --no-daemon mode - determine systemd unit directories via pkg-config * support libfmt 10 @ text @$NetBSD: patch-src_command_PlayerCommands.cxx,v 1.1 2023/05/17 10:45:41 wiz Exp $ Fix build with fmtlib 10. https://github.com/MusicPlayerDaemon/MPD/commit/181b96dd2d71bc8f2668776719d344466f258b5d --- src/command/PlayerCommands.cxx.orig 2023-01-17 17:54:47.000000000 +0000 +++ src/command/PlayerCommands.cxx @@@@ -28,6 +28,7 @@@@ #include "Partition.hxx" #include "Instance.hxx" #include "IdleFlags.hxx" +#include "lib/fmt/AudioFormatFormatter.hxx" #include "util/StringBuffer.hxx" #include "util/ScopeExit.hxx" #include "util/Exception.hxx" @@@@ -185,7 +186,7 @@@@ handle_status(Client &client, [[maybe_un if (player_status.audio_format.IsDefined()) r.Fmt(FMT_STRING(COMMAND_STATUS_AUDIO ": {}\n"), - ToString(player_status.audio_format)); + player_status.audio_format); } #ifdef ENABLE_DATABASE @ 1.1 log @musicpd: fix build with fmtlib 10 @ text @d1 1 a1 1 $NetBSD$ @