mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
@@ -33,8 +33,8 @@ define Package/mpd/Default
|
||||
CATEGORY:=Sound
|
||||
TITLE:=Music Player Daemon
|
||||
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
|
||||
|
||||
define Package/mpd/Default/description
|
||||
@@ -140,7 +140,7 @@ MESON_ARGS += \
|
||||
-Dmikmod=disabled \
|
||||
-Dmodplug=disabled \
|
||||
-Dmpcdec=disabled \
|
||||
-Dopus=disabled \
|
||||
-Dopus=enabled \
|
||||
-Dsidplay=disabled \
|
||||
-Dsndfile=disabled \
|
||||
-Dwavpack=disabled \
|
||||
|
||||
Reference in New Issue
Block a user