From 2ed62adc5914aa62e5f2e7389cf278dc68bb273c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 30 May 2019 19:40:06 +0200 Subject: [PATCH] mpd: enable pulseaudio in full package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- sound/mpd/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 6a56ca224..cf3d291bd 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd PKG_VERSION:=0.20.23 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.musicpd.org/download/mpd/0.20/ @@ -48,7 +48,7 @@ endef define Package/mpd-full $(call Package/mpd/Default) TITLE+= (full) - DEPENDS+= +libffmpeg +libid3tag +libmms +libupnp +libshout + DEPENDS+= +libffmpeg +libid3tag +libmms +libupnp +libshout +pulseaudio-daemon PROVIDES:=mpd VARIANT:=full endef @@ -99,7 +99,7 @@ define Package/mpd-avahi-service/conffiles /etc/avahi/services/mpd.service endef -EXTRA_LDFLAGS += $(if $(ICONV_FULL),-liconv,-Wl,--whole-archive -liconv -Wl,--no-whole-archive) +EXTRA_LDFLAGS += $(if $(ICONV_FULL),-liconv,-Wl,--whole-archive -liconv -Wl,--no-whole-archive) -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/pulseaudio CONFIGURE_ARGS += \ $(call autoconf_bool,CONFIG_IPV6,ipv6) \ @@ -130,7 +130,6 @@ CONFIGURE_ARGS += \ --disable-nfs \ --disable-openal \ --disable-opus \ - --disable-pulse \ --disable-sidplay \ --disable-smbclient \ --disable-sndfile \ @@ -166,6 +165,7 @@ ifeq ($(BUILD_VARIANT),full) --enable-pipe-output \ --enable-recorder-output \ --enable-shout \ + --enable-pulse \ --disable-vorbis endif @@ -179,6 +179,7 @@ ifeq ($(BUILD_VARIANT),mini) --disable-id3 \ --disable-mms \ --disable-shout \ + --disable-pulse \ --enable-vorbis \ --with-tremor=yes \ --disable-recorder-output