Wednesday, June 23, 2010

VLC on SLED 11 SP1 Part Deux

I have received some comments for my previous post on VLC on SLED 11 SP1 that it doesn't seem to work according to what was stated.

Well if all else fail, revert to using the openSUSE 11.1 repos:

zypper ar -f http://packman.unixheads.com/suse/11.1/ Packman && zypper refresh Packman

zypper ar -f http://download.videolan.org/pub/vlc/SuSE/11.1 vlc && zypper refresh vlc && zypper in vlc

If it still won't install try adding these two repos and try installing vlc again:

zypper ar -f http://download.opensuse.org/repositories/multimedia:/libs/SLE_11/ multimedia-libs && zypper refresh multimedia-libs

zypper ar -f http://download.opensuse.org/repositories/multimedia:/xine/SLE_11 multimedia-xine && zypper refresh multimedia-xine

On my T61 with newly installed SLED 11 SP1, the above methods work flawlessly.

Monday, June 21, 2010

VLC on SLED 11 SP1

Out of the box, SUSE Linux Enterprise Desktop 11 (SLED 11) has no good video playback capabilities. In past (and now) I needed to add the Packman repos for openSUSE 11.1 and get those gstreamer plugins installed. Video playback for me is absolutely crucial as I use my lappy for entertainment as well; by that I meant playing my many downloaded AVIs, RMVBs and MPEGs.

VLC has always been the Swiss Army Knife of media players and VLC has always been sucky on openSUSE 11.1 (which SLED 11 was based on). With VLC 1.10 launched, I decided to give it a go on my SLED 11 SP1. I added the repo, refreshed it and installed vlc:

zypper ar -f http://download.videolan.org/pub/vlc/SuSE/11.2 vlc

zypper refresh vlc

zypper in vlc

I decided to add the 11.2 repo on a hunch, since there are numerous upgrades and additions to SP1.

So far it has been working well and I have no problems with any video or audio playbacks.