I’m having problems getting vlc to install.
Firstly, I try installing it from whatever the default repository is, and the system tells me I need something, that I haven’t been able to locate.
linux-uzl4:~ # zypper in vlc
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides libmvec.so.1()(64bit) needed by vlc-2.2.4-7.2.x86_64
Solution 1: do not install vlc-2.2.4-7.2.x86_64
Solution 2: break vlc-2.2.4-7.2.x86_64 by ignoring some of its dependencies
Checking the repositories I see
linux-uzl4:~ # zypper lr
# | Alias | Name | Enabled | GPG Check | Refresh
---+-------------------------------------+-----------------------+---------+-----------+--------
1 | google-chrome | google-chrome | Yes | (r ) Yes | Yes
2 | http-download.opensuse.org-8f023a6e | home:happenpappen | Yes | (r ) Yes | Yes
3 | http-ftp.gwdg.de-76580794 | Packman Repository | Yes | (r ) Yes | Yes
4 | http-opensuse-guide.org-7b720baf | libdvdcss repository | Yes | (r ) Yes | Yes
5 | openSUSE-42.1-0 | openSUSE-42.1-0 | Yes | (r ) Yes | No
6 | repo-debug | openSUSE-Leap-Debug | No | ---- | Yes
7 | repo-non-oss | openSUSE-Leap-Non-Oss | No | ---- | Yes
8 | repo-oss | openSUSE-Leap-Oss | Yes | (r ) Yes | Yes
9 | repo-source | openSUSE-Leap-Source | No | ---- | Yes
10 | repo-update | openSUSE-Leap-Update | No | ---- | Yes
So I try specifying Packman, which tells me that I’m missing something, which I think that I have
linux-uzl4:~ # zypper in -r 3 vlc
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: nothing provides libSDL_image-1.2.so.0()(64bit) needed by vlc-2.2.4-7.2.x86_64
Solution 1: do not install vlc-2.2.4-7.2.x86_64
Solution 2: break vlc-2.2.4-7.2.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/c] (c): c
linux-uzl4:~ # rpm -ql libSDL-1_2-0
/usr/lib64/libSDL-1.2.so.0
/usr/lib64/libSDL-1.2.so.0.11.4
/usr/share/doc/packages/libSDL-1_2-0
/usr/share/doc/packages/libSDL-1_2-0/BUGS
/usr/share/doc/packages/libSDL-1_2-0/COPYING
/usr/share/doc/packages/libSDL-1_2-0/CREDITS
/usr/share/doc/packages/libSDL-1_2-0/README
/usr/share/doc/packages/libSDL-1_2-0/README-SDL.txt
If I try adding the VideoLan repository, I get the same thing - it tells me I need libSDL_image-1.2.so.0()(64bit).
Am I on a hiding to nothing? There must be some way to get vlc to work.