audio/mpd: Add missing required dep.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-03-05 16:27:51 -05:00 committed by Willy Sudiarto Raharjo
parent 0c1c50fb27
commit 35a4b0e0f2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 5 additions and 2 deletions

View file

@ -9,7 +9,7 @@ junkie, like frontend options, or restart X often.
Some optional and important dependencies, detected automatically:
* libshout: enables shoutcast streaming output
* libmms: used for play mms:// and mmsh:// type network streams
* libmms: used for playing mms:// and mmsh:// type network streams
* avahi: add support for discovering services on network
* yajl: add support for open soundcloud.com streams
* Sphinx: used to generate man pages for mpd(1) and mpd.conf(5)

View file

@ -23,6 +23,9 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220305 bkw: Modified by SlackBuilds.org:
# - add fmt to REQUIRES. without this, it was dowloading the fmt source.
# 20220218 bkw: Modified by SlackBuilds.org:
# - build was failing if libmikmod or libupnp were installed, so I
# updated to the latest version (0.23.5).

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://www.musicpd.org/download/mpd/0.23/mpd-0.23.5.tar.xz"
MD5SUM="624ff40f0f059fab58843ab90ce2bc9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="fmt"
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"