前天,在Ubuntu中文论坛中看到有讨论RhythmCat音乐播放器的帖子。我产生了兴趣,安装上实验之后,感觉删繁就简,特别简洁。这里给大家推荐下。 RhythmCat音乐播放器只支持Linux,右边侧栏显示歌词,如此: 项目主页:http://code.google.com/p/rhythmcat/
下载 Ubuntu用户点此下载deb包here; 或者使用命令编译源码进行安装:
svn checkout http://rhythmcat.googlecode.com/svn/trunk/ rhythmcat-read-only sudo apt-get install build-essential libgtk2.0-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev sudo apt-get install gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly
然后进行编译: ./configure make sudo make install
|