audio/mpd: Updated for version 0.18.5.

Fixes building over ffmpeg (thanks to mancha)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-12-03 21:46:44 +01:00 committed by Robby Workman
parent 4c9211bee7
commit 4fe0f8b9af
2 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpd
VERSION=0.17.1
VERSION=${VERSION:-0.18.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,12 +60,12 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

View File

@ -1,8 +1,8 @@
PRGNAM="mpd"
VERSION="0.17.1"
VERSION="0.18.5"
HOMEPAGE="http://www.musicpd.org/"
DOWNLOAD="http://www.musicpd.org/download/mpd/0.17/mpd-0.17.1.tar.bz2"
MD5SUM="da3f3d6617a877192db4c6f53504cd38"
DOWNLOAD="http://www.musicpd.org/download/mpd/0.18/mpd-0.18.5.tar.xz"
MD5SUM="63bcf6ce338caa2ae2cd6dc8e9710d5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""