Mudanças entre as edições de "Sltv - Landell"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 37: Linha 37:
 
</source>
 
</source>
  
docs:
+
== No Fedora 16 ==
 +
 
 +
<source lang="bash">
 +
yum -y install make automake gcc gcc-c++ intltool wget libstdc++-devel nano \
 +
gstreamer-devel gstreamer-plugins-base-devel python3-cairo-devel python-configobj \
 +
gstreamer-python-devel
 +
</source>
 +
 
 +
<source lang="bash">
 +
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer-hplugins/gstreamer-hplugins_0.2.0.orig.tar.gz
 +
tar zxvf gstreamer-hplugins_0.2.0.orig.tar.gz
 +
cd gstreamer-hplugins-0.2.0/
 +
./configure --prefix=/usr
 +
make
 +
sudo make install
 +
</source>
 +
 
 +
<source lang="bash">
 +
wget http://archive.ubuntu.com/ubuntu/pool/universe/l/landell/landell_0.92.1.orig.tar.gz
 +
tar zxvf landell_0.92.1.orig.tar.gz
 +
cd landell-0.92.1/
 +
./configure --prefix=/usr
 +
make
 +
sudo make install
 +
</source>
 +
 
 +
== referencias ==
 
* http://wiki.softwarelivre.org/TV/ProjetoSLTV
 
* http://wiki.softwarelivre.org/TV/ProjetoSLTV
 
* http://softwarelivre.org/landell/blog
 
* http://softwarelivre.org/landell/blog
 
* http://wiki.softwarelivre.org/Landell/Download
 
* http://wiki.softwarelivre.org/Landell/Download
 
* http://debian.holoscopio.com/sltv/
 
* http://debian.holoscopio.com/sltv/
 +
 +
  
 
[[Categoria:Streaming]]
 
[[Categoria:Streaming]]

Edição atual tal como às 01h07min de 17 de agosto de 2012

página do projeto

deps

apt-get install python-gtk2 python-gtk2-dev python-gobject-dev python-gobject python-configobj \
python-gst0.10 gstreamer0.10-x gstreamer0.10-alsa libgstreamer-plugins-base0.10-0 \
gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg libgstreamer0.10-0 \
libgstreamer-plugins-base0.10-dev libcairo2-dev gawk

wget -c http://debian.holoscopio.com/sltv/gst-videomixer2_0.1.orig.tar.gz


wget http://debian.holoscopio.com/sltv/gstreamer-hplugins_0.2.0.orig.tar.gz
tar zxvf gstreamer-hplugins_0.2.0.orig.tar.gz
cd gstreamer-hplugins-0.2.0/
./configure --prefix=/usr 
make
make install
wget -c http://debian.holoscopio.com/sltv/sltv_0.91.orig.tar.gz
tar zxvf sltv_0.91.orig.tar.gz
cd sltv-0.91
./configure --prefix=/usr
make
make install

No Fedora 14

yum install python-configobj gstreamer-devel

No Fedora 16

yum -y install make automake gcc gcc-c++ intltool wget libstdc++-devel nano \
gstreamer-devel gstreamer-plugins-base-devel python3-cairo-devel python-configobj \
gstreamer-python-devel
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer-hplugins/gstreamer-hplugins_0.2.0.orig.tar.gz
tar zxvf gstreamer-hplugins_0.2.0.orig.tar.gz
cd gstreamer-hplugins-0.2.0/
./configure --prefix=/usr 
make
sudo make install
wget http://archive.ubuntu.com/ubuntu/pool/universe/l/landell/landell_0.92.1.orig.tar.gz
tar zxvf landell_0.92.1.orig.tar.gz 
cd landell-0.92.1/
./configure --prefix=/usr
make
sudo make install

referencias