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