diff options
| author | Joerg Krause <jkrause@posteo.de> | 2014-07-14 22:52:47 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-16 20:31:27 +0200 |
| commit | 603814465271213ecb1885232ec8e8d9cbd666f2 (patch) | |
| tree | 0da6083b9c7095889161ca42b6e8d43b65322795 /package/upmpdcli/Config.in | |
| parent | 3a0229c3c381b6b1aef120c9c77d9fdbb28ea253 (diff) | |
| download | buildroot-603814465271213ecb1885232ec8e8d9cbd666f2.tar.gz buildroot-603814465271213ecb1885232ec8e8d9cbd666f2.zip | |
upmpdcli: new package
[Thomas:
- add package to package/Config.in
- add missing dependencies on thread and largefile, inherited from
libupnp. Noticed by Yann E. Morin.
- add installation of default configuration file. Noticed by Yann
E. Morin.
- fix the license, it's not GPLv2, but GPLv2+.
- remove the colon in the user description, noticed by Yann E. Morin.
- added a patch to fix build with uClibc.
- fix the init script installation to use a full path as the target.]
Signed-off-by: Joerg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/upmpdcli/Config.in')
| -rw-r--r-- | package/upmpdcli/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/upmpdcli/Config.in b/package/upmpdcli/Config.in new file mode 100644 index 0000000000..d89928f94a --- /dev/null +++ b/package/upmpdcli/Config.in @@ -0,0 +1,18 @@ +config BR2_PACKAGE_UPMPDCLI + bool "upmpdcli" + select BR2_PACKAGE_EXPAT + select BR2_PACKAGE_LIBUPNP + select BR2_PACKAGE_LIBMPDCLIENT + depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_LARGEFILE # libupnp + depends on BR2_TOOLCHAIN_HAS_THREADS # libupnp + 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/ + +comment "upmpdcli needs a toolchain w/ C++, largefile, threads" + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || \ + !BR2_TOOLCHAIN_HAS_THREADS |

