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
|
Source: mpc
Section: sound
Priority: optional
Maintainer: mpd maintainers <pkg-mpd-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Vcs-Browser: https://salsa.debian.org/mpd-team/mpc
Vcs-Git: https://salsa.debian.org/mpd-team/mpc.git
Homepage: https://www.musicpd.org/clients/mpc/
Build-Depends: bash-completion,
check,
debhelper-compat (= 12),
libmpdclient-dev (>= 2.9),
meson (>= 0.47),
pkg-config,
python3-sphinx
Standards-Version: 4.3.0
Package: mpc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: mpd
Enhances: mpd
Provides: mpd-client
Description: command-line tool to interface MPD
MPC, music player command, is a command line tool to interface MPD, Music
Player Daemon. It is fast and lightweight like MPD, making it ideal for
scripting commands and binding to hotkeys. Completion for the Bash shell
is provided.
|