On 2/16/26 7:07 PM, Terje J. Hanssen wrote:
Current Cingg unbundled build from Git on openSUSE Slowroll (Tumbleweed) using system FFMpeg-8 and libs, used this CFLAGS=-I/usr/include/ffmpeg ./configure --with-single-user --disable-static-build --without-thirdparty --without-libdpx
Last time I build a similar AppImage in 2024 was with ffmpeg-7 when I used
/Cin # sh ./bld_appimage.sh 2>&1 | tee bld_appimage.log
Now
opt 1) I want a minimum appimage for the unbundled build to run on identical Slowroll, ffmpeg and libs on other hardware. Will the bld_appimage.sh do it as is, possibly specific config line or other options?
opt 2) The corresponding for a normal static build AppImage to run on all distributions and hardware
opt 3) Possibly a rpm package would be better for opt 1) Do we have a updated build script for this?