audio/mpd: Updated for version 0.19.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
DhabyX 2015-07-15 00:37:01 +07:00 committed by Robby Workman
parent 28bebed8cb
commit f630f88366
3 changed files with 8 additions and 11 deletions

View file

@ -5,9 +5,9 @@ provides control for music playback over a local network. It also makes
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, libmpdclient,
musepack-tools, lame, faac, faad2, ffmpeg, pulseaudio, fluidsynth,
and jack.
Some optional dependencies, detected automatically: libshout, libmms,
libmpdclient, musepack-tools, lame, faac, faad2, ffmpeg, pulseaudio,
fluidsynth, twolame, avahi and jack.
You can enable this optional features:
ISO9660=yes|no (default: no), enable iso9660 archive support
@ -18,9 +18,5 @@ ID3=yes|no (default: no), requires id3lib
FLAC=yes|no (default: no)
SQLITE=yes|no (default: no)
Optional packages detected automatically: ffmpeg, libmp4v2, opus,
musepack-tools, twolame, libmms, avahi, jack, pulse, faad2, mod_dnssd,
fluidsynth
NOTE: Be sure to edit the config file (/etc/mpd.conf or ~/mpd.conf)
before running the daemon.

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpd
VERSION=${VERSION:-0.19.9}
VERSION=${VERSION:-0.19.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -129,6 +129,7 @@ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX} -lnsl" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--enable-documentation \
--enable-database \
--${flac}-flac \
--${id3}-id3 \
--${iso9660}-iso9660 \

View file

@ -1,8 +1,8 @@
PRGNAM="mpd"
VERSION="0.19.9"
VERSION="0.19.10"
HOMEPAGE="http://www.musicpd.org/"
DOWNLOAD="http://www.musicpd.org/download/mpd/0.19/mpd-0.19.9.tar.xz"
MD5SUM="1a66f7b4db1fa61b87e04e666c94088d"
DOWNLOAD="http://www.musicpd.org/download/mpd/0.19/mpd-0.19.10.tar.xz"
MD5SUM="da4bc3e47afd0faf9e7a67168e012102"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""