[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:
parent
5fb2313e91
commit
3143f118b6
@ -5,4 +5,5 @@ config CMUS_WITH_PULSE
|
|||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
prompt "Enable pulseaudio support"
|
prompt "Enable pulseaudio support"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=cmus
|
PKG_NAME:=cmus
|
||||||
PKG_VERSION:=2.5.0
|
PKG_VERSION:=2.5.0
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@SF/cmus
|
PKG_SOURCE_URL:=@SF/cmus
|
||||||
@ -28,12 +28,12 @@ define Package/cmus
|
|||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+libpthread +librt +libncursesw $(ICONV_DEPENDS) \
|
+libpthread +librt +libncursesw $(ICONV_DEPENDS) \
|
||||||
+AUDIO_SUPPORT:alsa-lib \
|
+AUDIO_SUPPORT:alsa-lib \
|
||||||
+BUILD_PATENTED:libmad +libvorbisidec +libflac \
|
+BUILD_PATENTED:libmad +libvorbisidec +libflac
|
||||||
+CMUS_WITH_PULSE:pulseaudio-daemon
|
|
||||||
|
|
||||||
TITLE:=C* Music Player
|
TITLE:=C* Music Player
|
||||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
URL:=http://cmus.sourceforge.net/
|
URL:=http://cmus.sourceforge.net/
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/cmus/config
|
define Package/cmus/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user