Download this file

control    78 lines (63 with data), 2.8 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: upmpdcli
Section: contrib/sound
Priority: extra
Maintainer: Jean-Francois Dockes <jf@dockes.org>
# note: libexpat1-dev and libcurl-dev are only here because of pkg-config:
# not directly needed for building upmpdcli
Build-Depends: debhelper (>= 9.0.0), dh-python, dh-systemd,
autotools-dev, python, pkg-config,
libmpdclient-dev, libmicrohttpd-dev,
libupnpp4-dev, libupnp6-dev, libjsoncpp-dev,
libexpat1-dev, libcurl-dev,
qt5-default, qt5-qmake, qtbase5-dev
Standards-Version: 3.9.6
Homepage: http://www.lesbonscomptes.com/upmpdcli
Package: upmpdcli
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, python
Section: contrib/sound
Description: UPnP Media Renderer front-end to MPD, the Music Player Daemon
upmpdcli acts as an UPnP Media Renderer on the front-end so that you can
control it with any UPnP controller like, e.g. Audionet or BubbleUPnP on an
Android tablet. It uses an MPD instance to actually play the tracks.
A typical configuration might have for example, MPD running on a Raspberry
PI, with upmpdcli on the same host or any other Linux PC on the network.
Package: upmpdcli-config
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Section: contrib/sound
Description: A GUI configuration editor for upmpdcli.
Package: scweb
Architecture: all
Section: contrib/sound
Depends: python, upmpdcli, ${python:Depends}, ${misc:Depends}
Description: web interface for controlling multiple Songcast Receivers
scweb is a web front-end to the scctl songcast receiver control command.
Package: upmpdcli-qobuz
Architecture: all
Section: contrib/sound
Depends: python, python-requests, upmpdcli, ${python:Depends}, ${misc:Depends}
Description: upmpdcli Qobuz plugin
upmpdcli-qobuz allows upmpdcli to proxy access to the Qobuz music
streaming service.
Package: upmpdcli-tidal
Architecture: all
Section: contrib/sound
Depends: python, python-requests, upmpdcli, ${python:Depends}, ${misc:Depends}
Description: upmpdcli Tidal plugin
upmpdcli-tidal allows upmpdcli to proxy access to the Tidal music
streaming service.
Package: upmpdcli-gmusic
Architecture: all
Section: contrib/sound
Depends: python, python-requests, upmpdcli, ${python:Depends}, ${misc:Depends}
Description: upmpdcli Google Play Music plugin
upmpdcli-gmusic allows upmpdcli to proxy access to the Google Play Music
streaming service.
Package: upmpdcli-uprcl
Architecture: all
Section: contrib/sound
Depends: python, python-requests, python-recoll, python-bottle,
python-paste, python-mutagen, upmpdcli, ${python:Depends}, ${misc:Depends}
Description: upmpdcli local Media Server plugin
upmpdcli-uprcl enables a Recoll-based local media server.