Source: mopidy
Section: sound
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Stein Magnus Jodal <jodal@debian.org>,
 MichaIng <micha@dietpi.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cruft,
 dh-sequence-installsysusers,
 dh-sequence-python3,
 gir1.2-gst-plugins-base-1.0 <!nocheck>,
 gir1.2-gstreamer-1.0 <!nocheck>,
 gstreamer1.0-plugins-good <!nocheck>,
 gstreamer1.0-plugins-ugly <!nocheck>,
 po-debconf,
 pybuild-plugin-pyproject,
 python3,
 python3-cyclopts <!nocheck>,
 python3-dirty-equals <!nocheck>,
 python3-fake-factory <!nocheck>,
 python3-gst-1.0 <!nocheck>,
 python3-httpx <!nocheck>,
 python3-platformdirs <!nocheck>,
 python3-polyfactory <!nocheck>,
 python3-pydantic <!nocheck>,
 python3-pykka <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-httpx <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-rich <!nocheck>,
 python3-setuptools,
 python3-setuptools-scm,
 python3-tornado <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://mopidy.com/
Vcs-Git: https://salsa.debian.org/python-team/packages/mopidy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mopidy
Testsuite: autopkgtest-pkg-pybuild

Package: mopidy
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 debconf,
 gir1.2-gst-plugins-base-1.0,
 gir1.2-gstreamer-1.0,
 gstreamer1.0-plugins-good,
 gstreamer1.0-plugins-ugly,
 python3-gst-1.0,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 gstreamer1.0-alsa,
 gstreamer1.0-pulseaudio,
 gstreamer1.0-tools,
Description: extensible music server
 Mopidy is a music server. It runs in the background, or in a terminal, and
 plays audio through the sound hardware of the machine it runs on. Out of the
 box, it plays audio files, playlists, and internet radio streams.
 .
 Mopidy is also an HTTP server, so you can control it from a web browser.
 Extensions add other frontends, such as an MPD server, which gives access to
 the many MPD clients. More than one person can connect at the same time,
 search for music, and build the play queue together.
 .
 Extensions also add music sources, such as cloud music services, and mixers
 that control the volume. Mopidy has Python, JSON-RPC, and JavaScript APIs, so
 you can write your own extension or client.
