View Full Version : UBuntu + Cinelerra


samversion
14-02-2008, 22:17
Boas People.

Instalei recentemente o Ubuntu 7.10 e saquei o programa de video Cinelerra CV.

Algum pode-me explicar como é que se instala o programa?

Nao "pesco" muito de linux... Só recentemente é que o instalei.

Obrigado

Boas navegações:sad:

JKL22
14-02-2008, 22:36
Lê isto (http://www.guiaubuntupt.org/wiki/index.php?title=Como_instalar_tudo_em_Ubuntu).

rj123
15-02-2008, 00:32
Muito simples:

7.10 Gutsy Gibbon

for all x86 (full working on 32 and 64 bits), by Paolo Rampino:
deb http://repository.akirad.net akirad-gutsy main
Notes:
- Installations from this repository need an authentication key. Add it by typing the following command in your terminal:
wget -q http://repository.akirad.net/dists/akirad.key -O- | sudo apt-key add -
- Cinelerra package is available in 5 variants:
cinelerra (no opengl) - cinelerra-generic (with opengl) - cinelerra-k8 (with opengl) - cinelerra-k7 (no opengl)
- These packages set shmmax to 0x7fffffff and add non-English language support for Cinelerra.
- Please, report any package bug to akir4d at gmail dot com

for i386 (not working on amd 32 bits), by Valentina Messeri:
deb http://giss.tv/~vale/ubuntu32 ./

for AMD64 (and also Core Duo Intel64), by Valentina Messeri:
deb http://giss.tv/~vale/ubuntu64 ./
Note:
- If your package manager complains that it does not have the right version of libfaac (1.25) you can try installing libfaac0.

http://cv.cinelerra.org/getting_cinelerra.php

Simplificando (para x86):
* Abres a consola (terminal) e fazes os seguintes passos
echo "deb http://repository.akirad.net akirad-gutsy main" | sudo tee -a /etc/apt/sources.list
wget -q http://repository.akirad.net/dists/akirad.key -O- | sudo apt-key add -
sudo aptitude update
sudo aptitude install cinelerra
E pronto ta istalado
(Os primeiros 2 passos são para adicionar os repositórios e a key ao instalador)
(Os ultimos 2 passos são a instalação propriamente dita, tb podem ser feitos no synaptic)

Já agora depois de adicionares o repositório e a respectiva key podes instalar os seguintes pacotes:

Now you can install:
* cinelerra (x86 and x86_64 without opengl 2.0 video card)*
* cinelerra-generic (all x86 and x86_64 with opengl 2.0 video card)*
* cinelerra-k7 (amd32 without opengl 2.0 video card)*
* cinelerra-k7gl (amd32 with opengl 2.0 video card)*
* cinelerra-k8 (amd k8 optimized with opengl 2.0 video card)*
* dvdstyler
* qdvdauthor (with some fix)
* lives ( LiVES is a Video Editing System )