使用 svn 安裝 1.4 版
參考 http://ubuntuforums.org/archive/index.php/t-425558.html
cg-clone git://git.atheme-project.org/gitroot/libmowgli.git
cg-clone git://git.atheme-project.org/gitroot/libmcs-devel libmcs-devel
svn co http://svn.atheme-project.org/audacious/trunk audacious-devel
hg clone http://hg.atheme-project.org/audacious-plugins/trunk audacious-plugins-devel
取得 audacious-mac plugin http://www.netswarm.net/misc/
audacious-mac 0.3.1 以後的版本都得配 1.4 版以後的 audacious
取得 lame http://lame.sourceforge.net/ 編譯 audacious-plugins-devel 會用到
apt-get install subversion mercurial
apt-get install autoconf automake1.9 cogito bison gettext libgconf2-dev
apt-get build-dep audacious-plugins
apt-get build-dep audacious audacious-plugins-extra
安裝
cd libmcs-devel; sh autogen.sh; ./configure; make; make install
cd libmowgli; sh autogen.sh; ./configure; make; make install
cd audacious-devel; sh autogen.sh; ./configure; make; make install
cd lame-3.97; ./configure; make; make install
cd audacious-plugins-devel; sh autogen.sh; ./configure; make; make install
cd audacious-mac-0.3.2; ./configure; make; make install
雖然可以用來聽 ape 但是第一次把 ape 檔丟到播放清單裡時 不能播放
檔名讀取也有問題 必須關掉再重開一次 audacious 才會正常顯示檔名跟正常播放
應該是有 bug
對 cue 的切割讀取支援不佳 不管是 ape & tta & wav 類的 cue 檔 都一樣
也是第一次把 cue 丟到播放清單裡時不能正常顯示
必須關掉再重開一次 audacious 才會正常
真是讓人抓狂 沒事弄出 ape 這個奇怪的格式幹嗎