|
@ -33,8 +33,8 @@ 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 +libstdcpp $(ICONV_DEPENDS) \
|
|
|
|
|
|
+AUDIO_SUPPORT:alsa-lib +boost +libexpat +libflac +libid3tag +libfaad2 |
|
|
|
|
|
|
|
|
DEPENDS:= +zlib +libcurl +libpthread +libmpdclient +boost $(ICONV_DEPENDS) \
|
|
|
|
|
|
+AUDIO_SUPPORT:alsa-lib +libexpat +libflac +libid3tag +libfaad2 +libopus |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
define Package/mpd/Default/description |
|
|
define Package/mpd/Default/description |
|
@ -140,7 +140,7 @@ MESON_ARGS += \ |
|
|
-Dmikmod=disabled \
|
|
|
-Dmikmod=disabled \
|
|
|
-Dmodplug=disabled \
|
|
|
-Dmodplug=disabled \
|
|
|
-Dmpcdec=disabled \
|
|
|
-Dmpcdec=disabled \
|
|
|
-Dopus=disabled \
|
|
|
|
|
|
|
|
|
-Dopus=enabled \
|
|
|
-Dsidplay=disabled \
|
|
|
-Dsidplay=disabled \
|
|
|
-Dsndfile=disabled \
|
|
|
-Dsndfile=disabled \
|
|
|
-Dwavpack=disabled \
|
|
|
-Dwavpack=disabled \
|
|
|