Comment 3 for bug 120851

Revision history for this message
John Handelaar (john-handelaar) wrote :

Workaround by compiling your own .deb:

1. apt-get install cdbs devscripts liblame-dev libtwolame-dev fakeroot build-essential autotools-dev dh-make

2. apt-get source darkice (it'll create a source directory under your current location called (eg) darkice-0.18.1

3. Change to that subdirectory

4. edit debian/rules to remove the words "without-lame"

5. sudo fakeroot ./debian/rules binary

6. cd ..

7. sudo dpkg -i ./darkice_0.18_foo-bar-something.deb