audio/mpd: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 00:44:51 -05:00
parent eee0bef9e3
commit cb09457114
2 changed files with 3 additions and 5 deletions

View file

@ -8,16 +8,14 @@ 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
* libshout: enables shoutcast streaming output
* libmms: used for play mms:// and mmsh:// type network streams
* id3lib: add support for edit ID3 tags
* avahi: add support for discovering services on network
* yajl: add support for open soundcloud.com streams
Other optional dependencies, detected automatically:
libmpdclient, musepack-tools, lame, faad2, fluidsynth, libsidplay2,
twolame, libnfs, jack, zziplib.
Other optional dependencies, detected automatically: libmpdclient,
musepack-tools, faad2, libsidplay2, twolame, libnfs, jack, zziplib.
NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf)
before running the daemon.

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="meson"
REQUIRES=""
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"