btw, what kind of testing is this, and does the positioning of the asterisks * really matter?
It is just a list of *exactly* what packages you have installed. I said all of them should have a ".pm." because they should be from the Packman repository instead of from the VideoLAN repository (1). The '*' are important since they allow the list to be much shorter.
Code: Select all
banshee-1-backend-engine-gstreamer-1.0.0-0.2
faad2-2.6.1-1.1
gstreamer-0_10-0.10.20-42.pm.1
gstreamer-0_10-lang-0.10.20-42.pm.1
gstreamer-0_10-plugins-base-0.10.20-42.pm.1
gstreamer-0_10-plugins-base-lang-0.10.20-42.pm.1
gstreamer-0_10-plugins-good-0.10.8-42.pm.1
gstreamer-0_10-pulse-0.9.7-42.pm.1
libavcodec51-0.4.9svn-20080818.pm.0
libgstreamer-0_10-0-0.10.19-16.2
libgstreamer-0_10-0.10.20-42.pm.1
libmad-0.15.1b-5.1
libmpeg2-0.4.0b-23.pm.4
libpostproc51-0.4.9svn-20080818.pm.0
libxine1-1.1.15-0.pm.1
libxine1-w32dll-1.1.15-0.pm.1
vlc-0.8.6i-0.pm.2
- Install libfaad2_0 from Packman and remove faad2 from VideoLAN.
- If you are going to use GStreamer based player (isn't VideoLAN case) install gstreamer-0_10-ffmpeg
- You have libavcodec and libpostproc but lack libavdevice, libavformat, libavutil and libswscale. Install libffmpeg0 from Packman, that will automatically install the missing libs.
- You have two versions of libgstreamer-0_10, remove libgstreamer-0_10-0-0.10.19-16.2 and keep libgstreamer-0_10-0.10.20-42.pm.1.
- Remove "libmad" and install "mad" from Packman.
(1) Packman has a lot more packages than VideoLAN, so if you must select only of them you would select Packman. If you install libffmpeg from VideoLAN, since the ABI changes so much, you can't be sure that all the packages from Packman will work. And since you are going to install libffmpeg from Packman the only option that makes sense is to install everything else also from Packman to avoid ABI incompatibilities.
Also, the VideoLAN repository hasn't been updated in two months.
IMHO VideoLAN repository should be:
- Removed. Submit the missing packages (vlc-beta...) to Packman.
OR
- Based on openSUSE+Packman, not only openSUSE.
Two repositories with two libffmpeg versions is ask for problems.