1 config BR2_PACKAGE_UPMPDCLI
3 select BR2_PACKAGE_LIBMPDCLIENT
4 select BR2_PACKAGE_LIBUPNPP
5 depends on BR2_INSTALL_LIBSTDCPP
6 depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
7 depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
9 upmpdcli is a UPnP Media Renderer front-end for MPD, the Music
10 Player Daemon. It supports UPnP gapless track transitions and
11 the OpenHome ohMedia services.
13 http://www.lesbonscomptes.com/upmpdcli/
15 comment "upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6"
16 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6