sha256sum /dev/shm/cinelerraHV-x86_64.AppImage
7621b7e99734717c4c6847de85f8d8e25c0bf9aa7722d7fc3cf4694cadbd8971 /dev/shm/cinelerraHV-x86_64.AppImage
using new static appimage runtime ...
and ROSA linux 2016 rootfs (gcc 5.5 and other tools of similar vintage ..roughly Ubuntu 16.04 ?)
makeappimage need setting CXXFLAGS=-std=gnu++11, and adding liboost_filesystem for boost 1.61, and minor editing in appdir.C (constexpr t lines 33 and 35 to just const)
but it seems to work, after I added desktop entry and (as hack) cingg svg icon ...
Is anyone brave enough to test it? :)
commit a30bb38bcdb6fe1fabdb534611bc2b9123f70514 (origin/master, origin/HEAD)
Author: heroineworshiper <
broadcast@earthling.net>
Date: Thu Oct 10 21:56:45 2024 -0700
+ some of my patches (can resend separately)
--