I resolved unmet dependancies with http://64studio.com/

import key:

wget -q -O - 
http://trac.64studio.com/64studio/browser/64studio/trunk/apt/key?format=raw|apt-key
add -

add to /etc/apt/sources.list

deb http://apt.64studio.com/backports/ etch-backports main
deb http://www.debian-multimedia.org/ etch main

didn't solve source build issues but at least I'm up and running. Any tips
on building cinelerra 4 I'd like to try it out.
Thanks
Daniel

On Thu, Nov 6, 2008 at 8:50 PM, Daniel Jircik <[EMAIL PROTECTED]> wrote:

> Thanks flavio
> That got me farther than I've gotten before trying to build cinelerra-4
> make error:
>
> used -MT build_sub22_mests.lo -MD -MP -MF .deps/build_sub22_mests.Tpo -c
> build_sub22_mests.c -o build_sub22_mests.o
> gcc: Your: No such file or directory
> gcc: does: No such file or directory
> gcc: not: No such file or directory
> gcc: even: No such file or directory
> gcc: support: No such file or directory
> gcc: i386: No such file or directory
> gcc: for: No such file or directory
> gcc: and: No such file or directory
> cc1: error: unrecognized command line option "-march"
> cc1: error: unrecognized command line option "-mtune."
> make[3]: *** [build_sub22_mests.lo] Error 1
> make[3]: Leaving directory
> `/home/daniel/src/cin4_flavio/cinelerra-4/thirdparty/mjpegtools-1.9.0rc3/utils/mmxsse'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory
> `/home/daniel/src/cin4_flavio/cinelerra-4/thirdparty/mjpegtools-1.9.0rc3/utils'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/daniel/src/cin4_flavio/cinelerra-4'
> make: *** [all] Error 2
> debian:/home/daniel/src/cin4_flavio/cinelerra-4#
>
>
> On building from Git source cinelerra-cv I'm missing a lot looks like
> (failed ./configuration )
>
> Summary of mandatory components:
>   libogg                  missing
>   libvorbis               missing
>   libvorbisenc            missing
>   libvorbisfile           missing
>   libtheora               missing
>   OpenEXR                 missing
>   libdv                   missing
>   libpng                  found
>   libjpeg libraries       missing
>   libjpeg headers         missing
>   libtiff libraries       missing
>   libtiff headers         missing
>   FreeType 2              missing
>   libx264 libraries       missing
>   libx264 headers         missing
>   libuuid libraries       missing
>   libuuid headers         missing
>   mjpegtools              missing
>   libfftw3 libraries      missing
>   libfftw3 headers        missing
>   liba52 libraries        missing
>   liba52 headers          missing
>   libmp3lame libraries    missing
>   libmp3lame headers      missing
>   libsndfile libraries    missing
>   libsndfile headers      missing
>   libfaac libraries       missing
>   libfaac headers         missing
>   libfaad libraries       missing
>   libfaad headers         missing
>
> Summary of optional components:
>   ESD subsystem           missing
> ESD (Enlightenment Sound Daemon) is disabled
>   ALSA subsystem          found
> ALSA is enabled
>   libraw1394              missing
>   libiec61883             missing
>   libavc1394 libraries    missing
>   libavc1394 headers      missing
>   librom1394 libraries    missing
>   librom1394 headers      missing
> Firewire is disabled
>   OpenGL 2.0 libraries    missing
> Hardware acceleration using OpenGL 2.0 is disabled
>
>
>
>
>
>
> On Thu, Nov 6, 2008 at 7:51 PM, flavio <[EMAIL PROTECTED]> wrote:
>
>> Hi Flavio, that's a bad link? 404
>>>
>>
>> Well, those things always happen. Matter of fact, they happen so much and
>> so often that this time I had copied and pasted the whole content to my
>> inbox! Ha! It goes below - it's in portuguese, but you'll get the commands
>> easily.
>>
>>
>>
>>> Have you seen artistx? A work of art. 32bit live cd but no installer,
>>> anyway after a netinst and the pseudo-script from artist x seen here:
>>>
>>> http://www.artistx.org/site2/documentation/how-to/from-debian-to-artistx.html
>>> I was very pleased with the outcome.  Less cinelerra of course :-(
>>
>>
>> Nope. But taking a glimpse at it, it doesn't seem to be way off the usual
>> we'd install for a video-editing system though... But thanks for sharing.
>>
>> There it goes:
>>
>> ---
>>
>> bôra lá, primeiro as dependências:
>>
>> apt-get install nasm yasm build-essential libglut-dev libpng-dev \
>> pkg-config libxv-dev gettext x11proto-xf86vidmode-dev libxxf86vm-dev \
>> libpopt-dev texinfo libasound2-dev libbz2-dev
>>
>> baixar o código-fonte na linha de comando mesmo:
>>
>>
>> ******THIS MAY NOT WORK DUE TO THE LINK, SO JUST FETCH CIN4 FROM THE WEB
>> INSTEAD OF WGETTING IT...
>>
>> wget -c http://ufpr.dl.sourceforge.net/sourceforge/heroines/cinelerra
>> -4-src.tar.bz2
>>
>> descompacte:
>>
>> tar jxvf cinelerra-4-src.tar.bz2
>>
>> entra na cozinha, verifica se tem os ingredientes, bata tudo e coloque no
>> forno:
>>
>> cd cinelerra-4
>> ./configure
>> make
>> make install
>>
>> cobertura e recheio:
>>
>>
>> ******THIS IS ADDITIONAL STUFF, ONLY THE FIRST TWO ARE OF RELEVANCE.
>>
>> cp -r bin/ /usr/share/cinelerra
>> ln -s /usr/share/cinelerra/cinelerra /usr/local/bin/
>> wget -c 'http://banto.hipatia.net/softwarelivre/arquivos/cinelerra
>> .desktop'
>> wget -c 'http://banto.hipatia.net/softwarelivre/arquivos/cinelerra.xpm'
>> mv cinelerra.xpm /usr/share/pixmaps/
>> mv cinelerra.desktop /usr/share/applications/
>> echo kernel.shmmax=0x7fffffff >> /etc/sysctl.conf
>> sysctl -p
>>
>> e pronto!
>>
>>
>> -----
>>
>> rock on,
>> flavio
>>
>
>

Reply via email to