[Buildroot] [PATCH v2 0/2] package/mpd: update to version 0.23.y

Andreas Ziegler br015 at umbiko.net
Mon Nov 15 12:32:10 UTC 2021


In addition to various bug fixes, mpd version 0.23 introduces a new
dependency (mft) and a change in the configuration of the UPnP client
library. 

Both supported UPnP libraries are available as Buildroot packages,
there is no clear favourite, so the choice is left to the user.

The libraries necessary for optional new features (openmpt decoder,
pipewire and snapcast outputs) are currently not available as separate
Buildroot packages and were disabled.

The change log can be found in [1]

Buildroot changes:
  Correct a typo in toolchain dependency comment.
  Introduce new dependency for fmt library.
  Change configuration of UPnP plugin to submenu, allowing to optionally 
	select libupnp, libnpupnp or no UPnP. The default setting is 
	'no UPnP client functionality'.
  Adapt sparc patch to changes in source layout.
  Add legacy entry for existing MPD UPnP configuration.

This change updates mpd to version 0.23.3, tested on arm64 and i386. 

[1] https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.3/NEWS

Andreas Ziegler (2):
  package/mpd: correct typo in help message
  package/mpd: update to version 0.23.y

 Config.in.legacy                              |  8 ++++
 ...build-add-atomic-dependency-for-spar.patch |  4 +-
 package/mpd/Config.in                         | 43 ++++++++++++++++---
 package/mpd/mpd.hash                          |  2 +-
 package/mpd/mpd.mk                            | 23 +++++++---
 5 files changed, 65 insertions(+), 15 deletions(-)

-- 
2.25.1




More information about the buildroot mailing list