File: control

package info (click to toggle)
mpd 0.12.1-1.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,940 kB
  • ctags: 2,321
  • sloc: ansic: 23,137; sh: 9,071; makefile: 155
file content (36 lines) | stat: -rw-r--r-- 1,724 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
Source: mpd
Section: sound
Priority: optional
Maintainer: Decklin Foster <decklin@red-bean.com>
Build-Depends: debhelper (>> 4.1.0), cdbs, libaudiofile-dev, libflac-dev (>= 1.1.1-3), libogg-dev, libshout3-dev, libvorbis-dev, libspeex-dev, libasound2-dev  [!kfreebsd-i386 !hurd-i386], libao-dev (>= 0.8.3-1), libmad0-dev, libid3tag0-dev, libmikmod2-dev, libmpcdec-dev, zlib1g-dev, quilt
Standards-Version: 3.7.2

Package: mpd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
Suggests: mpd-client, icecast2
Description: Music Player Daemon
 Music Player Daemon (MPD) is a server that allows remote access for
 playing audio files (Ogg-Vorbis, FLAC, MP3, Wave, and AIFF), streams
 (Ogg-Vorbis, MP3) and managing playlists.  Gapless playback, buffered
 output, and crossfading support is also included.  The design focus is
 on integrating a computer into a stereo system that provides control
 for music playback over a TCP/IP network.  The goals are to be easy to
 install and use, to have minimal resource requirements (it has been
 reported to run fine on a Pentium 75), and to remain stable and
 flexible.
 .
 The daemon is controlled through a client which need not run on the
 same computer mpd runs on.  The separate client and server design
 allows users to choose a user interface that best suites their tastes
 independently of the underlying daemon (this package) which actually
 plays music.
 .
 Currently supported clients include:
  - mpc: a command-line client ideal for scripting
  - gmpc: a GNOME/GTK 2.2 graphical client
  - mpdcon.app: a controller for GNUstep (MPDCon)
  - glurp: a GTK 2.4 graphical client
  - ncmpc: an ncurses-based console interface
 .
 URL: http://www.MusicPD.org