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
|
Source: lxmms2
Section: sound
Priority: optional
Maintainer: Benjamin Drung <bdrung@debian.org>
Build-Depends: debhelper (>= 9),
liblircclient-dev,
libxmmsclient-dev (>= 0.7DrNo)
Standards-Version: 3.9.4
Homepage: http://wejp.k.vu/projects/xmms2/lxmms2
Vcs-Git: git://git.debian.org/git/pkg-xmms2/lxmms2
Vcs-Browser: http://git.debian.org/?p=pkg-xmms2/lxmms2.git
Package: lxmms2
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: xmms2
Description: control XMMS2 with a LIRC compatible remote control
lxmms2 is a tiny XMMS2 client to control XMMS2 with a LIRC compatible remote
control. Following actions are supported:
- play (starts playback)
- pause (pauses playback)
- toggle_play_pause (toggles pause and starts playback if XMMS2 is not playing
at all)
- toggle_pause (toggles pause)
- stop (stops playback)
- next (advances to the next track)
- prev (goes back to the previous track)
- volume_up (increases the volume)
- volume_down (decreases the volume)
|