You 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
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 _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
