Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

  1. #1
    Join Date
    Mar 2005
    Beans
    96

    Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    Hello again,

    probably you found the .deb file for Hardy Haron on cinelerra.org.

    But since this was not working for me right away i decided to write this Howto
    for those users who want to install Cinelerra 2.1 CV from sources.


    Preamble

    This tutorial is written for Hardy Heron 8.04 32-Bit.
    I tested my tutorial on a fresh vigin installation of Hardy Heron
    with no additional packages.


    #1. Adding "Restricted Respositories"

    Make sure "Universe" and "Multiverse" repositories" are included in your respositories [1].


    #2. Get necessary packages

    First become root:
    Code:
    sudo -s

    This is a bunch of packages you will need to compile cinelerra:

    Code:
    sudo aptitude install -y g++-4.2 subversion autoconf gettext libtool xlibs-static-dev libasound2-dev nasm  liboggz1-dev libvorbis-dev libtheora-dev libopenexr-dev libdv4-dev libpng12-dev libtiff4-dev libx264-dev libmjpegtools-dev uuid-dev libfftw3-dev liba52-0.7.4-dev liblame-dev libsndfile1-dev libfaac-dev libfaad-dev libraw1394-dev libiec61883-dev libxxf86vm-dev xmorph libxv-dev quicktime-x11utils quicktime-utils libarts1-mpeglib
    (Hint: click four times to mark the whole line)


    #3. Download the Source-Tree

    first change directory to the /opt folder:

    Code:
    cd /opt
    download the subversion files:

    Code:
    svn checkout svn://svn.skolelinux.org/cinelerra/trunk/hvirtual
    and change to the hvirtual directory:

    Code:
    cd hvirtual

    #4. Creating the configure file

    Create the `./configure' file by running:

    Code:
    ./autogen.sh

    #5. Run configure

    Then run the `.configure' file:

    Code:
    ./configure --with-buildinfo=svn/recompile

    #6. Tweak a little

    To avoid this error message
    Code:
    ar: .libs/reconmmx.o: No such file or directory
    make[3]: *** [libmpeg3_video.la] Error 1
    during the compiling process you have
    to type in the following commands:


    Code:
    cd libmpeg3/video
    nasm -f elf reconmmx.s -o reconmmx.o
    mkdir .libs
    cp reconmmx.o .libs/
    This error has not been fixed since it was reported in
    2007-01-21 22:58 +2


    #7. Compile the Binary file

    Code:
    cd /opt/hvirtual
    make

    #8. Install Cinelerra CV

    Code:
    make install

    #9. Run Cinelerra

    Start Cinelerra as root:

    Code:
    sudo cinelerra

    Fahrvergnügen!

    /lprofil


    Documents:
    http://bugs.cinelerra.org/
    http://bugs.cinelerra.org/show_bug.cgi?id=397

    Editing History:

    Thanks to:
    jan_everts
    Jalke
    Last edited by lprofil; May 1st, 2008 at 05:16 PM.

  2. #2
    Join Date
    Feb 2007
    Location
    San Diego, CA
    Beans
    28

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    I run into this error:

    checking for libasound headers version >= 1.0.2... not present.
    configure: error: Sufficiently new version of libasound not found.

    but I have a higher version than that! =(
    http://www.myspace.com/richandcreamy San Diego Gaslamp and Nightlife
    Linux makes me feel like I'm 6 years old with a c64 all over again! Oh the simple joys of terminal commands!

  3. #3
    Join Date
    May 2008
    Location
    Texas
    Beans
    1
    Distro
    Ubuntu 7.04 Feisty Fawn
    Hi

    (still new to Ubuntu)
    I received those errors you gave fixes for but must have not done it right,
    These are the errors, i went back and tryed to redo your error fix but it still did not help any thing.

    env: g++: No such file or directory
    make[2]: *** [bcbar.lo] Error 1
    make[2]: Leaving directory `/opt/hvirtual/guicast'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/hvirtual'
    make: *** [all] Error 2

    If you have any ideas or help i would greatly appreciate it Thanks
    Last edited by dahawk25; May 27th, 2008 at 08:24 PM.

  4. #4
    Join Date
    May 2008
    Beans
    2

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    Quote Originally Posted by dahawk25 View Post
    Hi

    (still new to Ubuntu)
    I received those errors you gave fixes for but must have not done it right,
    These are the errors, i went back and tryed to redo your error fix but it still did not help any thing.

    env: g++: No such file or directory
    make[2]: *** [bcbar.lo] Error 1
    make[2]: Leaving directory `/opt/hvirtual/guicast'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/hvirtual'
    make: *** [all] Error 2
    I also experience this problem during compilation. This is a different issue than the one he addressed in the tutorial.

    Would someone help?

  5. #5
    Join Date
    Feb 2007
    Location
    UK
    Beans
    393

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    This is ridiculous.

    Why don't the devs just check the.deb files before they release them?

    I've been dicking around for 2 hours trying to get cinelerra installed onto my machine.

    Just going to scrap the idea, and stick with Final Cut Pro on my Mac partition.

    Its crap like *this* that is holding back Linux from being useable by the majority.
    Asus 1015px
    Macbook Pro 4.1

  6. #6
    Join Date
    Dec 2007
    Beans
    31

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    try this:
    http://cinelerra.org/getting_cinelerra.php#ubuntu

    and then search for it in synaptic

  7. #7
    Join Date
    Apr 2007
    Location
    Krakow, Poland
    Beans
    Hidden!
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    Quote Originally Posted by spooky655 View Post
    try this:
    http://cinelerra.org/getting_cinelerra.php#ubuntu

    and then search for it in synaptic
    the problem is that after installation of deb files Cinelerra doesn't respond to any click on's. No menu, no widget, no button works at all after upgrade from 7.10 (feisty) to 8.04 (hardy)

    I recently find solution in my hardy installation. You could find this here:

    http://ubuntuforums.org/showthread.p...75#post5267875

    Hope it help
    Last edited by mateuszbaranski; June 26th, 2008 at 08:26 PM.
    Mateusz Baranski
    kubuntu 10.04 & 8.10 (laptops)
    ubuntustudio 9.10 (desktop)
    ubuntu 8.04 (server)

  8. #8
    Join Date
    Dec 2005
    Beans
    733
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    Question does cinlerra (at least this version on hardy) allow working with avi xvid, divx or X264 encoded files without spitting up an error or crashing?
    Ever since 7.04 i have been having problems with cinelerra and editing avi files either it would crash or spit up errors or not support X264 encoded files, the only workaround is to change the fourcc of the file in question and even then there was a 60% chance the program would crash while editing/creating a project.

  9. #9
    Join Date
    Jul 2008
    Beans
    1

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    After apparently successfully installing, I got the following when I tried to run:


    cinelerra: error while loading shared libraries: libquicktimehv-1.6.0.so.1: cannot open shared object file: No such file or directory



    Any help appreciated.

    Thanks

  10. #10
    Join Date
    Nov 2008
    Location
    Powell River, BC, Canada
    Beans
    208

    Re: Cinelerra 2.1 CV for Hardy Haron 8.04 [ How To / Tutorial ]

    After step #7
    Code:
    cd /opt/hvirtual make
    make
    Terminal returns the following error message
    Code:
    make[2]: *** [bcbar.lo] Error 1
    make[2]: Leaving directory `/opt/hvirtual/guicast'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/opt/hvirtual'
    make: *** [all] Error 2

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •