diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-05 16:27:51 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:23 +0700 |
commit | 35a4b0e0f241837c369c95fc7af405e4e287627e (patch) | |
tree | 0ace2bb2bbbcb6b6cd39aaa5b0be9bb331e65944 /audio | |
parent | 0c1c50fb27cfa1251e6630b0015fd1966f9aa9da (diff) |
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/README | 2 | ||||
-rw-r--r-- | audio/mpd/mpd.SlackBuild | 3 | ||||
-rw-r--r-- | audio/mpd/mpd.info | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/audio/mpd/README b/audio/mpd/README index 4edced9482ec..71e43454714e 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 3a85c205a533..fe78303efd06 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 c10b63e00fe3..2276daff1fb9 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" |