PDA

View Full Version : [ubuntu] Help me install Cinelerra


Vostrocity
June 28th, 2009, 10:39 PM
I just spent half an hour trying to figure out how to install Cinelerra and I'm still clueless. The instructions are right here (http://cinelerra.org/getting_cinelerra.php#jaunty) but I don't understand it at all. If they just gave me a link to a deb or tar then it would've been easy.

Grishka
June 29th, 2009, 12:02 AM
I just spent half an hour trying to figure out how to install Cinelerra and I'm still clueless. The instructions are right here (http://cinelerra.org/getting_cinelerra.php#jaunty) but I don't understand it at all. If they just gave me a link to a deb or tar then it would've been easy.

install this (http://akirad.cinelerra.org/pool/addakirad.deb), then click here (apt://cinelerracv). :)

Vostrocity
June 29th, 2009, 12:38 AM
Awesome! Easiest thing ever. :guitar:

projectbronco
September 22nd, 2009, 01:19 AM
install this (http://akirad.cinelerra.org/pool/addakirad.deb), then click here (apt://cinelerracv). :)


Wow, thanks. I was having the same problem and this really helped!

Gliderfm
October 6th, 2009, 12:57 PM
Thanx so much. I'm so new to linux so far all I've done is boot it up and read.

a2z
October 8th, 2009, 09:03 AM
install this (http://akirad.cinelerra.org/pool/addakirad.deb), then click here (apt://cinelerracv). :)

I did this. But I can't find it! Neither can "search>filesystem"....
The package manager says it is installed though.
Where could it be hiding?

Thanks

a2z


Ubuntu Jaunty
ASUS P5N-D
intel Core 2 quad Q6700
Corsair 4G RAM
Maxtor 40G

modorf
October 13th, 2009, 06:30 PM
wget -q http://repository.akirad.net/dists/akirad.key -O- | sudo apt-key add -
sudo echo 'deb http://repository.akirad.net akirad-jaunty main' >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install cinelerracv-smp

corncob
October 14th, 2009, 09:04 PM
wget -q http://repository.akirad.net/dists/akirad.key -O- | sudo apt-key add -
sudo echo 'deb http://repository.akirad.net akirad-jaunty main' >> /etc/apt/sources.list
sudo apt-get update
sudo apt-get install cinelerracv-smp


It worked! Left me with a question though. I have 2 Cinelerra's listed in my applications -- with and without xcb. What is xcb?

modorf
October 15th, 2009, 05:07 PM
It worked! Left me with a question though. I have 2 Cinelerra's listed in my applications -- with and without xcb. What is xcb?

I think this is what XCB is:
http://en.wikipedia.org/wiki/XCB

In computing, XCB (X C Binding) is a C language binding for the X Window System. It is implemented as free software and aims to replace Xlib. The project was started in 2001 by Bart Massey.

Xlib/XCB provides application binary interface compatibility with both Xlib and XCB, providing an incremental porting path. Xlib/XCB uses the protocol layer of Xlib, but replaces the Xlib transport layer with XCB, and provides access to the underlying XCB connection for direct use of XCB. Most distributions nowadays use Xlib/XCB for their libX11[citation needed], because by opening a single connection to the X server this allows to mix usage of XCB and Xlib in an application and the libraries it uses[2][3].

shantiq
May 28th, 2010, 04:56 AM
well i too had problems with the site's instructions using addakirad


and then somewhere else i saw this

the very simple

sudo apt-get install cinelerra

the obvious is sometimes elusive but hey worked first time

drkitty
June 24th, 2010, 03:28 PM
the apt-get install cinelerra isn't working for me (Ubuntu 9.10).

cinelerra: Depends: liblame0 (>= 3.97) but it is not installable
Depends: libmjpegtools0c2a (>= 1:1.8.0) but it is not installable
Depends: libopenexr2ldbl (>= 1.2.2) but it is not installable
Depends: libquicktimehv (= 1:2.1.0-2svn20082807ubuntuubuntu1) but it is not going to be installed
Depends: libraw1394-8 but it is not installable
E: Broken packages

Fidelio
July 19th, 2010, 01:17 PM
the apt-get install cinelerra isn't working for me (Ubuntu 9.10).

cinelerra: Depends: liblame0 (>= 3.97) but it is not installable
Depends: libmjpegtools0c2a (>= 1:1.8.0) but it is not installable
Depends: libopenexr2ldbl (>= 1.2.2) but it is not installable
Depends: libquicktimehv (= 1:2.1.0-2svn20082807ubuntuubuntu1) but it is not going to be installed
Depends: libraw1394-8 but it is not installable
E: Broken packages

I get this error with 10.04 too. Can anyone help?

spaceshipguy
August 31st, 2010, 07:09 AM
I've been trying to install Cinelerra for over an hour.

Giving up... NOW!

I switched to Ubuntu to avoid having to mess about for hours when I wanted to install something. Grrr.

MrVas
November 12th, 2010, 04:13 AM
I can totally see why people would pull their hair out after reading the install instructions for Ubuntu from Cinelerra site (http://cinelerra.org/getting_cinelerra.php):

What worked for me (Ubuntu 10.04 64-bit) was the following:

wget -q http://akirad.cinelerra.org/pool/addakirad.deb && sudo dpkg -i addakirad.deb && rm addakirad.deb && sudo apt-get update
Followed by:
sudo apt-get install cinelerra-xtYou should leave out "-xt" if your CPU doesn't support Supplemental Streaming SIMD Extensions 3 (SSSE3) (http://en.wikipedia.org/wiki/SSSE3) (AMD for example). To find out, check /proc/cpuinfo for SSSE3:
cat /proc/cpuinfo | grep "ssse3"
In the output you should see a ssse3 flag. If not, your CPU doesn't support SSSE3.

Vas

dancomic
December 23rd, 2010, 03:35 PM
That's what I did to install cinelerra.

I opened software sources from system --> administration --> software sources

Then I went to "other software" tab and I clicked "add"
there I pasted the ppa address given on the cinelerra website. (Here https://launchpad.net/~cinelerra-ppa/+archive/ppa)

I selected my ubuntu version (maverick) and I copied and pasted the sources in the add source window

deb http://ppa.launchpad.net/cinelerra-ppa/ppa/ubuntu maverick main
deb-src http://ppa.launchpad.net/cinelerra-ppa/ppa/ubuntu maverick main

Note:
Here there's instructions about how to do that
https://help.ubuntu.com/community/Repositories/Ubuntu

Then I closed the "software sources" window and I opened "synaptic package manager"

System --> Administration --> Synaptic Package Manager

I searched for cinellera, it appeared among other software, I just marked "cinellerra" for installation.

Click on "Apply" and the installation began.

When it finished I got cinellera in Applications --> sound and video

Hope this helps, there's a lot of different ways to do this, It is possible to do that on the command line too, or editing a text file that has all the info about repositories, I don't remember exactly the name, I'm a newbie too...
:-)

olligobber
January 14th, 2011, 11:51 PM
install this (http://akirad.cinelerra.org/pool/addakirad.deb), then click here (apt://cinelerracv). :)

I tried the first link to install and got this:
Oops! Google Chrome could not connect to akirad.cinelerra.org

Anyone got a solution? Another location for this deb file?

beccatoria
January 20th, 2011, 01:24 PM
Yeah, the akirad repository appears to be offline right now, but there's a new ppa available -

https://launchpad.net/~cinelerra-ppa/+archive/ppa

which hosts Cinelerra CV 2.1.5 - the version that was released in November 2010. It's effectively the same as 2.1 but with better support for a number of media types and a bunch of bugfixes, etc.

Add ppa:cinelerra-ppa/ppa to your sources in synaptic, reload, and it should show up in the software centre if you search for it.

I'm quite excited by the activity here - especially if it means potentially getting Cinelerra HV in the future since I've never had enough code-fu to compile that from source, but I dream of one day being able to make use of nested sequences...

beccatoria
January 20th, 2011, 01:27 PM
apologies - computer glitch led to triple post.

beccatoria
January 20th, 2011, 01:29 PM
apologies - computer glitch led to triple post.

mikeyrobertson
May 16th, 2011, 12:59 AM
Ok, so i know this is a really old topic. But I had a little bit of trouble setting this up and figured I'd give it a try explaining it.
I dont ever use Linux, and was able to figure it out within a hour or so.

First add the "signing key": do this by opening your terminal and typing
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 72D340A3
(replace 72D340A3 with whatever your key is).

Then Add cinellera to software sources:
in terminal type
sudo software-properties-gtk
(this starts software sorces)

Then in the other software tab, add the ppa source. in my case it was: deb http://ppa.launchpad.net/cinelerra-ppa/ppa/ubuntu natty main (natty main should be replaced with whatever ubuntu version your using, in my case it was natty, which is version 10.04)

Next, exit software sources, it will ask you if you want to reload your stuff, click on reload.

then, just open up synaptic package manager. Once its open click on reload. then search for cinelerra, if its not your top hit, exit synaptic and reopen. Once you see it, just check it and click apply.

DONE, now just look for it in your applications

jejeman
May 16th, 2011, 04:42 AM
For launchpad ppas you dont need to separetly add key and sources, just type
sudo apt-add-repository ppa:cinelerra-ppa/ppa
and you will automaticly add key, and sources.

arisepeter
October 14th, 2011, 11:00 AM
I have wasted hours in searching installation instructions for Cinelerra. I have also downloaded the latest version from Cinelerra website, but that too failed to work.Also the instructions in most of the website found not suitable for my Ubutu version.Atlast the following instruction in a website found working for my Ubuntu 10.04 Lucid. They claim it will work for the following also.
Ubuntu Maverick 10.10 , Lucid 10.04, Karmic 9.10:
Here are the instruction.
Open a terminal by typing trl+ Alt+ T then paste the following commends one by one. Wait for each instruction to execute.
sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra
for details see the website:
http://www.g-raffa.eu/Cinelerra/HOWTO/installation.html

If that dosent work try adding ppa by issuing the following command in a command line by pressing Crrl+Alt+T
sudo add-apt-repository ppa:gwibber-daily/ppa
it will fetch the ppa, then issue the command
sudo apt-get update
now try the following commands
sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra

jejeman
October 14th, 2011, 06:16 PM
Atlast the following instruction in a website found working for my Ubuntu 10.04 Lucid.
Which version do you use?

marer13
October 19th, 2011, 12:01 PM
The first link doesn't work....

marer13
October 19th, 2011, 12:08 PM
It doesn't work on my Kubuntu.....

Here's the output I'm getting:

marer13@marer13-Studio:~$ sudo apt-get install cinelerra
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package cinelerra

What shall I do?

jejeman
October 19th, 2011, 12:21 PM
Which version do you use?

marer13
October 19th, 2011, 12:23 PM
I have just updated to the latest version

jejeman
October 19th, 2011, 02:13 PM
The oneiric version failed to build in PPA.
You can try to install Natty packages.

marer13
October 19th, 2011, 02:32 PM
How?

jejeman
October 19th, 2011, 03:38 PM
I've tried my self, and ended up with broken package system. Well, maybe I wasn't careful, but if you don't have experience, I would not recommend.

timsdeepsky
October 19th, 2011, 09:26 PM
This is the first time Cinelerra has failed from the PPA for me....Seems the package for 11.10 has some issues still....https://launchpad.net/~cinelerra-ppa/+archive/ppa/+packages

timsdeepsky
November 8th, 2011, 09:53 PM
This appears to be fixed now....

timsdeepsky
November 10th, 2011, 10:56 PM
Appears to work in 11.10 (32 bit)...Seems 64 bit install of Cinelerra in 11.10 is still a problem for now....

mjhouska
November 12th, 2011, 02:33 PM
I think this is what XCB is:
http://en.wikipedia.org/wiki/XCB

In computing, XCB (X C Binding) is a C language binding for the X Window System. It is implemented as free software and aims to replace Xlib. The project was started in 2001 by Bart Massey.

Xlib/XCB provides application binary interface compatibility with both Xlib and XCB, providing an incremental porting path. Xlib/XCB uses the protocol layer of Xlib, but replaces the Xlib transport layer with XCB, and provides access to the underlying XCB connection for direct use of XCB. Most distributions nowadays use Xlib/XCB for their libX11[citation needed], because by opening a single connection to the X server this allows to mix usage of XCB and Xlib in an application and the libraries it uses[2][3].

thanks for trying to explain.:popcorn: