On Tue, Jun 29, 2010 at 10:45 PM, d...@dafhobson.com <d...@dafhobson.com> wrote:
> Daf Hobson Said:
>>>Thanks for the SOWT patch!
>>>I have 10.04LTX Lynx Ubuntu.
>>>I complied Cinelerra from source as per Raffaella's 'How To' a month ago.
>>>This eve I tried 'git pull' in cinelerra-cv.(terminal) It told me I have
>>>the up to date version.
>>>
>>>Can anybody tell me what I do with the SOWT patch kindly posted.?
>>>Thanks
>>>Daf
>
>>Mark replied
>>You basically go to the build directory where the top level Makefile is,
>>something similar to my_cinelerra. Put sowt.diff there and type:
>>
>>patch -p1 < sowt.diff
>>
>>then compile.
>>
>>There may be some of the files, such as the Makefiles that won't patch
>>correctly if they have been modified using autogen and configure.
>>The patch was made right after checkout from git.
>>
>>There is a pretty good explanation of patch and diff here:
>>
>>http://www.linuxforums.org/articles/using-diff-and-patch_80.html
>>
>>Mark
>
> Am I correct..?
> I put a file named 'sowt.diff' into the main cinelerra directory which, from
> Raffaella's instructions, is 'cinelerra-cv' (in the 'home' directory)
> The file contains a 'copy' of your post to include the beginning and end
> '--0023545bd7586f7774048a186f54'
> I put the expression 'patch -p1 <sowt.diff' into the Makefile.am after
> downloading from git.
> I .complie then try to 'make'
> I then got the error in terminal 'Missing Separator 828 ***'
> After a search I found that it needed a 'tab' before 'patch -p1 <sowt.diff'
> which I put into line 828 of the  MAKEFILE file.
> Now 'make' works.
>
> I 'make' successfully.
> 'sudo make install' successfully.
> then 'sudo ldconfig'
>
> Cinelerra works - but my .MOV files don't play sound and I still get the
> terminal note  'cannot find sowt codec' . Nothing appears in the audio
> tracks.
>
> Any ideas what I did wrong?
>
> Very sorry it's a long post.
>
Hi.

I try to explain.

No need to modify Makefile.am, configure command is needed.

Save attachment from Marks's mail into your cinerella-cv directory
(filename sowt.diff)

All next commands you must type in terminal.

cd cinerella-cv
git checkout Makefile.am
patch -p1 <sowt.diff
make clean
./configure
make
sudo make install

I hope it helps.

Einar

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to