summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Brouwers <abrouwers@gmail.com>2011-07-25 23:31:58 -0500
committer Niels Horn <niels.horn@slackbuilds.org>2011-08-11 20:28:35 -0300
commitb5a9231bd1a378d3f6e736fee1dcb609a12349d5 (patch)
tree4f97fec6f6af884a0b9ce6f4839f92a0707246fc
parent2cbbd42d56388488e99dcdb0a4b630111fa4b5d0 (diff)
downloadslackbuilds-b5a9231bd1a378d3f6e736fee1dcb609a12349d5.tar.gz
slackbuilds-b5a9231bd1a378d3f6e736fee1dcb609a12349d5.tar.xz
audio/mpd: Updated for version 0.16.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--audio/mpd/README2
-rw-r--r--audio/mpd/mpd.SlackBuild5
-rw-r--r--audio/mpd/mpd.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/audio/mpd/README b/audio/mpd/README
index aa27c27aa3..7575f4467b 100644
--- a/audio/mpd/README
+++ b/audio/mpd/README
@@ -6,7 +6,7 @@ a great desktop music player, especially if you are a console junkie,
like frontend options, or restart X often.
Some optional dependencies include libshout, libmms, libmpcdec, lame,
-faac, faad2, ffmpeg, pulseaudio, and jack.
+faac, faad2, ffmpeg, pulseaudio, fluidsynth, and jack.
NOTE: Be sure to edit the config file (/etc/mpd.conf) before running
the daemon.
diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild
index fc4320815a..0d71bcc719 100644
--- a/audio/mpd/mpd.SlackBuild
+++ b/audio/mpd/mpd.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mpd
-# Copyright 2008-2010 Andrew Brouwers <abrouwers@gmail.com>
+# Copyright 2008-2011 Andrew Brouwers <abrouwers@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpd
-VERSION=0.16.2
+VERSION=0.16.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,6 +72,7 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
+ --enable-lastfm \
--disable-dependency-tracking \
--disable-documentation \
--disable-libwrap \
diff --git a/audio/mpd/mpd.info b/audio/mpd/mpd.info
index eaf9ed51d1..f9efa29351 100644
--- a/audio/mpd/mpd.info
+++ b/audio/mpd/mpd.info
@@ -1,8 +1,8 @@
PRGNAM="mpd"
-VERSION="0.16.2"
+VERSION="0.16.3"
HOMEPAGE="http://www.musicpd.org/"
-DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.16.2.tar.bz2"
-MD5SUM="dedb75cef8e489f3de5231031876fb77"
+DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.16.3.tar.bz2"
+MD5SUM="6e708c02b0e8c288aec855eecf441a5a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andrew Brouwers"