Mudanças entre as edições de "Imagination"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 10: | Linha 10: | ||
dependências: | dependências: | ||
− | wget http://pub. | + | wget http://pub.quijaua.com.br/backports.list |
mv backports.list /etc/apt/sources.list.d | mv backports.list /etc/apt/sources.list.d | ||
− | wget http://pub. | + | wget http://pub.quijaua.com.br/debian-multimedia.list |
mv debian-multimedia.list /etc/apt/sources.list.d | mv debian-multimedia.list /etc/apt/sources.list.d | ||
wget -O - http://backports.org/debian/archive.key | apt-key add - | wget -O - http://backports.org/debian/archive.key | apt-key add - | ||
Linha 20: | Linha 20: | ||
libsamplerate0-dev libmagic-dev intltool libltdl3-dev | libsamplerate0-dev libmagic-dev intltool libltdl3-dev | ||
aptitude -t lenny-backports install -y libgtk2.0-dev | aptitude -t lenny-backports install -y libgtk2.0-dev | ||
− | wget -c http://pub. | + | wget -c http://pub.quijaua.com.br/sox_14.2.0lenny_i386.deb |
dpkg -i sox_14.2.0lenny_i386.deb | dpkg -i sox_14.2.0lenny_i386.deb | ||
Edição das 20h23min de 23 de março de 2010
Uma aplicativo para criar vídeo a partir de imagens.
- suporte a áudio;
- 69 formas de transição;
- previsão do projeto;
- formato de saída para vídeo: ogg, mpeg2, 3gp, flv.
Página do Projeto:
dependências:
wget http://pub.quijaua.com.br/backports.list mv backports.list /etc/apt/sources.list.d wget http://pub.quijaua.com.br/debian-multimedia.list mv debian-multimedia.list /etc/apt/sources.list.d wget -O - http://backports.org/debian/archive.key | apt-key add - wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add - apt-get update apt-get install -y ffmpeg build-essential gettext docbook-xsl \ libsamplerate0-dev libmagic-dev intltool libltdl3-dev aptitude -t lenny-backports install -y libgtk2.0-dev wget -c http://pub.quijaua.com.br/sox_14.2.0lenny_i386.deb dpkg -i sox_14.2.0lenny_i386.deb
instalando
wget -c http://ufpr.dl.sourceforge.net/project/imagination/imagination/2.1/imagination-2.1.tar.gz tar zxvf imagination-2.1.tar.gz cd imagination-2.1/ sed -i 's/PLUGINS_INSTALLED\ 0/PLUGINS_INSTALLED\ 1/g' src/support.c ./configure --prefix=/usr make make install