Darkice
De MochilaWiki
Revisão de 14h07min de 23 de fevereiro de 2009 por 189.82.145.238 (discussão)
pagina
dependencias:
apt-get install build-essential pkg-config liblame-dev libtwolame-dev \ libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev
wget -c http://darkice.tyrell.hu/dist/0.19/darkice-0.19.tar.gz tar zxvf darkice-0.19.tar.gz cd darkice-0.19
wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch patch -p1 < jack-darkice.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: |--- src/JackDspSource.cpp 2007-02-19 07:56:49.000000000 +0000 |+++ src_new/JackDspSource.cpp 2008-06-10 23:40:16.000000000 +0100 File to patch: src/JackDspSource.cpp patching file src/JackDspSource.cpp
./configure --with-jack --with-alsa --with-twolame --with-faac \ --with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/ make make install