Cinelerra
De MochilaWiki
Revisão de 17h47min de 4 de março de 2010 por Banto Palmarino (discussão | contribs)
formas de baixar
modo 1) baixando por svn:
# apt-get install subversion $ svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual
modo 2)
# apt-get install p7zip-full $ wget -c http://pub.nkosi.org/cinelerra/hvirtual.7z $ 7z x hvirtual.7z
modo 3) git
# apt-get install git-core $ git clone git://git.cinelerra.org/j6t/cinelerra.git cinelerra2.1
dependências
# echo "deb http://www.debian-multimedia.org lenny main" >> /etc/apt/sources.list # wget http://debian-multimedia.org/gpgkey.pub -O - | apt-key add # apt-get update
# apt-get install libfaad-dev fftw3-dev libmp3lame-dev libavc1394-dev \ libiec61883-dev libvorbis-dev libpng12-dev libtiff4-dev libfreetype6-dev \ libmjpegtools-dev libx264-dev liba52-0.7.4-dev libasound2-dev libfaac-dev \ libsndfile1-dev libraw1394-dev libjpeg62-dev libesd0-dev nasm yasm \ libopenexr-dev gettext automake1.7 autoconf libtool build-essential libxv-dev \ x11proto-xf86vidmode-dev libxxf86vm-dev libflac-dev uuid-dev libdv4-dev \ libtheora-dev libmad0-dev pkg-config
Compilando cinelerra em debian lenny
modo 1 e 2
$ cd hvirtual/ $ ./autogen.sh $ ./configure --disable-opengl --prefix=/usr $ make # make install
modo 3
$ cd cinelerra2.1 $ ./autogen.sh $ ./configure --prefix=/usr $ make # make install
possivel erro: error 0x7fffffff
# echo kernel.shmmax=0x7fffffff >> /etc/sysctl.conf # sysctl -p
pt_BR
# wget http://pub.nkosi.org/cinelerra/pt_BR.mo # mv pt_BR.mo /usr/share/locale/pt_BR/LC_MESSAGES/cinelerra.mo # echo "pt_BR ISO-8859-1" >> /etc/locale.gen # locale-gen
referências:
http://lab.dyne.org/cinelerra/Gutsy
debs:
http://www.vobcopy.org/mirror/elive/pool/main/h/hvirtual/
sources.list
# cinelerra # gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1C79A27CD5E81909 # gpg --armor --export 1C79A27CD5E81909 | apt-key add - deb http://www.vobcopy.org/mirror/elive/ elive main efl elive
código-fonte:
http://www.kiberpipa.org/~minmax/cinelerra/builds/athlonxp/hvirtual_2.1.0-2svn20071030.tar.gz