summaryrefslogtreecommitdiff
path: root/debian/control
blob: aa1008a06e095203a4e8953feb0d40817d02a1d3 (plain)
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: mpdtoys
Section: sound
Priority: optional
Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.8.4
Homepage: http://kitenet.net/~joey/code/mpdtoys/
Vcs-Git: git://git.kitenet.net/mpdtoys

Package: mpdtoys
Architecture: all
Depends: perl, libaudio-mpd-perl (>= 1.100430-1), ${misc:Depends}
Suggests: mpd, libproc-daemon-perl, libterm-readkey-perl, libstring-approx-perl
Description: small command line tools and toys for MPD
 This is a collection of small toys and tools for doing various things
 to MPD (Music Player Daemon) from the command line. Some of them are
 very useful, while others are only amusing.
 .
 Some examples of things the mpdtoys can do include moving the playing
 song between different mpd daemons on different machines, storing
 the state of a mpd daemon and loading it back later, reversing the
 playlist, slowly fading volume up or down, stopping playback after the
 current song finishes, emulating a skipping record, and editing the
 playlist in a text editor.