diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2015-07-15 00:37:01 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2015-07-16 10:57:22 -0500 |
commit | f630f88366fc2ed3affb3d97cc53d09d4c299807 (patch) | |
tree | 3fec8cb6dd61d7f1e05ab171d4dec8a52ca6f9c6 /audio/mpd | |
parent | 28bebed8cb7111b522eb947694f96978f1cf6edd (diff) | |
download | slackbuilds-f630f88366fc2ed3affb3d97cc53d09d4c299807.tar.gz |
audio/mpd: Updated for version 0.19.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mpd')
-rw-r--r-- | audio/mpd/README | 10 | ||||
-rw-r--r-- | audio/mpd/mpd.SlackBuild | 3 | ||||
-rw-r--r-- | audio/mpd/mpd.info | 6 |
3 files changed, 8 insertions, 11 deletions
diff --git a/audio/mpd/README b/audio/mpd/README index b643c905a5..ed0532dfe1 100644 --- a/audio/mpd/README +++ b/audio/mpd/README @@ -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. diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild index 5b0b785cbc..f7a05dcad4 100644 --- a/audio/mpd/mpd.SlackBuild +++ b/audio/mpd/mpd.SlackBuild @@ -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 \ diff --git a/audio/mpd/mpd.info b/audio/mpd/mpd.info index dc87737d5c..4af992ef70 100644 --- a/audio/mpd/mpd.info +++ b/audio/mpd/mpd.info @@ -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="" |