<br><br>On Friday, March 25, 2022, M Nieuwenhoven via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Attached is a 7z file that allows CinelerraGG in AppImage format to be built on aarch64, as well as x86 64 and 32 bit.<br>
Ir replaces linuxdeploy which was used since we switched to AppImage format a year ago, but that is not available for non-x86 platforms.<br>
The new tool called makeappimage (800k) is built automatically when needed, and is a stripped-down version of linuxdeploy: its plugin-system has been removed, and the built system switched to the much simpler autotools (like CinGG itself). It is put in a new CinGG subdirectory calls tools (but for now this is the only tool :-) ).<br>
To install, place the .7z file in the cinelerra5/cinelerra directory, and do "7z x bld_own_appimage.7z " . To use it, use the included ./bld_own_appimgage.sh . Name of the script should be changed in the future to "bld_appimage.sh" if OK for all.<br>
Make sure the appimagetool for the platform is in your path, see the note in bld_own_appimage.sh .<br>
<br>
The script also changes the configure script options depending on the hardware it is running on. @Andrew_R, does it need extra things for termux?</blockquote><div><br></div><div><br></div><div>I hope everything termux-specific lives in blds/bld_termux.sh</div><div><br></div><div>only small thing I noticed in script - arm8 also can run in 32-bit mode, like my tablet - so may be condition for arm7l can be && with arm8l too? </div><div><br></div><div>I need to remove few unused default  preinstalled (huge!) apps from this tablet, hopefully linux tools will do that too (only tried extracting dirs back in September) </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
MatN</blockquote>