mpd: update to 0.23.2
authorRosen Penev <rosenp@gmail.com>
Sat, 23 Oct 2021 00:27:41 +0000 (17:27 -0700)
committerRosen Penev <rosenp@gmail.com>
Sat, 23 Oct 2021 05:59:24 +0000 (22:59 -0700)
Switch to libnpupnp for full builds. Also update arguments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
sound/mpd/Makefile

index 07bb6f3a1af9329619c20613e30f01efcb27870d..15298e3068ce4ce45347e172679c01171e1f9716 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mpd
-PKG_VERSION:=0.22.11
+PKG_VERSION:=0.23.2
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.22/
-PKG_HASH:=143f7f34aaee6e87888f3dd35d49aade6656052651b960ca42b46cbb518ca0a0
+PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.23
+PKG_HASH:=74ec75689746baaeab7c65d70019f96f70b31b658cb25cfd2ebcca03f65acddf
 
 PKG_MAINTAINER:=
 PKG_LICENSE:=GPL-2.0-or-later
@@ -33,7 +33,7 @@ define Package/mpd/Default
   CATEGORY:=Sound
   TITLE:=Music Player Daemon
   URL:=https://www.musicpd.org/
-  DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +boost $(ICONV_DEPENDS) \
+  DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +boost $(ICONV_DEPENDS) +libfmt \
             +AUDIO_SUPPORT:alsa-lib +libexpat +libflac +libid3tag +libfaad2 +libopus
   USERID:=mpd:mpd
 endef
@@ -48,7 +48,7 @@ endef
 define Package/mpd-full
 $(call Package/mpd/Default)
   TITLE+= (full)
-  DEPENDS+= +AUDIO_SUPPORT:pulseaudio-daemon +libvorbis +libmms +libupnp +libshout +yajl \
+  DEPENDS+= +AUDIO_SUPPORT:pulseaudio-daemon +libvorbis +libmms +libnpupnp +libshout +yajl \
             +libffmpeg +lame-lib +!BUILD_PATENTED:libmad
   PROVIDES:=mpd
   VARIANT:=full
@@ -129,7 +129,6 @@ MESON_ARGS += \
        -Dnfs=disabled \
        -Dsmbclient=disabled \
        -Dqobuz=disabled \
-       -Dtidal=disabled \
        -Dbzip2=disabled \
        -Diso9660=disabled \
        -Dzzip=disabled \
@@ -141,10 +140,11 @@ MESON_ARGS += \
        -Dflac=enabled \
        -Dfluidsynth=disabled \
        -Dgme=disabled \
-       -Dmpg123=disabled \
        -Dmikmod=disabled \
        -Dmodplug=disabled \
        -Dmpcdec=disabled \
+       -Dmpg123=disabled \
+       -Dopenmpt=disabled \
        -Dopus=enabled \
        -Dsidplay=disabled \
        -Dsndfile=disabled \
@@ -163,6 +163,8 @@ MESON_ARGS += \
        -Djack=disabled \
        -Dopenal=disabled \
        -Doss=disabled \
+       -Dpipewire=disabled \
+       -Dsnapcast=false \
        -Dsndio=disabled \
        -Dsolaris_output=disabled \
        -Ddbus=disabled \
@@ -177,7 +179,7 @@ MESON_ARGS += \
 ifeq ($(BUILD_VARIANT),full)
 
   MESON_ARGS += \
-       -Dupnp=enabled \
+       -Dupnp=npupnp \
        -Dmms=enabled \
        -Dsoundcloud=enabled \
        -Dffmpeg=$(if $(CONFIG_BUILD_PATENTED),en,dis)abled \