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 ...) |
|||
Linha 3: | Linha 3: | ||
deps | deps | ||
− | apt-get install python-gst0.10 | + | 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 | ||
− | install | + | wget -c http://landell.holoscopio.com/gstreamer-hplugins-0.1.2.tar.gz |
− | wget -c http:// | + | tar zxvf gstreamer-hplugins-0.1.2.tar.gz |
− | tar zxvf sltv-0. | + | cd gstreamer-hplugins-0.1.2 |
− | cd sltv-0. | + | ./configure --prefix=/usr |
+ | make | ||
+ | make install | ||
+ | |||
+ | wget -c http://landell.holoscopio.com/sltv-0.9.tar.gz | ||
+ | tar zxvf sltv-0.9.tar.gz | ||
+ | cd sltv-0.9 | ||
./configure --prefix=/usr | ./configure --prefix=/usr | ||
make | make | ||
− | + | make install | |
− | |||
− | |||
− | |||
− | |||
docs: | docs: | ||
* http://wiki.softwarelivre.org/TV/ProjetoSLTV | * http://wiki.softwarelivre.org/TV/ProjetoSLTV |
Edição das 02h24min de 6 de setembro de 2010
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
wget -c http://landell.holoscopio.com/gstreamer-hplugins-0.1.2.tar.gz tar zxvf gstreamer-hplugins-0.1.2.tar.gz cd gstreamer-hplugins-0.1.2 ./configure --prefix=/usr make make install
wget -c http://landell.holoscopio.com/sltv-0.9.tar.gz tar zxvf sltv-0.9.tar.gz cd sltv-0.9 ./configure --prefix=/usr make make install
docs: