QUOTE
In that post, he has a link to this site:
http://www.videolan.org/vlc/download-mandriva.html I also went there and looked. It give two urpmi commands to download various packages:
QUOTE
Mandriva Linux 2007 Spring and older (since 9.2)
To install the latest VLC packages, add the following sources for your Mandriva version (you can use Easy urpmi for that):
contrib from the core distribution;
plf (Penguin Liberation Front) from the external add-ons.
Then install the required packages with urpmi:
# urpmi libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad libmatroska0
You might also try to install libdvdcss2:
# urpmi libdvdcss2
I looked for these packages in MCC. I cannot find libdvdplay0 or wxvlc. The vlc-plugin-mad isn't there either, but might be vlc-plugin-mod, which I found.
Here's what I get in my terminal with those urpmi commands.
QUOTE
# urpmi libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad libmatroska0
No package named libdvdplay0
# urpmi wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad libmatroska0
Packages libmatroska0-0.8.1-1mdv2008.1.i586, vlc-0.8.6f-2plf2008.1.i586, vlc-plugin-ogg-0.8.6f-2plf2008.1.i586, vlc-plugin-a52-0.8.6f-2plf2008.1.i586 are already installed
Packages vlc-0.8.6f-1mdv2008.1.i586, vlc-0.8.6f-2mdv2008.1.i586, vlc-plugin-ogg-0.8.6f-1mdv2008.1.i586, vlc-plugin-ogg-0.8.6f-2mdv2008.1.i586, vlc-plugin-a52-0.8.6f-2mdv2008.1.i586, vlc-plugin-a52-0.8.6f-1mdv2008.1.i586 can not be installed
# urpmi libdvdcss2
Package libdvdcss2-1.2.9-4plf2008.1.i586 is already installed
#
Kieth