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_TimePrint.cxx,v 1.1 2023/05/17 10:45:41 wiz Exp $ Fix build with fmtlib 10. Remove after 0.23.13. --- src/TimePrint.cxx.orig 2023-01-17 17:54:47.000000000 +0000 +++ src/TimePrint.cxx @@@@ -36,5 +36,5 @@@@ time_print(Response &r, const char *name return; } - r.Fmt(FMT_STRING("{}: {}\n"), name, s); + r.Fmt(FMT_STRING("{}: {}\n"), std::string(name), std::string(s)); } @ 1.1 log @musicpd: fix build with fmtlib 10 @ text @d1 1 a1 1 $NetBSD$ @