> > Hi Flavio, that's a bad link? 404 > Well, those things always happen. Matter of fact, they happen so much and so often that this time I had copied and pasted the whole content to my inbox! Ha! It goes below - it's in portuguese, but you'll get the commands easily.
> Have you seen artistx? A work of art. 32bit live cd but no installer, > anyway after a netinst and the pseudo-script from artist x seen here: > > http://www.artistx.org/site2/documentation/how-to/from-debian-to-artistx.html > I was very pleased with the outcome. Less cinelerra of course :-( Nope. But taking a glimpse at it, it doesn't seem to be way off the usual we'd install for a video-editing system though... But thanks for sharing. There it goes: --- bôra lá, primeiro as dependências: apt-get install nasm yasm build-essential libglut-dev libpng-dev \ pkg-config libxv-dev gettext x11proto-xf86vidmode-dev libxxf86vm-dev \ libpopt-dev texinfo libasound2-dev libbz2-dev baixar o código-fonte na linha de comando mesmo: ******THIS MAY NOT WORK DUE TO THE LINK, SO JUST FETCH CIN4 FROM THE WEB INSTEAD OF WGETTING IT... wget -c http://ufpr.dl.sourceforge.net/sourceforge/heroines/cinelerra -4-src.tar.bz2 descompacte: tar jxvf cinelerra-4-src.tar.bz2 entra na cozinha, verifica se tem os ingredientes, bata tudo e coloque no forno: cd cinelerra-4 ./configure make make install cobertura e recheio: ******THIS IS ADDITIONAL STUFF, ONLY THE FIRST TWO ARE OF RELEVANCE. cp -r bin/ /usr/share/cinelerra ln -s /usr/share/cinelerra/cinelerra /usr/local/bin/ wget -c 'http://banto.hipatia.net/softwarelivre/arquivos/cinelerra.desktop' wget -c 'http://banto.hipatia.net/softwarelivre/arquivos/cinelerra.xpm' mv cinelerra.xpm /usr/share/pixmaps/ mv cinelerra.desktop /usr/share/applications/ echo kernel.shmmax=0x7fffffff >> /etc/sysctl.conf sysctl -p e pronto! ----- rock on, flavio
