From 864fd2bfee14d4decf8c1db03380a3d7aa080f15 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Tue, 28 Aug 2018 09:39:40 -0400 Subject: [PATCH] mpd: Update to 0.20.21. Enable WebDAV storage support. Signed-off-by: Ted Hess --- sound/mpd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 132f22fb0f..a170b29930 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd -PKG_VERSION:=0.20.20 +PKG_VERSION:=0.20.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/ -PKG_HASH:=a9e458c6e07cdf62649de7722e1e5a7f13aa82eeb397bfbbebc07cf5cf273584 +PKG_HASH:=8322764dc265c20f05c8c8fdfdd578b0722e74626bef56fcd8eebfb01acc58dc PKG_MAINTAINER:=Ted Hess PKG_LICENSE:=GPL-2.0 @@ -144,8 +144,7 @@ CONFIGURE_ARGS += \ --disable-vorbis-encoder \ --enable-wave-encoder \ --disable-wavpack \ - --disable-webdav \ - --disable-wildmidi \ + --enable-webdav \ --disable-zzip \ --with-zeroconf=no \ --disable-soxr \ -- 2.30.2