ow, sorry 0006 was depending on 0004 and I think we do not need it... <div><br></div><div>try to apply 0004 and then 0006..? (if you have time for yet another rebuild) </div><div><br></div><div>I'll try to remake 0006 without additional unneeded dependency<br><br>On Tuesday, December 7, 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">I have tried the 3 patches; patch 0006 does not apply:<br>
<br>
$ LC_ALL=C git am<br>
/home/paz/Download/patch/0006-<wbr>TEST-autoreconf-for-<wbr>thirdparty-libs-for-new-<wbr>arches.patch<br>
Applying: TEST: autoreconf for thirdparty libs (for new arches)<br>
error: patch failed: cinelerra-5.1/thirdparty/<wbr>Makefile:212<br>
error: cinelerra-5.1/thirdparty/<wbr>Makefile: patch does not apply<br>
Patch failed at 0001 TEST: autoreconf for thirdparty libs (for new arches)<br>
hint: Use 'git am --show-current-patch=diff' to see the failed patch<br>
When you have resolved this problem, run "git am --continue".<br>
If you prefer to skip this patch, run "git am --skip" instead.<br>
To restore the original branch and stop patching, run "git am --abort".<br>
<br>
Tried the suggestion, but don't understand it and don't know if it will help:<br>
<br>
$ LC_ALL=C git am --show-current-patch=diff<br>
---<br>
 cinelerra-5.1/thirdparty/<wbr>Makefile | 15 ++++++++++-----<br>
 1 file changed, 10 insertions(+), 5 deletions(-)<br>
<br>
diff --git a/cinelerra-5.1/thirdparty/<wbr>Makefile<br>
b/cinelerra-5.1/thirdparty/<wbr>Makefile<br>
index 3b2a153d..db83efe9 100644<br>
--- a/cinelerra-5.1/thirdparty/<wbr>Makefile<br>
+++ b/cinelerra-5.1/thirdparty/<wbr>Makefile<br>
@@ -185,7 +185,7 @@ ffmpeg.cfg_params= \<br>
 cmake_config=echo 'cmake "$$$$@" "$(1)"' > ./configure; chmod +x ./configure;<br>
 libbthread.cfg_vars?= echo "exec true" > ./configure; chmod +x ./configure;<br>
 a52dec.mak_params?= ; cd $(call bld_path,a52dec,include); ln -sf . a52dec<br>
-a52dec.cfg_vars?= CFLAGS+=" -U__FreeBSD__ $(call inc_path,djbfft)"<br>
LIBS+=" $(call ld_path,djbfft)"<br>
+a52dec.cfg_vars?= CFLAGS+=" -U__FreeBSD__ $(call inc_path,djbfft)"<br>
LIBS+=" $(call ld_path,djbfft)"; autoreconf -ifv && automake -caf;<br>
 a52dec.cfg_params?=--enable-<wbr>djbfft --disable-oss<br>
 djbfft.cfg_vars?=echo "$(call bld_path,djbfft)" > conf-home; \<br>
  (CFLAGS="$(CFLAGS)"; $(CFG_VARS)$(if $(CFG_VARS),; )echo "$(CC)<br>
$$$$CFLAGS") > conf-cc; \<br>
@@ -212,15 +212,16 @@ mjpegtools.cfg_vars?= ./autogen.sh;<br>
 mjpegtools.cfg_params?= --enable-shared=no --without-libquicktime<br>
--without-libdv \<br>
:<br>
<br>
I deleted the patch and installed the other 2: the compile works and<br>
CinGG works fine.<br>
</blockquote></div>