Mudanças entre as edições de "Darkice"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 10: Linha 10:
 
  tar zxvf darkice-0.19.tar.gz
 
  tar zxvf darkice-0.19.tar.gz
 
  cd darkice-0.19
 
  cd darkice-0.19
 
 
  wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch
 
  wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch
  patch -p1 < jack-darkice.patch
+
  patch -p0 < 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 --sysconfdir=/etc/
 
  --with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/

Edição das 12h07min de 24 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 -p0 < jack-darkice.patch
./configure --with-jack --with-alsa --with-twolame --with-faac \
--with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/
make
make install