audio/mpd: Add meson to REQUIRES. Reformat README.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2020-08-01 04:12:27 +01:00 committed by Willy Sudiarto Raharjo
parent 4aaa650fb2
commit ac5214e1a2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
mpd (Music Player Daemon)
Music Player Daemon (MPD) allows remote access for playing music (MP3,
Ogg Vorbis, FLAC, AAC, Mod, MIDI, and wave files) and managing playlists.
MPD is designed for integrating a computer into a stereo system that
provides control for music playback over a local network. It also makes
a great desktop music player, especially if you are a console junkie,
like frontend options, or restart X often.
Ogg Vorbis, FLAC, AAC, Mod, MIDI, and wave files) and managing
playlists. MPD is designed for integrating a computer into a stereo
system that provides control for music playback over a local network. It
also makes a great desktop music player, especially if you are a console
junkie, like frontend options, or restart X often.
Some optional and important dependencies, detected automatically:
* ffmpeg: is recommended for support a wide variety of audio file types

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://www.musicpd.org/download/mpd/0.21/mpd-0.21.22.tar.xz"
MD5SUM="bb2629c875aae28460cda5cf5257434b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="meson"
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"