mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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:
parent
0c1c50fb27
commit
35a4b0e0f2
3 changed files with 5 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue