Ugh. This was slightly painful process, heres what I ended up doing:
apt-get source darkice
apt-get install liblame-dev
apt-get build-dep darkice
cd darkice*
vi debian/rules
# remove --without-lame
dpkg-buildpackage
cd ../
dpkg -i darkice*.deb
apt-get install libgtk2.0-dev
Find and download Darksnow, as of this writing, i was able to get the latest deb release here:http://www.twiki.ufba.br/twiki/pub/RadioFACED/ComoFunciona/darksnow_0.5.2-1_i386.deb
unzip
cd darksnow-0.X.X
./configure
make
make install
Added these to /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
sudo apt-get install lame liblame0
This will need some updating, still tweaking...use at your own risk.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment