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
|
Source: mopidy
Section: sound
Priority: optional
Maintainer: Stein Magnus Jodal <jodal@debian.org>
Build-Depends: debhelper (>= 10),
dh-python,
po-debconf,
python,
python-pygraphviz,
python-pykka,
python-setuptools,
python-sphinx,
python-sphinx-rtd-theme,
Standards-Version: 4.3.0
Homepage: https://www.mopidy.com/
Vcs-Git: https://salsa.debian.org/mopidy-team/mopidy.git
Vcs-Browser: https://salsa.debian.org/mopidy-team/mopidy
Package: mopidy
Architecture: all
Depends: adduser,
debconf,
gir1.2-gst-plugins-base-1.0,
gir1.2-gstreamer-1.0,
gstreamer1.0-plugins-good,
gstreamer1.0-plugins-ugly,
lsb-base,
python-gst-1.0,
python-tornado (>= 2.3),
${misc:Depends},
${python:Depends},
Recommends: gstreamer1.0-alsa,
gstreamer1.0-pulseaudio,
gstreamer1.0-tools,
Suggests: mopidy-doc,
Description: music server with support for MPD/HTTP clients
Mopidy is an extensible music server which can play music from local
files, radio streams, and cloud services such as Spotify and SoundCloud.
.
Searches combine results from all music sources, and tracks can be mixed from
all sources in the play queue. Spotify or SoundCloud playlists are
also available for use.
Package: mopidy-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Recommends: mopidy,
Replaces: mopidy (<< 0.7.3-2),
Description: music server with support for MPD/HTTP clients - documentation
Mopidy is an extensible music server which can play music from local
files, radio streams, and cloud services such as Spotify and SoundCloud.
.
This package provides the documentation for Mopidy.
|