Sltv - Landell

De MochilaWiki
Ir para navegaçãoIr para pesquisar

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