<br><br>On Friday, August 13, 2021, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> try to put attched patch in thirdparty/src?<br>
><br>
It looks like the same error:<br>
<br>
[paz@arch-paz ~]$ git clone --depth 1<br>
"git://<a href="http://git.cinelerra-gg.org/goodguy/cinelerra.git" target="_blank">git.cinelerra-gg.org/<wbr>goodguy/cinelerra.git</a>" cinelerra5<br>
Clone in 'cinelerra5' in corso...<br>
remote: Enumerating objects: 11722, done.<br>
remote: Counting objects: 100% (11722/11722), done.<br>
remote: Compressing objects: 100% (8758/8758), done.<br>
remote: Total 11722 (delta 3335), reused 10524 (delta 2785), pack-reused 0<br>
Ricezione degli oggetti: 100% (11722/11722), 145.30 MiB | 742.00 KiB/s, fatto.<br>
Risoluzione dei delta: 100% (3335/3335), fatto.<br>
[paz@arch-paz ~]$ cd /home/paz/cinelerra5/<wbr>cinelerra-5.1<br>
[paz@arch-paz cinelerra-5.1]$ git am /home/paz/Download/randrik15/*<wbr>.patch<br>
Applicazione in corso: Add timecode to output mov/mxf<br>
Applicazione in corso: Hack: raise cpu cap from 8 to 16 (might have<br>
bad effect on non-ffmpeg encoders)<br>
Applicazione in corso: HACK: make avi demuxer in ffmpeg use<br>
cin-specific seek flag (worked on dv avi)<br>
Applicazione in corso: Hack : attempt to fix last flush in ffmpeg.c<br>
Applicazione in corso: Fix mpeg2enc build/install (was broken by termux series)<br>
.git/rebase-apply/patch:35: space before tab in indent.<br>
        EncoderJob *job;<br>
.git/rebase-apply/patch:36: space before tab in indent.<br>
        mjpeg_debug( "Worker thread started" );<br>
.git/rebase-apply/patch:46: space before tab in indent.<br>
        for(;;)<br>
.git/rebase-apply/patch:47: space before tab in indent.<br>
        {<br>
error: patch non riuscita: cinelerra-5.1/thirdparty/<wbr>Makefile:397<br>
error: cinelerra-5.1/thirdparty/<wbr>Makefile: la patch non si applica correttamente<br>
error: cinelerra-5.1/thirdparty/src/<wbr>mjpegtools-2.1.0.patch5: non<br>
esiste nell'indice<br>
Patch non riuscita a 0005 Fix mpeg2enc build/install (was broken by<br>
termux series)<br>
suggerimento: Usa 'git am --show-current-patch=diff' per visualizzare<br>
la patch non riuscita<br>
Una volta risolto questo problema, esegui "git am --continue".<br>
Se preferisci saltare questa patch, esegui invece "git am --skip".<br>
Per ripristinare il branch originario e terminare il patching, esegui<br>
"git am --abort".<br>
[paz@arch-paz cinelerra-5.1]$ git am --abort<br>
<br>
<br>
I tried to apply the mjpegtool-2.1.0.patch5 patch in src, but I can't<br>
find the file to patch:<br>
<br>
[paz@arch-paz src]$ patch < mjpegtools-2.1.0.patch5<br>
can't find file to patch at input line 3<br>
Perhaps you should have used the -p or --strip option?<br>
The text leading up to this was:<br>
--------------------------<br>
|--- ./mpeg2enc/seqencoder.cc.orig      2021-08-12 22:15:24.907277309 +0300<br>
|+++ ./mpeg2enc/seqencoder.cc   2021-08-12 22:17:49.471277317 +0300<br>
--------------------------<br>
File to patch:<br>
</blockquote><div><br></div><div><br></div><div><br></div><div>just cp (copy) it into this directory... </div>