Am Montag, 14. November 2022, 17:17:02 CET schrieb Freek de Kruijf: > When updating Tumbleweed I got the error in the subject. libcef.so seems to > be part of the packet obs-studio-28.0.3-2.1, but is apparently missing in > the new version.
Goosh, two quick solutions, until I fixed the build: forced install, or install spotify-client. Yep, I'm serious. Explanation: obs-studio contains this lib: $ l /usr/lib64/obs-plugins/libcef.so -rw-r--r-- 1 root root 187712736 Jan 22 2022 /usr/lib64/obs-plugins/libcef.so $ rpm -qf /usr/lib64/obs-plugins/libcef.so obs-studio-28.1.1-14.1.x86_64 but those libs are plugins and poorly named as such. I excluded the provides from the build already: __provides_exclude_from already, and will do so with __requires_exclude_from later this night... Cheers, Pete _______________________________________________ Packman mailing list [email protected] https://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
