summaryrefslogtreecommitdiff
path: root/package/mpd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-25 21:23:18 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2014-12-25 21:23:18 +0100
commitf24dddde47ae6e1994235ac914b44e9e34c7552d (patch)
tree9acf47bf60e133a42ac31d12ddbdcdf586386357 /package/mpd/Makefile
parent2b25cba095105b107d72a9d385e993af1959184f (diff)
parented272f65099f12aa4c66feb57ea370eb67ea699d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mpd/Makefile')
-rw-r--r--package/mpd/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index 3d7152bcc..8409e924d 100644
--- a/package/mpd/Makefile
+++ b/package/mpd/Makefile
@@ -4,16 +4,16 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= mpd
-PKG_VERSION:= 0.18.14
+PKG_VERSION:= 0.19.7
PKG_RELEASE:= 1
PKG_MD5SUM:= c79e56483e49319f3a1f88dc9d03ee3b
PKG_DESCR:= music player daemon
PKG_SECTION:= mm/audio
-PKG_DEPENDS:= glib libstdcxx libmpdclient librt
+PKG_DEPENDS:= glib libstdcxx libmpdclient librt boost
PKG_FDEPENDS:= glib libstdcxx libmpdclient librt
-PKG_BUILDDEP:= glib libmpdclient
+PKG_BUILDDEP:= glib libmpdclient boost
PKG_URL:= http://www.musicpd.org/
-PKG_SITES:= http://www.musicpd.org/download/mpd/0.18/
+PKG_SITES:= http://www.musicpd.org/download/mpd/0.19/
PKG_BUILDDEP_UCLIBC:= libiconv-tiny
PKG_BUILDDEP_UCLIBC_NG:=libiconv-tiny
@@ -143,6 +143,7 @@ CONFIGURE_ENV+= ac_cv_lib_nsl_gethostbyname=no
CONFIGURE_ARGS+= --disable-jack \
--disable-fifo \
--disable-oss \
+ --disable-icu \
--disable-bzip2 \
--disable-libwrap \
--disable-mpc \