Previous versions of VLC were available through the livna repository, which was recently merged into the RPM Fusion repository. It is now the official VLC repository for Fedora as mentioned on their website.
But the latest version available for Fedora 8 is 0.8.7 and with Fedora 8 support ending in 4 weeks the 0.9 branch will not be included anymore. Fortunately the VLC maintainer provides 0.9.5 for Fedora 8 through a private repository. You can read more about it here.
Just add the repositories and install it via yum.
sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
sudo rpm -Uvh http://rpms.kwizart.net/kwizart-release-8.rpm
sudo yum install --enablerepo=kwizart-testing vlc vlc-core mozilla-vlcIf you're using Firefox 3 an additional step is required to get the browser plug-in working.
sudo ln -fs /usr/lib/mozilla/plugins/libvlcplugin.so /opt/firefox/pluginsAnd another one to put the icon on the desktop.
sudo sed s/%U// -i /usr/share/applications/livna-vlc.desktop
dca add 12 "file='/usr/share/applications/livna-vlc.desktop'"You can then also remove the pre-installed media master and mplayer.
sudo yum remove pdvdlinux mplayer\*
sed /pcmmvp/d -i $HOME/.config/xfce4/desktop/group-app.xmlA reboot may be required for the changes to become effective.

