mpd: update to 0.23.2
Switch to libnpupnp for full builds. Also update arguments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
d2062486e8
commit
9e87bb2f3e
1 changed files with 10 additions and 8 deletions
|
@ -6,12 +6,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=mpd
|
PKG_NAME:=mpd
|
||||||
PKG_VERSION:=0.22.11
|
PKG_VERSION:=0.23.2
|
||||||
PKG_RELEASE:=$(AUTORELEASE)
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.22/
|
PKG_SOURCE_URL:=https://www.musicpd.org/download/mpd/0.23
|
||||||
PKG_HASH:=143f7f34aaee6e87888f3dd35d49aade6656052651b960ca42b46cbb518ca0a0
|
PKG_HASH:=74ec75689746baaeab7c65d70019f96f70b31b658cb25cfd2ebcca03f65acddf
|
||||||
|
|
||||||
PKG_MAINTAINER:=
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
@ -33,7 +33,7 @@ define Package/mpd/Default
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
TITLE:=Music Player Daemon
|
TITLE:=Music Player Daemon
|
||||||
URL:=https://www.musicpd.org/
|
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
|
+AUDIO_SUPPORT:alsa-lib +libexpat +libflac +libid3tag +libfaad2 +libopus
|
||||||
USERID:=mpd:mpd
|
USERID:=mpd:mpd
|
||||||
endef
|
endef
|
||||||
|
@ -48,7 +48,7 @@ endef
|
||||||
define Package/mpd-full
|
define Package/mpd-full
|
||||||
$(call Package/mpd/Default)
|
$(call Package/mpd/Default)
|
||||||
TITLE+= (full)
|
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
|
+libffmpeg +lame-lib +!BUILD_PATENTED:libmad
|
||||||
PROVIDES:=mpd
|
PROVIDES:=mpd
|
||||||
VARIANT:=full
|
VARIANT:=full
|
||||||
|
@ -129,7 +129,6 @@ MESON_ARGS += \
|
||||||
-Dnfs=disabled \
|
-Dnfs=disabled \
|
||||||
-Dsmbclient=disabled \
|
-Dsmbclient=disabled \
|
||||||
-Dqobuz=disabled \
|
-Dqobuz=disabled \
|
||||||
-Dtidal=disabled \
|
|
||||||
-Dbzip2=disabled \
|
-Dbzip2=disabled \
|
||||||
-Diso9660=disabled \
|
-Diso9660=disabled \
|
||||||
-Dzzip=disabled \
|
-Dzzip=disabled \
|
||||||
|
@ -141,10 +140,11 @@ MESON_ARGS += \
|
||||||
-Dflac=enabled \
|
-Dflac=enabled \
|
||||||
-Dfluidsynth=disabled \
|
-Dfluidsynth=disabled \
|
||||||
-Dgme=disabled \
|
-Dgme=disabled \
|
||||||
-Dmpg123=disabled \
|
|
||||||
-Dmikmod=disabled \
|
-Dmikmod=disabled \
|
||||||
-Dmodplug=disabled \
|
-Dmodplug=disabled \
|
||||||
-Dmpcdec=disabled \
|
-Dmpcdec=disabled \
|
||||||
|
-Dmpg123=disabled \
|
||||||
|
-Dopenmpt=disabled \
|
||||||
-Dopus=enabled \
|
-Dopus=enabled \
|
||||||
-Dsidplay=disabled \
|
-Dsidplay=disabled \
|
||||||
-Dsndfile=disabled \
|
-Dsndfile=disabled \
|
||||||
|
@ -163,6 +163,8 @@ MESON_ARGS += \
|
||||||
-Djack=disabled \
|
-Djack=disabled \
|
||||||
-Dopenal=disabled \
|
-Dopenal=disabled \
|
||||||
-Doss=disabled \
|
-Doss=disabled \
|
||||||
|
-Dpipewire=disabled \
|
||||||
|
-Dsnapcast=false \
|
||||||
-Dsndio=disabled \
|
-Dsndio=disabled \
|
||||||
-Dsolaris_output=disabled \
|
-Dsolaris_output=disabled \
|
||||||
-Ddbus=disabled \
|
-Ddbus=disabled \
|
||||||
|
@ -177,7 +179,7 @@ MESON_ARGS += \
|
||||||
ifeq ($(BUILD_VARIANT),full)
|
ifeq ($(BUILD_VARIANT),full)
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Dupnp=enabled \
|
-Dupnp=npupnp \
|
||||||
-Dmms=enabled \
|
-Dmms=enabled \
|
||||||
-Dsoundcloud=enabled \
|
-Dsoundcloud=enabled \
|
||||||
-Dffmpeg=$(if $(CONFIG_BUILD_PATENTED),en,dis)abled \
|
-Dffmpeg=$(if $(CONFIG_BUILD_PATENTED),en,dis)abled \
|
||||||
|
|
Loading…
Reference in a new issue