I’ve installed TW from iso file and wanted to configure vlc and codecs.
I’ve added packman-essentials repo and tried to install vlc package but got an error:
nothing provides libvpx.so.1()64bit needed by vlc-noX-2.2.1-285.1.x86_64
I can see it here under TW section http://software.opensuse.org/package/libvpx1 but in yast there ain’t such package in search results.
I tried to install it from one click but with no luck. Got an error message:
Repository type can't be determined
Isn’t it strange that this package is visible on website but not present in yast? How can it be?
Can you help me with this?
And could you please provide full list of codec packages which you usually install?
Well, Tumbleweed switched to libvpx2 recently and dropped libvpx1, but the Packman VLC packages have not been rebuilt against this yet AFAICS.
Unfortunately, such things can happen especially on Tumbleweed. Will probably resolve itself in the next days.
But it might also be related to problems with Packman and an update to the latest OBS, the “Open(SUSE) Build System”.
In that case, it should probably be reported to the Packman mailinglist, so they know about the problem and can retrigger a build of the package (or add libvpx1 to Packman if necessary): http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
(you don’t have to be subscribed to post to that list)
Although, I see VLC is being re-built at the moment for Factory (and already has been built once against libvpx2), so again this might be resolved in a few hours/tomorrow, depending on your mirror…
sudo zypper in libvpx1
Loading repository data...
Reading installed packages...
'libvpx1' not found in package names. Trying capabilities.
No provider of 'libvpx1' found.
Resolving package dependencies...
Nothing to do.
No.
You can see that on Packman’s OBS webinterface e.g.: https://pmbs.links2linux.de/
Or just look at the package dependencies… (with rpm -qp --requires xxx.rpm)
Btw, vlc-beta works because this is not built against/does not use libvpx at all.