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

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Nova página: página do projeto * http://sltv.holoscopio.com/ deps apt-get install python-gst0.10 python-configobj build-essential install: wget -c http://sltv.holoscopio.com/sltv-0.6.1.tar.gz ...)
 
 
(14 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 3: Linha 3:
  
 
deps
 
deps
apt-get install python-gst0.10 python-configobj build-essential
+
<source lang="bash">
 +
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
 +
</source>
  
install:
+
wget -c http://debian.holoscopio.com/sltv/gst-videomixer2_0.1.orig.tar.gz
wget -c http://sltv.holoscopio.com/sltv-0.6.1.tar.gz
 
tar zxvf sltv-0.6.1.tar.gz
 
cd sltv-0.6.1/
 
./configure --prefix=/usr
 
make
 
sudo make install
 
  
  
python-gobject python-gtk2 gstreamer0.10-alsa gstreamer0.10-plugins-base
+
<source lang="bash">
gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg
+
wget http://debian.holoscopio.com/sltv/gstreamer-hplugins_0.2.0.orig.tar.gz
gstreamer0.10-x libgstreamer0.10-0
+
tar zxvf gstreamer-hplugins_0.2.0.orig.tar.gz
 +
cd gstreamer-hplugins-0.2.0/
 +
./configure --prefix=/usr
 +
make
 +
make install
 +
</source>
  
docs:
+
<source lang="bash">
 +
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
 +
</source>
 +
 
 +
== No Fedora 14 ==
 +
 
 +
<source lang="bash">
 +
yum install python-configobj gstreamer-devel
 +
</source>
 +
 
 +
== 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://wiki.softwarelivre.org/Landell/Download
 +
* http://debian.holoscopio.com/sltv/
 +
 +
 +
 +
[[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