...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