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
|
Source: mpdris2
Section: sound
Priority: optional
Maintainer: mpd maintainers <pkg-mpd-maintainers@lists.alioth.debian.org>
Uploaders:
Simon McVittie <smcv@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
gettext,
intltool,
python3,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/eonpatapon/mpDris2
Vcs-Git: https://salsa.debian.org/debian/mpdris2.git
Vcs-Browser: https://salsa.debian.org/debian/mpdris2
Package: mpdris2
Architecture: all
Pre-Depends:
${misc:Pre-Depends},
Depends:
default-dbus-session-bus | dbus-session-bus,
python3,
python3-dbus,
python3-gi,
python3-mpd,
${misc:Depends},
${python3:Depends},
Recommends:
gir1.2-notify-0.7,
python3-mutagen,
Suggests:
mpd,
python3-systemd,
Provides:
mpd-client,
Description: media player interface (MPRIS2) bridge for MPD
mpDris2 is an implementation of the MPRIS2 media player interface as a
client for MPD, allowing MPRIS2 clients to control MPD and observe its
track changes via a standard D-Bus interface.
.
It can also respond to multimedia keys if running under GNOME,
and send track-change notifications if gir1.2-notify-0.7 is installed.
|