summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author B. Watson2022-03-05 22:27:51 +0100
committer Willy Sudiarto Raharjo2022-03-07 02:45:23 +0100
commit35a4b0e0f241837c369c95fc7af405e4e287627e (patch)
tree0ace2bb2bbbcb6b6cd39aaa5b0be9bb331e65944 /audio
parent0c1c50fb27cfa1251e6630b0015fd1966f9aa9da (diff)
downloadslackbuilds-35a4b0e0f241837c369c95fc7af405e4e287627e.tar.gz
audio/mpd: Add missing required dep.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/mpd/README2
-rw-r--r--audio/mpd/mpd.SlackBuild3
-rw-r--r--audio/mpd/mpd.info2
3 files changed, 5 insertions, 2 deletions
diff --git a/audio/mpd/README b/audio/mpd/README
index 4edced9482..71e4345471 100644
--- a/audio/mpd/README
+++ b/audio/mpd/README
@@ -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)
diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild
index 3a85c205a5..fe78303efd 100644
--- a/audio/mpd/mpd.SlackBuild
+++ b/audio/mpd/mpd.SlackBuild
@@ -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).
diff --git a/audio/mpd/mpd.info b/audio/mpd/mpd.info
index c10b63e00f..2276daff1f 100644
--- a/audio/mpd/mpd.info
+++ b/audio/mpd/mpd.info
@@ -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"