diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2020-08-01 04:12:27 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:44 +0700 |
commit | ac5214e1a2279442ee92a701f06e43036cd5c250 (patch) | |
tree | 6a59b5a94fc2da19a9159ed9e1e07704f2d86570 /audio/mpd | |
parent | 4aaa650fb2b43aeee1eaf909876fe563932ff983 (diff) | |
download | slackbuilds-ac5214e1a2279442ee92a701f06e43036cd5c250.tar.gz |
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>
Diffstat (limited to 'audio/mpd')
-rw-r--r-- | audio/mpd/README | 10 | ||||
-rw-r--r-- | audio/mpd/mpd.info | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/mpd/README b/audio/mpd/README index b28420017b..3e33dbd623 100644 --- a/audio/mpd/README +++ b/audio/mpd/README @@ -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 diff --git a/audio/mpd/mpd.info b/audio/mpd/mpd.info index 129f6c469c..57ce03e37d 100644 --- a/audio/mpd/mpd.info +++ b/audio/mpd/mpd.info @@ -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" |