On 17/03/2026 01:04, Andrew Randrianasulu wrote:
вт, 17 мар. 2026 г., 01:48 Terje J. Hanssen <[email protected]>:
...snip
After some editing work of the objdump needed lib list from my Cingg unbundled build, I have generated a package list included summary info on Slowroll using the package manager as follows and excluded the 32bit versions with grep:
zypper se --provides <libs_dep_list> | grep -v 32bit
Attach the list here. As seen I have most all of them (not all variants) that worked for my unbundled build. Extract the package names to make a package install list for build_prepare.sh
After some stackoverflow'ing and reading help I come with this line
cat Slowroll_package_list_for_cinelerra_unbundled_build | grep lib | tail -n 74 | cut -c 6-25 | tr -d [:blank:] | sed s/$/-devel/
it gives you this list
ffmpeg-8-mini-libs-devel glibc-devel liba52-0-devel .....snip
libXv1-devel libz-ng-compat1-devel libz1-devel
If zypper reacts positively to some of those lines I guess we can stuff it into script ....
Sorry, I see I didn't get included -devel packages. Unhappily they doesn't always use the same packagename#-devel so zypper in reacted with several Package 'ffmpeg-8-mini-libs-devel' not found. Package 'libFLAC14-devel' not found. I find it easier to attach a new list with all my installed -devel packages on Slowroll. It is better there maybe is some more than needed. Slowroll_installed_devel_packages I will be on travel the rest of this week, visiting and celebrating my mother's 97th birthday.