mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/mpd: Fixed dep info
This commit is contained in:
parent
eee0bef9e3
commit
cb09457114
2 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue