<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.video.cinelerra-cv.general">
    <title>gmane.comp.video.cinelerra-cv.general</title>
    <link>http://blog.gmane.org/gmane.comp.video.cinelerra-cv.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13619"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13618"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13617"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13616"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13615"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13614"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13613"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13612"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13611"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13610"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13609"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13608"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13607"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13606"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13605"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13604"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13603"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13602"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13601"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13600"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13619">
    <title>RE: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13619</link>
    <description>&lt;pre&gt;
Haldun,

The diff has to be outside the cinelerra-cv folder. In your case it should be in ~/

Nicola

 

From: altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org
To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
Subject: Re: [CinCV] Cinelerra on Ubuntu Studio 12.04
Date: Wed, 16 May 2012 19:01:05 +0200


  
    
  
  
    

    Thank you Nicola,

    I put diff file on cinelerra-cv folder and run the command to patch

    I get some erreurs still

    

    haldun&amp;lt; at &amp;gt;haldunHP:~/cinelerra-cv$ patch -p0 -i
    add-libraries-to-linker.diff

    can't find file to patch at input line 4

    Perhaps you used the wrong -p or --strip option?

    The text leading up to this was:

    --------------------------

    |diff -Nru cinelerra-2.2.orig/cinelerra/Makefile.am
    cinelerra-2.2/cinelerra/Makefile.am

    |--- cinelerra-2.2.orig/cinelerra/Makefile.am    2011-11-13
    23:53:34.000000000 -0500

    |+++ cinelerra-2.2/cinelerra/Makefile.am    2011-11-14
    14:06:09.000000000 -0500

    --------------------------

    File to patch: (here the command line stops and I added the
    following lines to see what happens :) add-libraries-to-linker.diff

    patching file add-libraries-to-linker.diff

    Hunk #1 FAILED at 677.

    1 out of 1 hunk FAILED -- saving rejects to file
    add-libraries-to-linker.diff.rej

    

    there finishes the line

    

    What am I supposed to do please. ?

    

    On 16/05/2012 18:03, Nicola Ferralis wrote:
    
      
      
        The error in compilation is a known issue in cinelerra main
        source code. You need to apply the attached patch to the source.
        Not sure why it hasn't been included yet on the main code.

        

        To apply the patch, place the diff file in the same folder where
        the cinelerra-2.2  source folder is, and run:

        

        patch -p0 -i add-libraries-to-linker.diff

        

        Then proceed with the compilation. 

        

        Regarding the faad issue, you need the -dev package: it's the
        one that contains the libraries used during compilation. The
        correct dependency for that is libfaad-dev

        

        I repost below the correct list...

        

        Cheers,

        Nicola

        

        ***************************

        

        debhelper

        automake

        fakeroot

        libasound2-dev

        libdv4-dev

        libavcodec-dev 

        libmp3lame-dev

        libvorbis-dev

        libogg-dev 

        libtool 

        liba52-0.7.4-dev

        libtheora-dev

        libpng12-dev

        libjpeg-dev

        libtiff4-dev

        libesd0-dev 

        libaudiofile-dev

        libraw1394-dev

        libavc1394-dev

        libfreetype6-dev

        libfontconfig1-dev

        nasm

        uuid-dev, 

        docbook-to-man

        libfaad-dev 

        libmjpegtools-dev

        libopenexr-dev

        libxxf86vm-dev

        libfftw3-dev

        libsndfile1-dev

        libiec61883-dev

        libx264-dev,

        libfaac-dev

        libx11-dev

        libxext-dev

        libxft-dev

        libxv-dev

        libxxf86vm-dev

        libglu1-mesa-dev

        libv4l-dev

         

        

        

        
          From: altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org

          To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

          Subject: Re: [CinCV] Cinelerra on Ubuntu Studio 12.04

          Date: Wed, 16 May 2012 17:39:44 +0200

          

          When checking dependencies for installation  after the
          commande "./configure ...." faad librairies and headers was
          missing after i installed the package libfaad-dev they were
          found.

          

          Everything seems to be in order it tells me to tape "make" but
          fails with errors :

          some parts are in french I don't know if it bothers.

          

          haldun&amp;lt; at &amp;gt;haldunHP:~/cinelerra-cv$ make

          (CDPATH="${ZSH_VERSION+.}:" &amp;amp;&amp;amp; cd . &amp;amp;&amp;amp;
          /bin/bash /home/haldun/cinelerra-cv/missing --run autoheader)

          rm -f stamp-h1

          touch config.h.in

          cd . &amp;amp;&amp;amp; /bin/bash ./config.status config.h

          config.status: creating config.h

          config.status: config.h is unchanged

          make  all-recursive

          make[1]: entrant dans le répertoire «
          /home/haldun/cinelerra-cv »

          Making all in libmpeg3

          make[2]: entrant dans le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3 »

          Making all in audio

          make[3]: entrant dans le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3/audio »

          make[3]: Rien à faire pour « all ».

          make[3]: quittant le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3/audio »

          Making all in video

          make[3]: entrant dans le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3/video »

          make[3]: Rien à faire pour « all ».

          make[3]: quittant le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3/video »

          make[3]: entrant dans le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3 »

          /bin/bash ../libtool --tag=CC --tag=CC   --mode=link gcc
          -DHAVE_MMX -DUSE_MMX -DX86_CPU  -D_LARGEFILE_SOURCE
          -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -g -O2
          -version-info 1:0:0 -release 1.5.0 -Wl,--no-undefined  -o
          libmpeg3hv.la -rpath /usr/local/lib bitstream.lo libmpeg3.lo
          mpeg3atrack.lo mpeg3css.lo mpeg3demux.lo mpeg3ifo.lo
          mpeg3io.lo mpeg3strack.lo mpeg3title.lo mpeg3tocutil.lo
          mpeg3vtrack.lo workarounds.lo -la52 video/libmpeg3_video.la
          audio/libmpeg3_audio.la -lm -lpthread -lm -ldl -lpthread

          libtool: link: gcc -shared  -fPIC -DPIC  .libs/bitstream.o
          .libs/libmpeg3.o .libs/mpeg3atrack.o .libs/mpeg3css.o
          .libs/mpeg3demux.o .libs/mpeg3ifo.o .libs/mpeg3io.o
          .libs/mpeg3strack.o .libs/mpeg3title.o .libs/mpeg3tocutil.o
          .libs/mpeg3vtrack.o .libs/workarounds.o  -Wl,--whole-archive
          video/.libs/libmpeg3_video.a audio/.libs/libmpeg3_audio.a
          -Wl,--no-whole-archive  -la52 -lm -ldl -lpthread  -O2
          -Wl,--no-undefined   -Wl,-soname -Wl,libmpeg3hv-1.5.0.so.1 -o
          .libs/libmpeg3hv-1.5.0.so.1.0.0

          /usr/bin/ld: .libs/libmpeg3.o: relocation R_X86_64_32 against
          `.rodata.str1.1' can not be used when making a shared object;
          recompile with -fPIC

          .libs/libmpeg3.o: could not read symbols: Bad value

          collect2: ld returned 1 exit status

          make[3]: *** [libmpeg3hv.la] Erreur 1

          make[3]: quittant le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3 »

          make[2]: *** [all-recursive] Erreur 1

          make[2]: quittant le répertoire «
          /home/haldun/cinelerra-cv/libmpeg3 »

          make[1]: *** [all-recursive] Erreur 1

          make[1]: quittant le répertoire « /home/haldun/cinelerra-cv »

          make: *** [all] Erreur 2

          

          

          hope it helps ...

          

          On 16/05/2012 14:30, Haldun ALTAN wrote:
           

            Hi Nicola,

            

            The only missing dependencie of your list on synaptics is
            "libfaad2-dev"

            instead I have "libfaad2" or "libfaad-dev" is "libfaad2"
            without "-dev" is ok ?

            

            Thanks

            

            On 15/05/2012 17:14, Haldun ALTAN wrote:
             I will
              try to compile for the first time ... :)

              thanks a lot.

              cheers

              Haldun.

              

              On 15/05/2012 16:57, Nicola Ferralis wrote:
              
                
                 Hi Haldun,

                  

                  The full set of required dependencies for building
                  Cinelerra for Ubuntu 12.04 is given bellow.

                  

                  I hope it helps.

                  

                  Cheers,

                  Nicola

                  

                  **********************

                  

                  debhelper

                  automake

                  fakeroot

                  libasound2-dev

                  libdv4-dev

                  libavcodec-dev 

                  libmp3lame-dev

                  libvorbis-dev

                  libogg-dev 

                  libtool 

                  liba52-0.7.4-dev

                  libtheora-dev

                  libpng12-dev

                  libjpeg-dev

                  libtiff4-dev

                  libesd0-dev 

                  libaudiofile-dev

                  libraw1394-dev

                  libavc1394-dev

                  libfreetype6-dev

                  libfontconfig1-dev

                  nasm

                  uuid-dev, 

                  docbook-to-man

                  libfaad2-dev 

                  libmjpegtools-dev

                  libopenexr-dev

                  libxxf86vm-dev

                  libfftw3-dev

                  libsndfile1-dev

                  libiec61883-dev

                  libx264-dev,

                  libfaac-dev

                  libx11-dev

                  libxext-dev

                  libxft-dev

                  libxv-dev

                  libxxf86vm-dev

                  libglu1-mesa-dev

                  libv4l-dev

                   

                  

                  

                  
                    From: altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org

                    To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

                    Subject: Re: [CinCV] Cinelerra on Ubuntu Studio
                    12.04

                    Date: Tue, 15 May 2012 09:35:21 +0200

                    

                    Hello Nicola

                    

                    Can we with this information for dependencies
                    compile cinelerra for ubuntu studio 1204 ?

                    

                    I guess grandma has some more knittings to do :)))

                    

                    Thanks in advance.

                    

                    Haldun.

                    

                    On 17/04/2012 19:18, Nicola Ferralis wrote:
                    
                      
                       Raffaella, make sure you correct
                        your broken dependencies. 

                        

                        sudo apt-get -f install

                        

                        As for precise, libjpeg-dev is needed: previous
                        versions use libjpeg62-dev which is no longer in
                        precise.

                        

                        Hope it helps.

                        

                        Nicola

                        

                        P.S. For successful compilation on any ubuntu
                        (including precise) these are the dependencies
                        (from the control file in ppa)

                        

                        debhelper (&amp;gt;= 7.0.16~), automake, fakeroot,

                         libasound2-dev (&amp;gt;= 1.0.4), libdv4-dev (&amp;gt;=
                        1.0.0), 

                         libavcodeccvs51-dev | libavcodec-dev, 

                         libmp3lame-dev | liblame-dev (&amp;gt;= 3.92),
                        libvorbis-dev (&amp;gt;= 1.0.0),

                         libogg-dev (&amp;gt;= 1.1.2), libtool (&amp;gt;= 1.5),
                        liba52-0.7.4-dev (&amp;gt;= 0.7.4), 

                         libtheora-dev (&amp;gt;=0.0.0.alpha4) |
                        libtheora-mmx-dev (&amp;gt;=0.0.0.alpha4),

                         libpng12-dev (&amp;gt;= 1.2.5), libjpeg-dev |
                        libjpeg62-dev, libtiff4-dev (&amp;gt;= 3.6.0),

                         libesd0-dev (&amp;gt;= 0.2.28), libaudiofile-dev
                        (&amp;gt;= 0.2.3), 

                         libraw1394-dev (&amp;gt;= 1.2.0), libavc1394-dev
                        (&amp;gt;= 0.4.1),

                         libfreetype6-dev (&amp;gt;= 2.2.1),
                        libfontconfig-dev | libfontconfig1-dev, nasm,
                        uuid-dev, 

                         docbook-to-man, libfaad2-dev | libfaad-dev,
                        libmjpegtools-dev (&amp;gt;= 1.6.2), 

                         libopenexr-dev (&amp;gt;= 1.1.1), libxxf86vm-dev
                        (&amp;gt;=6.8.2), libfftw3-dev | fftw3-dev,

                         libsndfile1-dev, libiec61883-dev (&amp;gt;= 1.0.0),
                        libx264-dev,

                         libfaac-dev (&amp;gt;= 1.24), libx11-dev,
                        libxext-dev, libxft-dev,

                         libxv-dev, libxxf86vm-dev, libfftw3-dev,
                        libglu1-mesa-dev, libv4l-dev | v4l-utils

                        

                         

                        

                        

                        &amp;gt; From: raffaella.traniello-iqJaG0mg3bVulxpn9UvDqw&amp;lt; at &amp;gt;public.gmane.org

                          &amp;gt; To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

                          &amp;gt; Subject: [CinCV] Cinelerra on Ubuntu
                          Studio 12.04

                          &amp;gt; Date: Tue, 17 Apr 2012 14:01:17 +0200

                          &amp;gt; 

                          &amp;gt; Ciao!

                          &amp;gt; 

                          &amp;gt; I'm trying to compile Cin on Ubuntu
                          Studio 12.04, a clean install.

                          &amp;gt; I started from the Grandma instructions
                          for Oneiric 11.10.

                          &amp;gt; 

                          &amp;gt; raffa&amp;lt; at &amp;gt;raffa-laptop:~/cinelerra-cv$ sudo
                          apt-get install xorg-dev 

                          &amp;gt; libasound2-dev libogg-dev libvorbis-dev
                          libtheora-dev libopenexr-dev 

                          &amp;gt; libdv4-dev libpng12-dev libjpeg62-dev
                          libx264-dev uuid-dev mjpegtools 

                          &amp;gt; libmjpegtools-dev libfftw3-dev
                          liba52-0.7.4-dev libmp3lame0 

                          &amp;gt; libmp3lame-dev libsndfile1-dev
                          libfaac-dev libfaad-dev libesd0-dev 

                          &amp;gt; libavc1394-dev libraw1394-dev
                          libiec61883-dev libtiff4-dev 

                          &amp;gt; libxxf86vm-dev libglu1-mesa-dev

                          &amp;gt; 

                          &amp;gt; but I got:

                          &amp;gt; 

                          &amp;gt; libmp3lame0 is already the newest
                          version.

                          &amp;gt; Some packages could not be installed.
                          This may mean that you have

                          &amp;gt; requested an impossible situation or if
                          you are using the unstable

                          &amp;gt; distribution that some required packages
                          have not yet been created

                          &amp;gt; or been moved out of Incoming.

                          &amp;gt; The following information may help to
                          resolve the situation:

                          &amp;gt; 

                          &amp;gt; The following packages have unmet
                          dependencies:

                          &amp;gt; libtiff4-dev : Depends: libjpeg-dev

                          &amp;gt; E: Unable to correct problems, you have
                          held broken packages.

                          &amp;gt; 

                          &amp;gt; If I install libjpeg-dev I still get the
                          same error.

                          &amp;gt; 

                          &amp;gt; Have someone of you already solved the
                          dependency issues in Ubuntu 

                          &amp;gt; Studio 12.04?

                          &amp;gt; 

                          &amp;gt; Ciao!

                          &amp;gt; Raffaella

                          &amp;gt; 

                          &amp;gt; 

                          &amp;gt; 

                          &amp;gt;
                          _______________________________________________

                          &amp;gt; Cinelerra mailing list

                          &amp;gt; Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

                          &amp;gt; https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

                        
                      
                    
                    _______________________________________________
                    Cinelerra mailing list Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
                    https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
                
              
              _______________________________________________ Cinelerra
              mailing list Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
              https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
            
            _______________________________________________ Cinelerra
            mailing list Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
            https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
          
          _______________________________________________
          Cinelerra mailing list
          Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
      
    
  


_______________________________________________
Cinelerra mailing list
Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra       &lt;/pre&gt;</description>
    <dc:creator>Nicola Ferralis</dc:creator>
    <dc:date>2012-05-16T17:12:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13618">
    <title>Re: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13618</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-16T17:01:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13617">
    <title>RE: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13617</link>
    <description>&lt;pre&gt;
The error in compilation is a known issue in cinelerra main source code. You need to apply the attached patch to the source. Not sure why it hasn't been included yet on the main code.

To apply the patch, place the diff file in the same folder where the cinelerra-2.2  source folder is, and run:

patch -p0 -i add-libraries-to-linker.diff

Then proceed with the compilation. 

Regarding the faad issue, you need the -dev package: it's the one that contains the libraries used during compilation. The correct dependency for that is libfaad-dev

I repost below the correct list...

Cheers,
Nicola

***************************

debhelper

            automake

            fakeroot

            libasound2-dev

            libdv4-dev

            libavcodec-dev 

            libmp3lame-dev

            libvorbis-dev

            libogg-dev 

            libtool 

            liba52-0.7.4-dev

            libtheora-dev

            libpng12-dev

            libjpeg-dev

            libtiff4-dev

            libesd0-dev 

            libaudiofile-dev

            libraw1394-dev

            libavc1394-dev

            libfreetype6-dev

            libfontconfig1-dev

            nasm

            uuid-dev, 

            docbook-to-man

            libfaad-dev 

            libmjpegtools-dev

            libopenexr-dev

            libxxf86vm-dev

            libfftw3-dev

            libsndfile1-dev

            libiec61883-dev

            libx264-dev,

            libfaac-dev

            libx11-dev

            libxext-dev

            libxft-dev

            libxv-dev

            libxxf86vm-dev

            libglu1-mesa-dev

            libv4l-dev
 

From: altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org
To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
Subject: Re: [CinCV] Cinelerra on Ubuntu Studio 12.04
Date: Wed, 16 May 2012 17:39:44 +0200


  
    
  
  
    When checking dependencies for installation  after the commande
    "./configure ...." faad librairies and headers was missing after i
    installed the package libfaad-dev they were found.

    

    Everything seems to be in order it tells me to tape "make" but fails
    with errors :

    some parts are in french I don't know if it bothers.

    

    haldun&amp;lt; at &amp;gt;haldunHP:~/cinelerra-cv$ make

    (CDPATH="${ZSH_VERSION+.}:" &amp;amp;&amp;amp; cd . &amp;amp;&amp;amp; /bin/bash
    /home/haldun/cinelerra-cv/missing --run autoheader)

    rm -f stamp-h1

    touch config.h.in

    cd . &amp;amp;&amp;amp; /bin/bash ./config.status config.h

    config.status: creating config.h

    config.status: config.h is unchanged

    make  all-recursive

    make[1]: entrant dans le répertoire « /home/haldun/cinelerra-cv »

    Making all in libmpeg3

    make[2]: entrant dans le répertoire «
    /home/haldun/cinelerra-cv/libmpeg3 »

    Making all in audio

    make[3]: entrant dans le répertoire «
    /home/haldun/cinelerra-cv/libmpeg3/audio »

    make[3]: Rien à faire pour « all ».

    make[3]: quittant le répertoire «
    /home/haldun/cinelerra-cv/libmpeg3/audio »

    Making all in video

    make[3]: entrant dans le répertoire «
    /home/haldun/cinelerra-cv/libmpeg3/video »

    make[3]: Rien à faire pour « all ».

    make[3]: quittant le répertoire «
    /home/haldun/cinelerra-cv/libmpeg3/video »

    make[3]: entrant dans le répertoire «
    /home/haldun/cinelerra-cv/libmpeg3 »

    /bin/bash ../libtool --tag=CC --tag=CC   --mode=link gcc -DHAVE_MMX
    -DUSE_MMX -DX86_CPU  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
    -D_FILE_OFFSET_BITS=64  -g -O2 -version-info 1:0:0 -release 1.5.0
    -Wl,--no-undefined  -o libmpeg3hv.la -rpath /usr/local/lib
    bitstream.lo libmpeg3.lo mpeg3atrack.lo mpeg3css.lo mpeg3demux.lo
    mpeg3ifo.lo mpeg3io.lo mpeg3strack.lo mpeg3title.lo mpeg3tocutil.lo
    mpeg3vtrack.lo workarounds.lo -la52 video/libmpeg3_video.la
    audio/libmpeg3_audio.la -lm -lpthread -lm -ldl -lpthread

    libtool: link: gcc -shared  -fPIC -DPIC  .libs/bitstream.o
    .libs/libmpeg3.o .libs/mpeg3atrack.o .libs/mpeg3css.o
    .libs/mpeg3demux.o .libs/mpeg3ifo.o .libs/mpeg3io.o
    .libs/mpeg3strack.o .libs/mpeg3title.o .libs/mpeg3tocutil.o
    .libs/mpeg3vtrack.o .libs/workarounds.o  -Wl,--whole-archive
    video/.libs/libmpeg3_video.a audio/.libs/libmpeg3_audio.a
    -Wl,--no-whole-archive  -la52 -lm -ldl -lpthread  -O2
    -Wl,--no-undefined   -Wl,-soname -Wl,libmpeg3hv-1.5.0.so.1 -o
    .libs/libmpeg3hv-1.5.0.so.1.0.0

    /usr/bin/ld: .libs/libmpeg3.o: relocation R_X86_64_32 against
    `.rodata.str1.1' can not be used when making a shared object;
    recompile with -fPIC

    .libs/libmpeg3.o: could not read symbols: Bad value

    collect2: ld returned 1 exit status

    make[3]: *** [libmpeg3hv.la] Erreur 1

    make[3]: quittant le répertoire « /home/haldun/cinelerra-cv/libmpeg3
    »

    make[2]: *** [all-recursive] Erreur 1

    make[2]: quittant le répertoire « /home/haldun/cinelerra-cv/libmpeg3
    »

    make[1]: *** [all-recursive] Erreur 1

    make[1]: quittant le répertoire « /home/haldun/cinelerra-cv »

    make: *** [all] Erreur 2

    

    

    hope it helps ...

    

    On 16/05/2012 14:30, Haldun ALTAN wrote:
    
      
      

      Hi Nicola,

      

      The only missing dependencie of your list on synaptics is
      "libfaad2-dev"

      instead I have "libfaad2" or "libfaad-dev" is "libfaad2" without
      "-dev" is ok ?

      

      Thanks

      

      On 15/05/2012 17:14, Haldun ALTAN wrote:
      
        
        I will try to compile for the first time ... :)

        thanks a lot.

        cheers

        Haldun.

        

        On 15/05/2012 16:57, Nicola Ferralis wrote:
        
          
           Hi Haldun,

            

            The full set of required dependencies for building Cinelerra
            for Ubuntu 12.04 is given bellow.

            

            I hope it helps.

            

            Cheers,

            Nicola

            

            **********************

            

            debhelper

            automake

            fakeroot

            libasound2-dev

            libdv4-dev

            libavcodec-dev 

            libmp3lame-dev

            libvorbis-dev

            libogg-dev 

            libtool 

            liba52-0.7.4-dev

            libtheora-dev

            libpng12-dev

            libjpeg-dev

            libtiff4-dev

            libesd0-dev 

            libaudiofile-dev

            libraw1394-dev

            libavc1394-dev

            libfreetype6-dev

            libfontconfig1-dev

            nasm

            uuid-dev, 

            docbook-to-man

            libfaad2-dev 

            libmjpegtools-dev

            libopenexr-dev

            libxxf86vm-dev

            libfftw3-dev

            libsndfile1-dev

            libiec61883-dev

            libx264-dev,

            libfaac-dev

            libx11-dev

            libxext-dev

            libxft-dev

            libxv-dev

            libxxf86vm-dev

            libglu1-mesa-dev

            libv4l-dev

             

            

            

            
              From: altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org

              To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

              Subject: Re: [CinCV] Cinelerra on Ubuntu Studio 12.04

              Date: Tue, 15 May 2012 09:35:21 +0200

              

              Hello Nicola

              

              Can we with this information for dependencies compile
              cinelerra for ubuntu studio 1204 ?

              

              I guess grandma has some more knittings to do :)))

              

              Thanks in advance.

              

              Haldun.

              

              On 17/04/2012 19:18, Nicola Ferralis wrote:
              
                
                 Raffaella, make sure you correct your
                  broken dependencies. 

                  

                  sudo apt-get -f install

                  

                  As for precise, libjpeg-dev is needed: previous
                  versions use libjpeg62-dev which is no longer in
                  precise.

                  

                  Hope it helps.

                  

                  Nicola

                  

                  P.S. For successful compilation on any ubuntu
                  (including precise) these are the dependencies (from
                  the control file in ppa)

                  

                  debhelper (&amp;gt;= 7.0.16~), automake, fakeroot,

                   libasound2-dev (&amp;gt;= 1.0.4), libdv4-dev (&amp;gt;=
                  1.0.0), 

                   libavcodeccvs51-dev | libavcodec-dev, 

                   libmp3lame-dev | liblame-dev (&amp;gt;= 3.92),
                  libvorbis-dev (&amp;gt;= 1.0.0),

                   libogg-dev (&amp;gt;= 1.1.2), libtool (&amp;gt;= 1.5),
                  liba52-0.7.4-dev (&amp;gt;= 0.7.4), 

                   libtheora-dev (&amp;gt;=0.0.0.alpha4) | libtheora-mmx-dev
                  (&amp;gt;=0.0.0.alpha4),

                   libpng12-dev (&amp;gt;= 1.2.5), libjpeg-dev |
                  libjpeg62-dev, libtiff4-dev (&amp;gt;= 3.6.0),

                   libesd0-dev (&amp;gt;= 0.2.28), libaudiofile-dev (&amp;gt;=
                  0.2.3), 

                   libraw1394-dev (&amp;gt;= 1.2.0), libavc1394-dev (&amp;gt;=
                  0.4.1),

                   libfreetype6-dev (&amp;gt;= 2.2.1), libfontconfig-dev |
                  libfontconfig1-dev, nasm, uuid-dev, 

                   docbook-to-man, libfaad2-dev | libfaad-dev,
                  libmjpegtools-dev (&amp;gt;= 1.6.2), 

                   libopenexr-dev (&amp;gt;= 1.1.1), libxxf86vm-dev
                  (&amp;gt;=6.8.2), libfftw3-dev | fftw3-dev,

                   libsndfile1-dev, libiec61883-dev (&amp;gt;= 1.0.0),
                  libx264-dev,

                   libfaac-dev (&amp;gt;= 1.24), libx11-dev, libxext-dev,
                  libxft-dev,

                   libxv-dev, libxxf86vm-dev, libfftw3-dev,
                  libglu1-mesa-dev, libv4l-dev | v4l-utils

                  

                   

                  

                  

                  &amp;gt; From: raffaella.traniello-iqJaG0mg3bVulxpn9UvDqw&amp;lt; at &amp;gt;public.gmane.org

                    &amp;gt; To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

                    &amp;gt; Subject: [CinCV] Cinelerra on Ubuntu Studio
                    12.04

                    &amp;gt; Date: Tue, 17 Apr 2012 14:01:17 +0200

                    &amp;gt; 

                    &amp;gt; Ciao!

                    &amp;gt; 

                    &amp;gt; I'm trying to compile Cin on Ubuntu Studio
                    12.04, a clean install.

                    &amp;gt; I started from the Grandma instructions for
                    Oneiric 11.10.

                    &amp;gt; 

                    &amp;gt; raffa&amp;lt; at &amp;gt;raffa-laptop:~/cinelerra-cv$ sudo apt-get
                    install xorg-dev 

                    &amp;gt; libasound2-dev libogg-dev libvorbis-dev
                    libtheora-dev libopenexr-dev 

                    &amp;gt; libdv4-dev libpng12-dev libjpeg62-dev
                    libx264-dev uuid-dev mjpegtools 

                    &amp;gt; libmjpegtools-dev libfftw3-dev liba52-0.7.4-dev
                    libmp3lame0 

                    &amp;gt; libmp3lame-dev libsndfile1-dev libfaac-dev
                    libfaad-dev libesd0-dev 

                    &amp;gt; libavc1394-dev libraw1394-dev libiec61883-dev
                    libtiff4-dev 

                    &amp;gt; libxxf86vm-dev libglu1-mesa-dev

                    &amp;gt; 

                    &amp;gt; but I got:

                    &amp;gt; 

                    &amp;gt; libmp3lame0 is already the newest version.

                    &amp;gt; Some packages could not be installed. This may
                    mean that you have

                    &amp;gt; requested an impossible situation or if you are
                    using the unstable

                    &amp;gt; distribution that some required packages have
                    not yet been created

                    &amp;gt; or been moved out of Incoming.

                    &amp;gt; The following information may help to resolve
                    the situation:

                    &amp;gt; 

                    &amp;gt; The following packages have unmet dependencies:

                    &amp;gt; libtiff4-dev : Depends: libjpeg-dev

                    &amp;gt; E: Unable to correct problems, you have held
                    broken packages.

                    &amp;gt; 

                    &amp;gt; If I install libjpeg-dev I still get the same
                    error.

                    &amp;gt; 

                    &amp;gt; Have someone of you already solved the
                    dependency issues in Ubuntu 

                    &amp;gt; Studio 12.04?

                    &amp;gt; 

                    &amp;gt; Ciao!

                    &amp;gt; Raffaella

                    &amp;gt; 

                    &amp;gt; 

                    &amp;gt; 

                    &amp;gt; _______________________________________________

                    &amp;gt; Cinelerra mailing list

                    &amp;gt; Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

                    &amp;gt; https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

                  
                
              
              _______________________________________________ Cinelerra
              mailing list Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
              https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
          
        
        _______________________________________________ Cinelerra
        mailing list Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
        https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
      
      _______________________________________________
      Cinelerra mailing list
      Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
      https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
    
  


_______________________________________________
Cinelerra mailing list
Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra       &lt;/pre&gt;</description>
    <dc:creator>Nicola Ferralis</dc:creator>
    <dc:date>2012-05-16T16:03:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13616">
    <title>Re: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13616</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-16T15:39:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13615">
    <title>Re: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13615</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-16T12:30:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13614">
    <title>Re: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13614</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-15T15:14:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13613">
    <title>RE: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13613</link>
    <description>&lt;pre&gt;
Hi Haldun,

The full set of required dependencies for building Cinelerra for Ubuntu 12.04 is given bellow.

I hope it helps.

Cheers,
Nicola

**********************

debhelper
automake
fakeroot
libasound2-dev
libdv4-dev
libavcodec-dev 
libmp3lame-dev
libvorbis-dev
libogg-dev 
libtool 
liba52-0.7.4-dev
libtheora-dev
libpng12-dev
libjpeg-dev
libtiff4-dev
libesd0-dev 
libaudiofile-dev
libraw1394-dev
libavc1394-dev
libfreetype6-dev
libfontconfig1-dev
nasm
uuid-dev, 
docbook-to-man
libfaad2-dev 
libmjpegtools-dev
libopenexr-dev
libxxf86vm-dev
libfftw3-dev
libsndfile1-dev
libiec61883-dev
libx264-dev,
libfaac-dev
libx11-dev
libxext-dev
libxft-dev
libxv-dev
libxxf86vm-dev
libglu1-mesa-dev
libv4l-dev
 

From: altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org
To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
Subject: Re: [CinCV] Cinelerra on Ubuntu Studio 12.04
Date: Tue, 15 May 2012 09:35:21 +0200


  
    
  
  
    Hello Nicola

    

    Can we with this information for dependencies compile cinelerra for
    ubuntu studio 1204 ?

    

    I guess grandma has some more knittings to do :)))

    

    Thanks in advance.

    

    Haldun.

    

    On 17/04/2012 19:18, Nicola Ferralis wrote:
    
      
      
        Raffaella, make sure you correct your broken dependencies. 

        

        sudo apt-get -f install

        

        As for precise, libjpeg-dev is needed: previous versions use
        libjpeg62-dev which is no longer in precise.

        

        Hope it helps.

        

        Nicola

        

        P.S. For successful compilation on any ubuntu (including
        precise) these are the dependencies (from the control file in
        ppa)

        

        debhelper (&amp;gt;= 7.0.16~), automake, fakeroot,

         libasound2-dev (&amp;gt;= 1.0.4), libdv4-dev (&amp;gt;= 1.0.0), 

         libavcodeccvs51-dev | libavcodec-dev, 

         libmp3lame-dev | liblame-dev (&amp;gt;= 3.92), libvorbis-dev (&amp;gt;=
        1.0.0),

         libogg-dev (&amp;gt;= 1.1.2), libtool (&amp;gt;= 1.5), liba52-0.7.4-dev
        (&amp;gt;= 0.7.4), 

         libtheora-dev (&amp;gt;=0.0.0.alpha4) | libtheora-mmx-dev
        (&amp;gt;=0.0.0.alpha4),

         libpng12-dev (&amp;gt;= 1.2.5), libjpeg-dev | libjpeg62-dev,
        libtiff4-dev (&amp;gt;= 3.6.0),

         libesd0-dev (&amp;gt;= 0.2.28), libaudiofile-dev (&amp;gt;= 0.2.3), 

         libraw1394-dev (&amp;gt;= 1.2.0), libavc1394-dev (&amp;gt;= 0.4.1),

         libfreetype6-dev (&amp;gt;= 2.2.1), libfontconfig-dev |
        libfontconfig1-dev, nasm, uuid-dev, 

         docbook-to-man, libfaad2-dev | libfaad-dev, libmjpegtools-dev
        (&amp;gt;= 1.6.2), 

         libopenexr-dev (&amp;gt;= 1.1.1), libxxf86vm-dev (&amp;gt;=6.8.2),
        libfftw3-dev | fftw3-dev,

         libsndfile1-dev, libiec61883-dev (&amp;gt;= 1.0.0), libx264-dev,

         libfaac-dev (&amp;gt;= 1.24), libx11-dev, libxext-dev, libxft-dev,

         libxv-dev, libxxf86vm-dev, libfftw3-dev, libglu1-mesa-dev,
        libv4l-dev | v4l-utils

        

         

        

        

        &amp;gt; From: raffaella.traniello-iqJaG0mg3bVulxpn9UvDqw&amp;lt; at &amp;gt;public.gmane.org

          &amp;gt; To: cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

          &amp;gt; Subject: [CinCV] Cinelerra on Ubuntu Studio 12.04

          &amp;gt; Date: Tue, 17 Apr 2012 14:01:17 +0200

          &amp;gt; 

          &amp;gt; Ciao!

          &amp;gt; 

          &amp;gt; I'm trying to compile Cin on Ubuntu Studio 12.04, a clean
          install.

          &amp;gt; I started from the Grandma instructions for Oneiric
          11.10.

          &amp;gt; 

          &amp;gt; raffa&amp;lt; at &amp;gt;raffa-laptop:~/cinelerra-cv$ sudo apt-get install
          xorg-dev 

          &amp;gt; libasound2-dev libogg-dev libvorbis-dev libtheora-dev
          libopenexr-dev 

          &amp;gt; libdv4-dev libpng12-dev libjpeg62-dev libx264-dev
          uuid-dev mjpegtools 

          &amp;gt; libmjpegtools-dev libfftw3-dev liba52-0.7.4-dev
          libmp3lame0 

          &amp;gt; libmp3lame-dev libsndfile1-dev libfaac-dev libfaad-dev
          libesd0-dev 

          &amp;gt; libavc1394-dev libraw1394-dev libiec61883-dev
          libtiff4-dev 

          &amp;gt; libxxf86vm-dev libglu1-mesa-dev

          &amp;gt; 

          &amp;gt; but I got:

          &amp;gt; 

          &amp;gt; libmp3lame0 is already the newest version.

          &amp;gt; Some packages could not be installed. This may mean that
          you have

          &amp;gt; requested an impossible situation or if you are using the
          unstable

          &amp;gt; distribution that some required packages have not yet
          been created

          &amp;gt; or been moved out of Incoming.

          &amp;gt; The following information may help to resolve the
          situation:

          &amp;gt; 

          &amp;gt; The following packages have unmet dependencies:

          &amp;gt; libtiff4-dev : Depends: libjpeg-dev

          &amp;gt; E: Unable to correct problems, you have held broken
          packages.

          &amp;gt; 

          &amp;gt; If I install libjpeg-dev I still get the same error.

          &amp;gt; 

          &amp;gt; Have someone of you already solved the dependency issues
          in Ubuntu 

          &amp;gt; Studio 12.04?

          &amp;gt; 

          &amp;gt; Ciao!

          &amp;gt; Raffaella

          &amp;gt; 

          &amp;gt; 

          &amp;gt; 

          &amp;gt; _______________________________________________

          &amp;gt; Cinelerra mailing list

          &amp;gt; Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org

          &amp;gt;
          https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

        
      
    
  


_______________________________________________
Cinelerra mailing list
Cinelerra-0LiWvn2yMWjUKW2QJMybhA&amp;lt; at &amp;gt;public.gmane.org
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra       &lt;/pre&gt;</description>
    <dc:creator>Nicola Ferralis</dc:creator>
    <dc:date>2012-05-15T14:57:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13612">
    <title>Re: [CinCV] Cinelerra on Ubuntu Studio 12.04</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13612</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-15T07:35:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13611">
    <title>Re: [CinCV] cinelerra problem with stability</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13611</link>
    <description>&lt;pre&gt;Hi, raffaele

On Thu, May 10, 2012 at 12:42 PM, raffaele serafini
&amp;lt;raffaeleserafini-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
Cinelerra is not simple tool to use. All new users, please read the
manual and Cinelerra for grandma
(http://www.g-raffa.eu/Cinelerra/HOWTO/index.html).

Cinellerra does not load all media formats, please consult:
http://www.g-raffa.eu/Cinelerra/HOWTO/get_media_ready.html

Einar
&lt;/pre&gt;</description>
    <dc:creator>Einar Rünkaru</dc:creator>
    <dc:date>2012-05-10T17:26:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13610">
    <title>Re: [CinCV] cinelerra problem with stability</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13610</link>
    <description>&lt;pre&gt;Ciao Raffaele!

allora: the loss compression of the ogg files you're trying to use  
it's the point; so, If you don't have any other footage to use you'd  
better encode ogg to, for example dv.
How?
Well, as you said you're not very expert try this recipe:
install kino, mplayer, mencoder then open your ogg files with kino (to  
do that kino itself transcode that ogg file to dv).
This way you'll have an heavier file with same quality but without  
compatibility problems.

A question...dis you use ogg, or any other loss compression files,  
when editing with windows or mac?

have a nice day!

Vale




----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
&lt;/pre&gt;</description>
    <dc:creator>Valentina Messeri</dc:creator>
    <dc:date>2012-05-10T12:15:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13609">
    <title>[CinCV] cinelerra problem with stability</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13609</link>
    <description>&lt;pre&gt;I installed cinelerra on my pc
I have ubuntu 11.10
I followed these instructions:

sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra

that is all I did. When I try to use it it turns off by itself and
give me messages such as the screenshot I attached
I do not know what to do. I am not very expert of Linux, I just
abandoned window and mac to start a new life. Help me.

thanks
raffaele
&lt;/pre&gt;</description>
    <dc:creator>raffaele serafini</dc:creator>
    <dc:date>2012-05-10T09:42:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13608">
    <title>Re: [CinCV] Rendering slower near end of clip than near start.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13608</link>
    <description>&lt;pre&gt;It happenned to me already, sometimes by inserting a clip from the
viewer or an image to have it way back on the time line without knowing how.
It's one of the possibilities that there could be a frame some where at
the end.
May be.

On 10/05/2012 12:52, David Armstrong wrote:
&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-10T11:08:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13607">
    <title>Re: [CinCV] Rendering slower near end of clip than near start.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13607</link>
    <description>&lt;pre&gt;Interesting?
Out of curiosity I just performed a test with the result being little 
difference between first 30 and last 30 seconds in rendering time.

Please check your render range. You may have a different range selected 
to what you have highlighted or set with in and out points.
Does the rendered result only show the last 30 seconds? How long does a 
full render take?
There will always be differences depending on the amount of effects you 
have layered on a vid, but not that much.

cheers
     David


On 05/05/12 13:57, Dean Edmonds wrote:
&lt;/pre&gt;</description>
    <dc:creator>David Armstrong</dc:creator>
    <dc:date>2012-05-10T10:52:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13606">
    <title>[CinCV] Rendering slower near end of clip than near start.</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13606</link>
    <description>&lt;pre&gt;I have a 30 minute clip that I'm editing in cinelerra. If I render out a 3
minute selection from near the start of the clip it takes about 30 seconds.
If I render out a 3 minute selection from near the end of the clip it takes
about 30 minutes.

Is this expected behaviour? Is there anything I can do to speed up renders
of segments near the end of a long clip?

Thanx.
&lt;/pre&gt;</description>
    <dc:creator>Dean Edmonds</dc:creator>
    <dc:date>2012-05-05T03:57:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13605">
    <title>Re: [CinCV] Very Slow Rendering With Brightness Contrast Filter</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13605</link>
    <description>&lt;pre&gt;
As I thought more about this problem, the rendering time should not
double. Encoding/decoding have a lot more work to do. With or without
plugin adds some overhead per frame too. As a whole Cinelerra is not
optimized for speed - some enchancements can be done. I look at this
some time in the future.
Thank you.

Einar
&lt;/pre&gt;</description>
    <dc:creator>Einar Rünkaru</dc:creator>
    <dc:date>2012-05-08T15:24:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13604">
    <title>[CinCV] compiling cinelerra on 1204 studio 64</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13604</link>
    <description>&lt;pre&gt;I think it's not ready yet ...

Well of course I can wait :)))

haldun.
&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-07T19:18:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13603">
    <title>Re: [CinCV] grand'ma proxy</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13603</link>
    <description>&lt;pre&gt;

Please, do.
I bet she would like that! :-)

Ciao
Raffaella
&lt;/pre&gt;</description>
    <dc:creator>Raffaella Traniello</dc:creator>
    <dc:date>2012-05-07T18:43:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13602">
    <title>Re: [CinCV] grand'ma proxy</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13602</link>
    <description>&lt;pre&gt;


Congratz .. Thats great news.
Wishing you the best of luck ...




&lt;/pre&gt;</description>
    <dc:creator>Tim Copeland</dc:creator>
    <dc:date>2012-05-07T18:10:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13601">
    <title>Re: [CinCV] grand'ma proxy</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13601</link>
    <description>&lt;pre&gt;This has been an informative thread. Something to add having learned from
painful experience, make sure you have a good power supply. If you got an
OEM box chances are it has a 450 Watt power supply which is barely able to
handle the load when you add 4 drives. Bigger better.
On May 7, 2012 12:28 PM, "Haldun ALTAN" &amp;lt;altan-39ZsbGIQGT5GWvitb5QawA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Daniel Jircik</dc:creator>
    <dc:date>2012-05-07T17:52:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13600">
    <title>Re: [CinCV] grand'ma proxy</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13600</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Haldun ALTAN</dc:creator>
    <dc:date>2012-05-07T17:26:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13599">
    <title>Re: [CinCV] Very Slow Rendering With Brightness Contrast Filter</title>
    <link>http://permalink.gmane.org/gmane.comp.video.cinelerra-cv.general/13599</link>
    <description>&lt;pre&gt;Thanks for the response Einar,

To be clear, I wasn't surprised that the filter added time to the
rendering... of course more calculations = more time. I was just surprised
that it doubled the amount of rendering time when adding similar effects
in other NLE's (Kdenlive) did not seem to have such a pronounced effect on
rendering  speed. Obviously Cinelerra is using different algorithms for
its filters which explain the difference I suppose.

Thanks for your answer and development work on Cinelerra, 2.2CV is by far
the most reliable version I have ever used.



&lt;/pre&gt;</description>
    <dc:creator>AV Linux</dc:creator>
    <dc:date>2012-05-07T15:02:46</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.video.cinelerra-cv.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.video.cinelerra-cv.general</link>
  </textinput>
</rdf:RDF>

