mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
audio/mpd: Updated for version 0.16.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
81e640bc87
commit
fbf8765225
4 changed files with 9 additions and 8 deletions
|
@ -6,7 +6,7 @@ a great desktop music player, especially if you are a console junkie,
|
|||
like frontend options, or restart X often.
|
||||
|
||||
Some optional dependencies include libshout, libmms, libmpcdec, lame,
|
||||
faac, faad2, ffmpeg, and jack.
|
||||
faac, faad2, ffmpeg, pulseaudio, and jack.
|
||||
|
||||
NOTE: Be sure to edit the config file (/etc/mpd.conf) before running
|
||||
the daemon.
|
||||
|
|
|
@ -11,4 +11,3 @@ config() {
|
|||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
config etc/mpd.conf.new
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpd
|
||||
VERSION=0.15.15
|
||||
VERSION=0.16
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,10 +69,12 @@ CFLAGS="$SLKCFLAGS" \
|
|||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||
--mandir=/usr/man \
|
||||
--disable-dependency-tracking \
|
||||
--disable-libOggFLACtest \
|
||||
--disable-documentation \
|
||||
--disable-libwrap \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mpd"
|
||||
VERSION="0.15.15"
|
||||
VERSION="0.16"
|
||||
HOMEPAGE="http://www.musicpd.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.15.15.tar.bz2"
|
||||
MD5SUM="af0972af6237771acc420d2452fa627a"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/musicpd/mpd-0.16.tar.bz2"
|
||||
MD5SUM="3fc8ccc4488cbaadc1a10f415eada35f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Andrew Brouwers"
|
||||
EMAIL="abrouwers@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue