Checked into GIT, the following 4:0002-Missing-returns-in-videowindow.C.patch0003-missing-returns-in-videowindowgui.C.patch0004-Missing-return-in-videoconfig.C.patch0012-Add-patch-from-ffmpeg-5.1-branch-hopefully-fix-build.patchAs proven by Andrea, it now builds with Vulkan and does not need (it looks like Andrea found this bug before they did):0007-Disable-vulkan-in-embedded-ffmpeg.patchTested with no result with auto all fits on Fedora 32 only and planning on testing next on Fedora 37:0010-TMP-add-flto-to-cinelerra-Makefile.patchHow do I test this?:0011-EXPERIMENTAL-try-to-init-two-variables-to-0-in-gloat.patch
Need further testing yet:
0005-noexecstack-by-default-in-cinelerra-Makefile.patch0008-Add-with-gnu-debuglink-to-cinelerra-Makefile.patch0009-Default-atrack-vtrack-to-64-in-localsession.patchForgot how to fix this to check into GIT but will figure it out myself:0006-D-build-fixes.patchClang patch was too big to attach, but I already have the one dated Jul 24, 2022 called "0003-Add-x265-patch-for-aarch64-clang.patch". Is this correct? or could you send me "0001-Add-x265-patch-for-aarch64-clang.patch" privately so I make sure it has not changed?
On Thu, Feb 9, 2023 at 11:29 AM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:I have those in my termux tree09feb2022/0001-Add-x265-patch-for-aarch64-clang.patchbig one (186 kb), needed for clang compile on arm64/termux09feb2022/0002-Missing-returns-in-videowindow.C.patch 09feb2022/0003-missing-returns-in-videowindowgui.C.patch 09feb2022/0004-Missing-return-in-videoconfig.C.patchnot really hot, those files apparently not even compiled for now!09feb2022/0005-noexecstack-by-default-in-cinelerra-Makefile.patchobvious from name09feb2022/0006-D-build-fixes.patchfor some reason netbsd.bld not executable by default, should we make it so?09feb2022/0007-Disable-vulkan-in-embedded-ffmpeg.patchhopefully not needed after 001209feb2022/0008-Add-with-gnu-debuglink-to-cinelerra-Makefile.patchincomplete, I missed same thing with bdwrite09feb2022/0009-Default-atrack-vtrack-to-64-in-localsession.patchour openEDL on viewer-created clip fix09feb2022/0010-TMP-add-flto-to-cinelerra-Makefile.patchlocalhack, trying to make it crash on "fit all autos" like in Fedora, no luck so far!09feb2022/0011-EXPERIMENTAL-try-to-init-two-variables-to-0-in-gloat.patchtry to prevent said crash09feb2022/0012-Add-patch-from-ffmpeg-5.1-branch-hopefully-fix-build.patchpicked up from ffmpeg.git 5.1 branch, compile-tested