mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/mpd: Updated for version 0.15.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
112346e278
commit
f4d4e7b84f
3 changed files with 7 additions and 13 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue