pulseaudio: provide a virtual package for the two pulseaudio daemon variants to fix dependency issues in pulseaudio-{tools,profiles}

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32362 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-14 19:14:37 +00:00
parent 7c78e9f40a
commit 0d087a3b63

View File

@ -33,6 +33,7 @@ define Package/pulseaudio/Default
+librt +alsa-lib +libjson +libopenssl +udev $(ICONV_DEPENDS) $(INTL_DEPENDS) +librt +alsa-lib +libjson +libopenssl +udev $(ICONV_DEPENDS) $(INTL_DEPENDS)
TITLE:=Network sound server TITLE:=Network sound server
URL:=http://www.pulseaudio.org URL:=http://www.pulseaudio.org
PROVIDES:=pulseaudio
endef endef
define Package/pulseaudio-daemon define Package/pulseaudio-daemon
@ -77,7 +78,7 @@ endef
define Package/pulseaudio-tools define Package/pulseaudio-tools
SECTION:=sound SECTION:=sound
CATEGORY:=Sound CATEGORY:=Sound
DEPENDS:=+libsndfile @PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi #+libpulse DEPENDS:=+libsndfile pulseaudio
TITLE:=Tools for Pulseaudio TITLE:=Tools for Pulseaudio
URL:=http://www.pulseaudio.org URL:=http://www.pulseaudio.org
VARIANT:=noavahi VARIANT:=noavahi
@ -86,7 +87,7 @@ endef
define Package/pulseaudio-profiles define Package/pulseaudio-profiles
SECTION:=sound SECTION:=sound
CATEGORY:=Sound CATEGORY:=Sound
DEPENDS:=@PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi DEPENDS:=pulseaudio
TITLE:=Profiles for Pulseaudio TITLE:=Profiles for Pulseaudio
URL:=http://www.pulseaudio.org URL:=http://www.pulseaudio.org
endef endef