File: control

package info (click to toggle)
mpdris2 0.7%2Bgit20160917-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 208
  • sloc: python: 1,083; makefile: 84; sh: 5
file content (46 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download
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
Source: mpdris2
Section: sound
Priority: optional
Maintainer: mpd maintainers <pkg-mpd-maintainers@lists.alioth.debian.org>
Uploaders:
 Simon McVittie <smcv@debian.org>,
Build-Depends:
 autoconf,
 automake,
 autotools-dev (>= 20100122-1~),
 debhelper (>= 9),
 dh-autoreconf,
 dh-python,
 gettext,
 intltool,
 python3,
Standards-Version: 3.9.8
Homepage: https://github.com/eonpatapon/mpDris2
Vcs-Git: https://anonscm.debian.org/git/collab-maint/mpdris2.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mpdris2.git/

Package: mpdris2
Architecture: all
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 dbus,
 python3,
 python3-dbus,
 python3-gi,
 python3-mpd,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 gir1.2-notify-0.7,
Suggests:
 mpd,
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.