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"