2014-07-14 22:52:47 +02:00
|
|
|
config BR2_PACKAGE_UPMPDCLI
|
|
|
|
bool "upmpdcli"
|
|
|
|
select BR2_PACKAGE_LIBMPDCLIENT
|
2014-10-21 22:12:00 +02:00
|
|
|
select BR2_PACKAGE_LIBUPNPP
|
2014-07-14 22:52:47 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2014-10-21 22:12:00 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libupnpp -> libupnp
|
2015-08-04 20:00:38 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|
2014-07-14 22:52:47 +02:00
|
|
|
help
|
|
|
|
upmpdcli is a UPnP Media Renderer front-end for MPD, the Music
|
|
|
|
Player Daemon. It supports UPnP gapless track transitions and
|
|
|
|
the OpenHome ohMedia services.
|
|
|
|
|
|
|
|
http://www.lesbonscomptes.com/upmpdcli/
|
|
|
|
|
2015-08-04 20:00:38 +02:00
|
|
|
comment "upmpdcli needs a toolchain w/ C++, threads, gcc >= 4.6"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
|