diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-28 14:32:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-28 14:33:16 +0100 |
commit | 329f7ab6d8350f8cb806ba80125ffaf8fdcac7d2 (patch) | |
tree | c141de81f28151d172d409e4c771e66204598eb1 /package/mpd/Makefile | |
parent | 86d381772ce16b039782d79857e3e05245510666 (diff) |
mpd: update to 0.20.3
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r-- | package/mpd/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile index aa09649d3..04ba7d031 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -4,17 +4,17 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= mpd -PKG_VERSION:= 0.19.19 -PKG_RELEASE:= 2 -PKG_HASH:= bc856cda4136403446d53d11576f86990b61d1fe4668f6008e9eae47450d4e1d +PKG_VERSION:= 0.20.3 +PKG_RELEASE:= 1 +PKG_HASH:= 2238c1233f5318800ede7c37eeaf705c04920315de572dc666aff6ca682eb0f9 PKG_DESCR:= music player daemon PKG_SECTION:= mm/audio -PKG_DEPENDS:= glib libmpdclient boost libncurses libexpat -PKG_BUILDDEP:= glib libmpdclient boost ncurses expat -PKG_FDEPENDS:= glib libmpdclient +PKG_DEPENDS:= libmpdclient boost libncurses libexpat +PKG_BUILDDEP:= libmpdclient boost ncurses expat +PKG_FDEPENDS:= libmpdclient PKG_NEEDS:= threads c++ PKG_URL:= http://www.musicpd.org/ -PKG_SITES:= http://www.musicpd.org/download/mpd/0.19/ +PKG_SITES:= http://www.musicpd.org/download/mpd/0.20/ PKG_FLAVOURS_MPD:= WITH_ALSA WITH_AO WITH_MP3 WITH_MP4 WITH_TREMOR PKG_FLAVOURS_MPD+= WITH_OGG WITH_FLAC WITH_WAV WITH_MMS WITH_FFMPEG |