Announcement

Collapse
No announcement yet.

Problems installing Cinelerra

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problems installing Cinelerra

    Hi all,

    Am fairly new to Linux but am a MS Support Engineer so I'm fairly intelligent (I hope!).

    I'm having an issue installing Cinelerra. I have added the sources and can install version 4 but it doesn't create an icon in the menu for it so I'm unable to launch it and I'm afraid my Linux knowledge doesn't stretch far enough to see whether or not it has actually installed properly.

    Version 2.1 seems to be the version I need though according to various sources but it tells me there are dependencies that can't be installed.

    Any help would be appreciated. Am running Kubuntu 10.04 32bit if that helps.

    Many Thanks


    Paul.

    #2
    Re: Problems installing Cinelerra

    Hey, Paul -

    MCSE here but it's an old one. There are several ways to create an icon - the first is the easy one. Right-click your Kmenu icon and select Menu Editor. I'm sure you can take it from there

    symlinks are to Linux what shortcuts are to Windows. You can right-click an empty space in Dolphin, select "Create New" and make a symlink from there or you can do it in a terminal session like this -

    ln -s target_file link_name

    cheers -
    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #3
      Re: Problems installing Cinelerra

      How and where did you install ?
      What packages did you install ?


      http://cinelerra.org/ > Get Cinelerra > Ubuntu

      Reading the info...


      Example

      Alt+F2 and typing: kdesudo kate /etc/apt/sources.list.d/cinelerra.list

      adding:
      Code:
      deb [url]http://akirad.cinelerra.org[/url] akirad-lucid main
      save & exit.


      Updating the package database
      Code:
      sudo apt-get update
      Get:1 http://akirad.cinelerra.org akirad-lucid Release.gpg [197B]
      Ign http://akirad.cinelerra.org/ akirad-lucid/main Translation-en_US
      ...
      There will be a warning (W) but it is only a warning:
      W: GPG error: http://akirad.cinelerra.org akirad-lucid Release: The following signatures
      couldn't be verified because the public key is not available: NO_PUBKEY DB70C672B219D801

      Looking cinelerra packages:
      Code:
      apt-cache search cinelerra
      libcinelerra-dev - devlib of cinelerra, if you not ensure not install.
      cinelerra - An audio/video authoring tool
      libcinelerra-xt-dev - devlib of cinelerra, if you not ensure not install.
      cinelerrasv - fake package to replace new cinelerra format
      cinelerracv-smp - fake package to replace new cinelerra format
      cinelerracv - fake package to replace new cinelerra format
      libcinelerra-xt - A toolkit library
      libcinelerra - A toolkit library
      cinecutie-xt - An audio/video authoring tool
      cinelerracv-gl - fake package to replace new cinelerra format
      cinelerra-xt-optional - Optional packages for cinelerra that normally
      cinelerra-optional - Optional packages for cinelerra that normally
      cinelerra-xt - An audio/video authoring tool
      cinelerrasv-smp - fake package to replace new cinelerra format
      cinelerra-swtc - A shapewipe transitions collection by akiradproject
      cinelerrasv-gl - fake package to replace new cinelerra format
      cinecutie - An audio/video authoring tool

      Testing the installation:
      Code:
      sudo apt-get install -s cinelerra
      Reading package lists...
      Building dependency tree...
      Reading state information...
      The following extra packages will be installed:
      libcinelerra
      The following NEW packages will be installed:
      cinelerra libcinelerra
      0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
      Inst libcinelerra (2.1.1+git20100325 akirad.cinelerra.org)
      Inst cinelerra (2.1.1+git20100325 akirad.cinelerra.org)
      Conf libcinelerra (2.1.1+git20100325 akirad.cinelerra.org)
      Conf cinelerra (2.1.1+git20100325 akirad.cinelerra.org)
      Installing it:
      Code:
      sudo apt-get install cinelerra
      Reading package lists...
      Building dependency tree...
      Reading state information...
      The following extra packages will be installed:
      libcinelerra
      The following NEW packages will be installed:
      cinelerra libcinelerra
      0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
      Need to get 13.7MB of archives.
      After this operation, 28.9MB of additional disk space will be used.
      Do you want to continue [Y/n]? y
      WARNING: The following packages cannot be authenticated!
      libcinelerra cinelerra
      Install these packages without verification [y/N]? y

      Launching: K > Applications > Multimedia > Cinelerra
      or
      Alt+F2 and: cinelerra
      or konsole: cinelerra

      [img width=400 height=250]http://img146.imageshack.us/img146/9113/snapshot83.png[/img]


      Commandline/konsole:
      Code:
      cinelerra -v
      Cinelerra 2.1CV (C) 2006 Heroine Virtual Ltd.
      Compiled on gio 25 mar 2010, 23.45.24, UTC

      Cinelerra is free software, covered by the GNU General Public License,
      and you are welcome to change it and/or distribute copies of it under
      certain conditions. There is absolutely no warranty for Cinelerra.
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment

      Working...
      X