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
|
2014-08-25 22:36:45 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
|
2014-12-29 14:22:52 +01:00
|
|
|
# libupnpp triggers the _gp link issue
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|
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-03-30 23:07:30 +02:00
|
|
|
comment "upmpdcli needs a toolchain w/ C++, threads"
|
2014-12-29 14:22:53 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2014R1 # Too old gcc
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2013R1 # Ditto
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX_2012R2 # Ditto
|
2014-12-29 14:22:52 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201305
|
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII201405
|
2015-03-30 23:07:30 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|