[Lunar-commits] r25687 - in moonbase/trunk/audio: . cmus
Jan Eidtmann
cmak at lunar-linux.org
Sun Sep 2 20:18:30 CEST 2007
Author: cmak
Date: 2007-09-02 20:18:30 +0200 (Sun, 02 Sep 2007)
New Revision: 25687
Added:
moonbase/trunk/audio/cmus/
moonbase/trunk/audio/cmus/BUILD
moonbase/trunk/audio/cmus/DEPENDS
moonbase/trunk/audio/cmus/DETAILS
Log:
added
Added: moonbase/trunk/audio/cmus/BUILD
===================================================================
--- moonbase/trunk/audio/cmus/BUILD (rev 0)
+++ moonbase/trunk/audio/cmus/BUILD 2007-09-02 18:18:30 UTC (rev 25687)
@@ -0,0 +1,6 @@
+(
+
+ ./configure prefix=/usr &&
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/audio/cmus/DEPENDS
===================================================================
--- moonbase/trunk/audio/cmus/DEPENDS (rev 0)
+++ moonbase/trunk/audio/cmus/DEPENDS 2007-09-02 18:18:30 UTC (rev 25687)
@@ -0,0 +1 @@
+depends ncursesw
Added: moonbase/trunk/audio/cmus/DETAILS
===================================================================
--- moonbase/trunk/audio/cmus/DETAILS (rev 0)
+++ moonbase/trunk/audio/cmus/DETAILS 2007-09-02 18:18:30 UTC (rev 25687)
@@ -0,0 +1,52 @@
+ MODULE=cmus
+ VERSION=2.2.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://onion.dynserv.net/~timo/files/
+ SOURCE_VFY=sha1:a6472633ac55660eb3aec5d2ae0296da86903bb2
+ WEB_SITE=http://onion.dynserv.net/~timo/cmus.html
+ ENTERED=20070902
+ UPDATED=20070902
+ SHORT="ncurses based music player"
+cat << EOF
+cmus is a small and fast text mode music player for Linux and many other UNIX
+like operating systems.
+
+Features
+
+ * Input Plugins
+ o FLAC
+ o Ogg/Vorbis
+ o MP3 (libmad)
+ o Wav
+ o AAC (libfaad)
+ o MP4 (libfaad + libmp4v2)
+ o .mod, .s3m, ... (libmodplug, mikmod)
+ o .mpc, mpp, .mp+ (libmpcdec)
+ o .wma (ffmpeg)
+ o .wv (wavpack)
+ * Output Plugins
+ o ALSA
+ o libao
+ o ARTS
+ o OSS
+ o Sun
+ o WaveOut (Windows)
+ * Playing
+ o Album/artist modes; playing within one album or artist
+ o Play queue
+ o MP3 and Ogg streaming (Shoutcast/Icecast)
+ o Powerful playlist filters
+ * Interface
+ o Easy to use directory browser
+ o Customizable colors
+ o Dynamic keybindings
+ You can bind a key to any command, :seek +1m for example
+ o Vi / less style search mode
+ o Vi style command mode with tab completion
+ * Misc
+ o Can run external commands for the currently selected files
+ (tag-editor for example)
+ o UTF-8 support
+ o Can be controlled via UNIX socket using cmus-remote command
+ o Known to work on Linux, FreeBSD, NetBSD, OpenBSD and Cygwin
+EOF
More information about the Lunar-commits
mailing list