пн, 16 февр. 2026 г., 21:15 Terje J. Hanssen via Cin < [email protected]>:
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?
It will re-run ./configure with its own options, but do not touch build in bin, so in my case it packaged what I previously build with custom ./configure
opt 2) The corresponding for a normal static build AppImage to run on all distributions and hardware
Probably same script but after you run make clean? Be sure to move previously created appimage out of dir.
opt 3) Possibly a rpm package would be better for opt 1) Do we have a updated build script for this?
I used rpmbuild with .spec file, but you might want to tweak it for downloading latest release, or git snapshot. rpmbuild -bb blds/cinelerra.spec
_______________________________________________ Cin mailing list -- [email protected] To unsubscribe send an email to [email protected]