Description of problem: libplacebo cannot be installed on Fedora 29 because it has a dependency on the file libshaderc_shared.so.1, for which no provider exists. There is no package named libshaderc or similar in the repositories. Version-Release number of selected component (if applicable): libplacebo-0.6.0-2.fc29 How reproducible: sudo dnf install libplacebo Actual results: Error: Problem: conflicting requests - nothing provides libshaderc_shared.so.1 needed by libplacebo-0.6.0-2.fc29.i686 - nothing provides libshaderc_shared.so.1()(64bit) needed by libplacebo-0.6.0-2.fc29.x86_64 Expected results: The package should install fine. Additional info: This prevents the installation of vlc from RPM Fusion.
Ah, the dependency package in question already exists but is still stuck in updates-testing. Workaround: sudo dnf install --enablerepo=updates-testing libshaderc I suggest keeping this bug open until libshaderc lands in the stable repository.
*** This bug has been marked as a duplicate of bug 1641934 ***