|
a/debian/control |
|
b/debian/control |
|
... |
|
... |
6 |
# not directly needed for building upmpdcli
|
6 |
# not directly needed for building upmpdcli
|
7 |
Build-Depends: debhelper (>= 9.0.0), dh-python, dh-systemd,
|
7 |
Build-Depends: debhelper (>= 9.0.0), dh-python, dh-systemd,
|
8 |
autotools-dev, python, pkg-config,
|
8 |
autotools-dev, python, pkg-config,
|
9 |
libmpdclient-dev, libmicrohttpd-dev,
|
9 |
libmpdclient-dev, libmicrohttpd-dev,
|
10 |
libupnpp4-dev, libupnp6-dev, libjsoncpp-dev,
|
10 |
libupnpp4-dev, libupnp6-dev, libjsoncpp-dev,
|
11 |
libexpat1-dev, libcurl-dev
|
11 |
libexpat1-dev, libcurl-dev,
|
|
|
12 |
qt5-qmake, qtbase5-dev
|
12 |
Standards-Version: 3.9.6
|
13 |
Standards-Version: 3.9.6
|
13 |
Homepage: http://www.lesbonscomptes.com/upmpdcli
|
14 |
Homepage: http://www.lesbonscomptes.com/upmpdcli
|
14 |
|
15 |
|
15 |
Package: upmpdcli
|
16 |
Package: upmpdcli
|
16 |
Architecture: any
|
17 |
Architecture: any
|
|
... |
|
... |
20 |
upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
|
21 |
upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
|
21 |
control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
|
22 |
control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
|
22 |
Android tablet. It uses an MPD instance to actually play the tracks.
|
23 |
Android tablet. It uses an MPD instance to actually play the tracks.
|
23 |
A typical configuration might have for example, MPD running on a Raspberry
|
24 |
A typical configuration might have for example, MPD running on a Raspberry
|
24 |
PI, with upmpdcli on the same host or any other Linux PC on the network.
|
25 |
PI, with upmpdcli on the same host or any other Linux PC on the network.
|
|
|
26 |
|
|
|
27 |
|
|
|
28 |
Package: upmpdcli-config
|
|
|
29 |
Architecture: any
|
|
|
30 |
Depends: ${shlibs:Depends}, ${misc:Depends},
|
|
|
31 |
Section: contrib/sound
|
|
|
32 |
Description: A GUI configuration editor for upmpdcli.
|
25 |
|
33 |
|
26 |
|
34 |
|
27 |
Package: scweb
|
35 |
Package: scweb
|
28 |
Architecture: all
|
36 |
Architecture: all
|
29 |
Section: contrib/sound
|
37 |
Section: contrib/sound
|