summaryrefslogtreecommitdiffstats
path: root/audio/mpd
diff options
context:
space:
mode:
author Andrew Brouwers <abrouwers@gmail.com>2010-12-18 13:51:01 -0600
committer Robby Workman <rworkman@slackbuilds.org>2010-12-20 22:43:46 -0600
commitfbf8765225f74d539d603facdb7a322f3904f427 (patch)
treeabdbea99b6cda4346374ae1c4892eb67a1ad038b /audio/mpd
parent81e640bc875bfdacb5ff990d1893125214e733b3 (diff)
downloadslackbuilds-fbf8765225f74d539d603facdb7a322f3904f427.tar.gz
slackbuilds-fbf8765225f74d539d603facdb7a322f3904f427.tar.xz
audio/mpd: Updated for version 0.16.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/mpd')
-rw-r--r--audio/mpd/README2
-rw-r--r--audio/mpd/doinst.sh1
-rw-r--r--audio/mpd/mpd.SlackBuild6
-rw-r--r--audio/mpd/mpd.info8
4 files changed, 9 insertions, 8 deletions
diff --git a/audio/mpd/README b/audio/mpd/README
index 6834e9422e..aa27c27aa3 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, and jack.
+faac, faad2, ffmpeg, pulseaudio, and jack.
NOTE: Be sure to edit the config file (/etc/mpd.conf) before running
the daemon.
diff --git a/audio/mpd/doinst.sh b/audio/mpd/doinst.sh
index 21d747d77b..62f245e304 100644
--- a/audio/mpd/doinst.sh
+++ b/audio/mpd/doinst.sh
@@ -11,4 +11,3 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/mpd.conf.new
-
diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild
index c2c6e824bd..b107f1f6b3 100644
--- a/audio/mpd/mpd.SlackBuild
+++ b/audio/mpd/mpd.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpd
-VERSION=0.15.15
+VERSION=0.16
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,10 +69,12 @@ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
+ --sysconfdir=/etc \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--disable-dependency-tracking \
- --disable-libOggFLACtest \
+ --disable-documentation \
+ --disable-libwrap \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
diff --git a/audio/mpd/mpd.info b/audio/mpd/mpd.info
index 7a8e07ccf4..10279f5a70 100644
--- a/audio/mpd/mpd.info
+++ b/audio/mpd/mpd.info
@@ -1,10 +1,10 @@
PRGNAM="mpd"
-VERSION="0.15.15"
+VERSION="0.16"
HOMEPAGE="http://www.musicpd.org/"
-DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.15.15.tar.bz2"
-MD5SUM="af0972af6237771acc420d2452fa627a"
+DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.16.tar.bz2"
+MD5SUM="3fc8ccc4488cbaadc1a10f415eada35f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"
-APPROVED="rworkman"
+APPROVED="Erik Hanson"