There is an updated pull request by kartikynwa against master on the void-packages repository https://github.com/kartikynwa/void-packages mpd-update https://github.com/void-linux/void-packages/pull/33558 mpd: update to 0.23.2. #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR #### Does it build and run successfully? (Please choose at least one native build and, if supported, at least one cross build. More are better.) - [x] I built this PR locally for my native architecture, (x86_64-glibc) - [ ] I built this PR locally for these architectures (if supported. mark crossbuilds): - [ ] aarch64-musl - [ ] armv7l - [ ] armv6l-musl #### Notes Will probably need some help with this. From the [changelog](https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/master/NEWS), the new things are: - added fmt-devel as a makedepend - changed makedepend from libupnp-devel to libnpupnp-devel - openmpt decoder plugin: I have added openmpt as a build option disabled by default. I built mpd with the build option enabled and the build was successful. But I have no idea where to get mpmt files from to test this with. - pipewire output plugin: Have added it as a build option that is **enabled by default**. Built using it and is working fine. Edit: Forgot to mention I have set the output to pipewire and it's working dandy. - snapcast output plugin: This is enabled by default I think. ([Link to meson configuration.](https://github.com/MusicPlayerDaemon/MPD/blob/163c59128ef3182e739d83888afa1caefa8b9616/meson_options.txt#L184)) Doesn't need any makedepends other than yajl and avahi which were already included. A patch file from https://github.com/void-linux/void-packages/pull/33558.patch is attached