Hi!
I’m a linux newbie. I’ve been using it for a month.I followed your Multi-media and Restricted Format Installation Guide for 11.3 .
I’ve got the following repositories:
| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
–±------------------------------------±------------------------------------±--------±--------±---------±-------±---------------------------------------------------------------±-------
1 | Updates for openSUSE 11.3 11.3-1.82 | Updates for openSUSE 11.3 11.3-1.82 | Yes | Yes | 99 | rpm-md | Index of /update/11.3 |
2 | openSUSE-11.3 11.3-1.82 | openSUSE-11.3 11.3-1.82 | Yes | No | 99 | yast2 | cd:///?devices=/dev/sr0 |
3 | packman | packman | Yes | Yes | 99 | rpm-md | Index of /pub/linux/misc/packman/suse/11.3 |
4 | repo-debug | openSUSE-11.3-Debug | No | Yes | 99 | NONE | Index of /debug/distribution/11.3/repo/oss |
5 | repo-non-oss | openSUSE-11.3-Non-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/11.3/repo/non-oss |
6 | repo-oss | openSUSE-11.3-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/11.3/repo/oss |
Then I proceeded to “Check your multimedia problem in ten steps”. Here is the output
SUSE:~ # LC_ALL=C zypper ve
Loading repository data…
Reading installed packages…
Dependencies of all installed packages are satisfied.
SUSE:~ # rpm -qa --queryformat '%{NAME} → %{VENDOR}
’ | grep -i VideoLAN
libdvdcss → VideoLAN Project (VideoLAN - VLC: Free streaming and multimedia solutions for all OS!)
SUSE:~ # rpm --verify --query --all ‘libav*’ ‘libpostproc*’ ‘libswscale*’
SUSE:~ # rpm --query --queryformat '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} → %{VENDOR}
’ libxine1 libxine1-codecs
libxine1-1.1.18.1-2.pm.41.2-i586 → PackMan :: Startseite
libxine1-codecs-1.1.18.1-2.pm.41.2-i586 → PackMan :: Startseite
SUSE:~ # rpm --verify --query --all ‘xine’
SUSE:~ # rpm --query --queryformat '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} → %{VENDOR}
’ gstreamer-0_10-ffmpeg gstreamer-0_10-fluendo-mp3 gstreamer-0_10-fluendo-mpegdemux gstreamer-0_10-fluendo-mpegmux gstreamer-0_10-plugins-bad gstreamer-0_10-plugins-base gstreamer-0_10-plugins-good gstreamer-0_10-plugins-good-extra
package gstreamer-0_10-ffmpeg is not installed
gstreamer-0_10-fluendo-mp3-2-106.2-i586 → openSUSE
package gstreamer-0_10-fluendo-mpegdemux is not installed
package gstreamer-0_10-fluendo-mpegmux is not installed
gstreamer-0_10-plugins-bad-0.10.18-6.2-i586 → openSUSE
gstreamer-0_10-plugins-base-0.10.29-1.9-i586 → openSUSE
gstreamer-0_10-plugins-good-0.10.22-1.16-i586 → openSUSE
package gstreamer-0_10-plugins-good-extra is not installed
SUSE:~ # rpm --verify --query --all ‘gst’
SUSE:~ # rpm --verify MPlayer
SUSE:~ # rpm --verify --query --all ‘vlc’
SUSE:~ # rpm --verify w32codec-all
SUSE:~ #
I noticed that I’ve got some gstreamer packages from openSUSE repository and not from Packman.I tried to update them unconditionally
just like caf4926 advised but in vain. They are still openSUSE.
Finally when I wanted to switch system packages to the versions in Packman repository I got the following warning dialog box
YaST2 conflicts list - generated 2010-07-25 23:27:44
transmission-common-1.93-1.9.noarch requires transmission-ui = 1.93, but this requirement cannot be provided
uninstallable providers: transmission-1.93-1.9.i586[repo-oss]
transmission-qt-1.93-1.9.i586[repo-oss]
] keep obsolete transmission-gtk-1.93-1.9.i586
] break transmission-common by ignoring some of its dependencies
] install transmission-1.93-1.9.i586 from excluded repository
] install transmission-qt-1.93-1.9.i586 from excluded repository
] deinstallation of transmission-common-1.93-1.9.noarch
YaST2 conflicts list END
Any suggestions would be greatly appreciated.