audio/mpd: Updated for version 0.15.11.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Andrew Brouwers 2010-07-29 00:28:43 -05:00 committed by Erik Hanson
parent 112346e278
commit f4d4e7b84f
3 changed files with 7 additions and 13 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"