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

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(7 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 2: Linha 2:
 
* http://darkice.tyrell.hu/
 
* http://darkice.tyrell.hu/
  
dependencias:
+
== em debian ==
apt-get install build-essential pkg-config liblame-dev libtwolame-dev \
+
dependencias
libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev
+
<source lang="bash">
 +
apt-get install build-essential pkg-config libmp3lame-dev libtwolame-dev \
 +
libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev
 +
</source>
  
 +
<source lang="bash">
 +
wget -c http://pub.quijaua.com.br/darkice/darkice-0.20.1.tar.gz
 +
tar zxvf darkice-0.20.1.tar.gz
 +
cd darkice-0.20.1
 +
./configure --prefix=/usr
 +
make
 +
make install
 +
</source>
  
wget -c http://darkice.tyrell.hu/dist/0.19/darkice-0.19.tar.gz
+
== em fedora 17 ==
tar zxvf darkice-0.19.tar.gz
 
cd darkice-0.19
 
  
wget -c http://pacotes.nkosi.org/patch/jack-darkice.patch
+
dependencias
patch -p1 < jack-darkice.patch
+
<source lang="bash">
can't find file to patch at input line 3
+
sudo yum install faac-devel twolame-devel faac-devel libsamplerate-devel lame-devel twolame-devel \
Perhaps you used the wrong -p or --strip option?
+
jack-audio-connection-kit-devel pulseaudio-libs-devel alsa-lib-devel libvorbis-devel
The text leading up to this was:
+
</source>
|--- 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 \
+
<source lang="bash">
--with-vorbis --with-lame --prefix=/usr --sysconfdir=/etc/
+
wget http://darkice.googlecode.com/files/darkice-1.1.tar.gz
make
+
tar zxvf darkice-1.1.tar.gz
make install
+
cd darkice-1.1/
 +
./configure --prefix=/usr
 +
make
 +
make install
 +
</source>
  
 
+
[[Categoria:Streaming]]
[[Categoria:gnuzinho]]
 
[[Categoria:streaming]]
 

Edição atual tal como às 06h43min de 10 de novembro de 2012

pagina

em debian

dependencias

apt-get install build-essential pkg-config libmp3lame-dev libtwolame-dev \
libvorbis-dev libogg-dev libfaac-dev libjack0.100.0-dev libasound2-dev
wget -c http://pub.quijaua.com.br/darkice/darkice-0.20.1.tar.gz
tar zxvf darkice-0.20.1.tar.gz
cd darkice-0.20.1
./configure --prefix=/usr
make
make install

em fedora 17

dependencias

sudo yum install faac-devel twolame-devel faac-devel libsamplerate-devel lame-devel twolame-devel \ 
jack-audio-connection-kit-devel pulseaudio-libs-devel alsa-lib-devel libvorbis-devel
wget http://darkice.googlecode.com/files/darkice-1.1.tar.gz
tar zxvf darkice-1.1.tar.gz 
cd darkice-1.1/
./configure --prefix=/usr
make
make install