Darkice: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 1: | Linha 1: | ||
pagina | |||
* http://darkice.tyrell.hu/ | |||
dependencias: | dependencias: | ||
apt-get install build-essential pkg-config liblame-dev libtwolame-dev \ | apt-get install build-essential pkg-config liblame-dev libtwolame-dev \ | ||
libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev | libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev | ||
wget -c http://darkice.tyrell.hu/dist/0. | |||
tar zxvf darkice-0. | wget -c http://darkice.tyrell.hu/dist/0.19/darkice-0.19.tar.gz | ||
cd darkice-0. | 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 \ | ./configure --with-jack --with-alsa --with-twolame --with-faac \ | ||
--with-vorbis --with-lame --prefix=/usr | --with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/ | ||
make | make | ||
make install | make install | ||
Edição das 11h07min de 23 de fevereiro de 2009
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