summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Andrew Brouwers <abrouwers@gmail.com>2010-07-29 00:28:43 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-07-31 22:31:50 -0500
commitf4d4e7b84fc3c6e3e439c392b4f40f4a50807407 (patch)
tree60f72d5b09f8b6129e3dc0d6fa4f8353640c3e9a /audio
parent112346e27865cb41f8b81124c507073c77aea86f (diff)
downloadslackbuilds-f4d4e7b84fc3c6e3e439c392b4f40f4a50807407.tar.gz
slackbuilds-f4d4e7b84fc3c6e3e439c392b4f40f4a50807407.tar.xz
audio/mpd: Updated for version 0.15.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/mpd/README8
-rw-r--r--audio/mpd/mpd.SlackBuild4
-rw-r--r--audio/mpd/mpd.info8
3 files changed, 7 insertions, 13 deletions
diff --git a/audio/mpd/README b/audio/mpd/README
index 0932d0a9ea..6834e9422e 100644
--- a/audio/mpd/README
+++ b/audio/mpd/README
@@ -8,9 +8,5 @@ like frontend options, or restart X often.
Some optional dependencies include libshout, libmms, libmpcdec, lame,
faac, faad2, ffmpeg, and jack.
-NOTE: You will have to create the ~/.mpd/playlists directory manually.
-Also be sure to edit the config file (/etc/mpd.conf) if needed before
-running the daemon.
-
-If save status isn't working properly when killing, try "killall -TERM mpd",
-and that should resolve the problem.
+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 6996273295..91e421ad6b 100644
--- a/audio/mpd/mpd.SlackBuild
+++ b/audio/mpd/mpd.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpd
-VERSION=0.15.10
+VERSION=0.15.11
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
diff --git a/audio/mpd/mpd.info b/audio/mpd/mpd.info
index ca9b90caf9..ee11ccbaac 100644
--- a/audio/mpd/mpd.info
+++ b/audio/mpd/mpd.info
@@ -1,10 +1,10 @@
PRGNAM="mpd"
-VERSION="0.15.10"
+VERSION="0.15.11"
HOMEPAGE="http://www.musicpd.org/"
-DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.15.10.tar.bz2"
-MD5SUM="fb18fa3ed5ff7e3719536a6603098df5"
+DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.15.11.tar.bz2"
+MD5SUM="a8f8afc641db6f789281fe14fcc8d8a9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Andrew Brouwers"
EMAIL="abrouwers@gmail.com"
-APPROVED="dsomero"
+APPROVED="rworkman"