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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
Source: mpd
Section: sound
Priority: optional
Maintainer: mpd maintainers <pkg-mpd-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>, Geoffroy Youri Berret <kaliko@debian.org>
Build-Depends: debhelper-compat (= 13),
meson (>= 0.56.0),
libsndio-dev,
libadplug-dev,
libao-dev,
libasound2-dev [linux-any],
libavahi-client-dev,
libavcodec-dev,
libavfilter-dev,
libavformat-dev,
libbz2-dev,
libcdio-paranoia-dev (>= 10.2+0.93+1),
libchromaprint-dev,
libcurl4-gnutls-dev (>= 7.55),
libexpat1-dev,
libfaad-dev,
libflac-dev,
libfluidsynth-dev,
libfmt-dev (>= 6.1.2),
libgme-dev,
libicu-dev,
libid3tag0-dev,
libiso9660-dev,
libjack-jackd2-dev,
libmad0-dev,
libmikmod-dev,
libmms-dev,
libmodplug-dev,
libmp3lame-dev,
libmpcdec-dev,
libmpdclient-dev (>= 2.15),
libmpg123-dev,
libnfs-dev,
libogg-dev,
libopenal-dev,
libopenmpt-dev,
libopus-dev,
libpcre2-dev,
libpipewire-0.3-dev,
libpulse-dev,
libresid-builder-dev,
libsamplerate0-dev,
libshine-dev [armel],
libshout-dev,
libsidplayfp-dev,
libsidutils-dev,
libsmbclient-dev [!hurd-i386],
libsndfile1-dev,
libsoxr-dev,
libsqlite3-dev,
libsystemd-dev [linux-any],
libupnp-dev (>= 1.8~),
liburing-dev [linux-any],
libvorbis-dev [!armel],
libvorbisidec-dev (>= 1.2.1+git20180316-3) [armel],
libwavpack-dev,
libwildmidi-dev,
libzzip-dev,
nlohmann-json3-dev,
systemd-dev [linux-any],
# for docs:
python3-sphinx,
python3-sphinx-rtd-theme,
# for tests:
libgtest-dev
Standards-Version: 4.7.2
Homepage: https://www.musicpd.org/
Vcs-Browser: https://salsa.debian.org/mpd-team/mpd
Vcs-Git: https://salsa.debian.org/mpd-team/mpd.git
Rules-Requires-Root: no
Package: mpd
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: adduser, ${misc:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}
Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio
Built-Using: ${sphinxdoc:Built-Using}
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.
|