Problem installing avidemux (nothing provides libvpx.so.8)

I can’t install avidemux or avidemux3 because libvpx8 is missing.

Is there anything I can do to fix it myself? Or do I wait for the problem to be fixed. Avidemux is simple enough for me :wink:

Operating System: openSUSE Tumbleweed 20240403
KDE Plasma Version: 6.0.3
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.3
Kernel Version: 6.8.2-1-default (64-bit)

localhost:~ # zypper in avidemux3
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: 1: nothing provides 'libvpx.so.8()(64bit)' needed by the to be installed avidemux3-2.8.1-1699.2.pm.64.x86_64
 Solution 1: do not install avidemux3-2.8.1-1699.2.pm.64.x86_64
 Solution 2: break avidemux3-2.8.1-1699.2.pm.64.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): c
localhost:~ # zypper se libvpx
Loading repository data...
Reading installed packages...

S | Name          | Summary                                               | Type
--+---------------+-------------------------------------------------------+--------
  | libvpx-devel  | Development files for libvpx, a VP8/VP9 codec library | package
i | libvpx9       | VP8/VP9 codec library                                 | package
  | libvpx9-32bit | VP8/VP9 codec library                                 | package
localhost:~ # zypper se avidemux
Loading repository data...
Reading installed packages...

S | Name                    | Summary                                      | Type
--+-------------------------+----------------------------------------------+-----------
  | avidemux                | Video processing tool                        | package
  | avidemux                | Video processing tool                        | srcpackage
  | avidemux-debuginfo      | Debug information for package avidemux       | package
  | avidemux-debugsource    | Debug sources for package avidemux           | package
  | avidemux-gtk            | GTK Graphical Frontend for avidemux          | package
  | avidemux-gtk-debuginfo  | Debug information for package avidemux-gtk   | package
  | avidemux-lang           | Translations for package avidemux            | package
  | avidemux-qt             | Qt4 Graphical Frontend for avidemux          | package
  | avidemux-qt-debuginfo   | Debug information for package avidemux-qt    | package
  | avidemux3               | Graphical video editing and transcoding tool | package
  | avidemux3               | Graphical video editing and transcoding tool | srcpackage
  | avidemux3-cli           | CLI for avidemux                             | package
  | avidemux3-cli-debuginfo | Debug information for package avidemux3-cli  | package
  | avidemux3-debuginfo     | Debug information for package avidemux3      | package
  | avidemux3-debugsource   | Debug sources for package avidemux3          | package
  | avidemux3-qt5           | Qt interface for avidemux                    | package
  | avidemux3-qt5-debuginfo | Debug information for package avidemux3-qt5  | package
  | avidemux3-qt5-lang      | Languages for package avidemux3-qt5          | package
localhost:~ # 
 

There is no such package in Tumbleweed. Where it comes from?

Only to compile the program by yourself. libvpx was updated, but avidemux was not rebuilt against new version.

These two packages come from packman multimedia repo. But as easily can be seen in OBS, the actual rebuild of both packages fail. That is why they are not rebuilt against libvpx9…

Thank you for the information.
I suspected that this problem is somehow related to KDE6.
I’m waiting for that avidemux to be compiled.
Discover has a working version, but I don’t like to mix Discover and zypper.

A bit off topic, but I am curious how zypper and Discover can have different packages. Are they working from the same repos?

Thanks.

Discover uses flatpacks…

Discover can provide flatpak installation and management, but this doesn’t look like a flatpak issue, it’s fairly easy to check, open up Discover and click on Settings and you can enable/disable flathub with the checkboxes there.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.