Mudanças entre as edições de "Sltv - Landell"
De MochilaWiki
Ir para navegaçãoIr para pesquisar(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
Linha 42: | Linha 42: | ||
yum -y install make automake gcc gcc-c++ intltool wget libstdc++-devel nano \ | 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-devel gstreamer-plugins-base-devel python3-cairo-devel python-configobj \ | ||
− | + | gstreamer-python-devel | |
</source> | </source> | ||
<source lang="bash"> | <source lang="bash"> | ||
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer-hplugins/gstreamer-hplugins_0.2.0.orig.tar.gz | 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/ | cd gstreamer-hplugins-0.2.0/ | ||
./configure --prefix=/usr | ./configure --prefix=/usr |
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