[packages] fix cmus menu

Signed-off-by: Peter Wagner <tripolar@gmx.at>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@37606 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2013-07-29 13:05:59 +00:00
parent 5fb2313e91
commit 3143f118b6
2 changed files with 4 additions and 3 deletions

View File

@ -5,4 +5,5 @@ config CMUS_WITH_PULSE
bool
default n
prompt "Enable pulseaudio support"
endmenu

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cmus
PKG_VERSION:=2.5.0
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/cmus
@ -28,12 +28,12 @@ define Package/cmus
DEPENDS:= \
+libpthread +librt +libncursesw $(ICONV_DEPENDS) \
+AUDIO_SUPPORT:alsa-lib \
+BUILD_PATENTED:libmad +libvorbisidec +libflac \
+CMUS_WITH_PULSE:pulseaudio-daemon
+BUILD_PATENTED:libmad +libvorbisidec +libflac
TITLE:=C* Music Player
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
URL:=http://cmus.sourceforge.net/
MENU:=1
endef
define Package/cmus/config