Discussion:
cmus 2.4.1
Gregory Petrosyan
2011-05-26 19:07:55 UTC
Permalink
Evening, ladies and gentlemen!

I announce the release of cmus 2.4.1. As it is a maintenance release, it
contains no new features, but fixes several important bugs, so everyone is
encouraged to upgrade immediately.

Cmus can be downloaded as a source code archive from Sourceforge:

https://sourceforge.net/projects/cmus/files/cmus-v2.4.1.tar.bz2/download

or obtained via git:

$ git clone git://gitorious.org/cmus/cmus.git -b maint

After you have the source, make sure all the dependencies are satisfied, and
proceed to ./configure && make, and have fun!

Gregory


--


Gregory Petrosyan (2):
Bump copyright in --version output
cmus 2.4.1

Johannes Weißl (15):
Doc: add help for :shell
ffmpeg: move up "config/ffmpeg.h" include
fix two memleaks
fix cache refresh bug
fix cache refresh bug [2]
configure: fix FLAC include path
configure: fix ffmpeg header detection
fix TCP/IP networking protocol
fix segfault when hitting win-activate on empty tree
display error if seeking failed
fix segfault when using tqueue/lqueue
fix lqueue command
fix infinite loop when adding certain mp3 files
fix reading of id3v2 tags at the end of files
more fault-tolerant integer tag-reading
zxc
2011-05-26 21:37:59 UTC
Permalink
Thank you very much guys. I cloned the repo and I compiled the player but
when I try to run it I get several errors and couldn't find how to resolve
them and now I cannot .mp3 files with 2.4.1, .wav files are played though.
2.4.0 works fine. May be I am missing something. What do these errors mean?
I have ncurses installed.

./cmus
./cmus: Error: no such option dsp.alsa.device
./cmus: Error: no such option dsp.ao.buffer_size
./cmus: Error: no such option dsp.ao.driver
./cmus: Error: no such option dsp.ao.wav_counter
./cmus: Error: no such option dsp.ao.wav_dir
./cmus: Error: no such option mixer.alsa.channel
./cmus: Error: no such option mixer.alsa.device
./cmus: Press <enter> to continue.
Johannes Weißl
2011-05-27 01:29:41 UTC
Permalink
Post by zxc
Thank you very much guys. I cloned the repo and I compiled the player but
when I try to run it I get several errors and couldn't find how to resolve
them and now I cannot .mp3 files with 2.4.1, .wav files are played though.
2.4.0 works fine. May be I am missing something. What do these errors mean?
I have ncurses installed.
./cmus
./cmus: Error: no such option dsp.alsa.device
./cmus: Error: no such option dsp.ao.buffer_size
./cmus: Error: no such option dsp.ao.driver
./cmus: Error: no such option dsp.ao.wav_counter
./cmus: Error: no such option dsp.ao.wav_dir
./cmus: Error: no such option mixer.alsa.channel
./cmus: Error: no such option mixer.alsa.device
./cmus: Press <enter> to continue.
Have you installed the devel-packages of the depending libraries? E.g.:
sudo apt-get build-dep cmus
sudo apt-get install libmp4v2-dev
?

Otherwise I can't really explain the error...


Johannes

Continue reading on narkive:
Loading...