读书人

编译源码装配Audacious2

发布时间: 2012-08-21 13:00:21 作者: rapoo

编译源码安装Audacious2
ubuntu9.10自带的Audacious2.1版本,不支持某些中文名的mp3,会乱码。需要手工安装2.2修正版本

1、http://audacious-media-player.org/ 下载audacious-2.2.tgz和audacious-plugins-2.2.tgz

2、cd ~ (必须在当前用户的home目录安装, 否则编译安装可以通过, 但是出不来GUI界面也无法播放音乐文件)

3、

sudo apt-get build-dep audacious  //安装依赖包sudo apt-get install libxml++1.0-devsudo apt-get remove audacious  //如果之前安装过,需要先删除旧的安装sudo apt-get autoremovetar xvzf audacious-2.2.tgzcd audacious-2.2  (解压目录下的README详细描述了安装过程)./configure --enable-chardet  //加参数开启字符集自动识别makesudo make installcd ~tar xvzf audacious-plugins-2.2.tgzcd audacious-plugins-2.2sudo apt-get build-dep audacious-plugins  //安装依赖包./configuremakesudo make install


4、运行 audacious2 打开播放器

5、plugin里面有个 Status Icon是用来最小化到托盘的, 声音回放plugin选择ALSA的,默认的OSS有时候会提示设备占用无法发声

以上过程参考(需翻墙) http://tuxarena.blogspot.com/2009/07/how-to-compile-and-install-audacious-21.html

读书人网 >操作系统

热点推荐