File: control

package info (click to toggle)
mpdris 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: python: 370; makefile: 15
file content (24 lines) | stat: -rw-r--r-- 957 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
Source: mpdris
Section: sound
Priority: optional
Maintainer: Michal Čihař <nijel@debian.org>
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.14), pkg-config, libdbus-1-dev
Build-Depends-Indep: python-all (>= 2.6.6-3~)
Standards-Version: 3.9.2
X-Python-Version: >= 2.5
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/mpdris/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/mpdris/trunk/
Homepage: http://ayeon.org/projects/mpDris/

Package: mpdris
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-mpd, python-gobject, python-dbus
Provides: mpd-client
Suggests: mpd
Description: media player interface (MPRIS) client for MPD
 mpDris is an implementation of the media player interface MPRIS as a client
 for MPD. 
 .
 It can be used both controlling the MPD using standard D-Bus interface
 as well as it emits events on track changes.