Multiledia on suse 10.3

I am trying to send a good post:

General description:
Athlon 2500+, 1 GB ram, AVI video- proprietary driver, Audigy, Suse
10.3, KDE 3

uname -a
Linux Dumbarton 2.6.22.19-0.3-default #1 SMP 2009-05-27 10:35:34 +0200
i686 athlon i386 GNU/Linux

zypper -lr

| Enabled | Refresh | Type | Alias | Name

–±--------±--------±-------±------------------------------------------------------------------±-------------------------
1 | Yes | Yes | yast2 |
http://download.opensuse.org/distribution/10.3/repo/debug/_1 |
Main Repository (DEBUG)
2 | Yes | Yes | yast2 |
http://download.opensuse.org/distribution/10.3/repo/non-oss/ |
Main Repository (NON-OSS)
3 | Yes | Yes | rpm-md |
http://download.opensuse.org/distribution/10.3/repo/src-oss/suse/ |
Main Repository (Sources)
4 | Yes | Yes | rpm-md | http://www2.ati.com/suse/10.3 | ATI
Repository
5 | Yes | Yes | rpm-md | openSUSE-10.3-Updates |
openSUSE-10.3-Updates
6 | Yes | Yes | yast2 |
http://download.opensuse.org/repositories/openSUSE:10.3/standard/ |
Main Repository (OSS)
7 | Yes | Yes | rpm-md |
http://ftp.skynet.be/pub/packman/suse/10.3/ |
Packman Repository

Begin RedDwarf steps

1
LC_ALL=C zypper ve
Unknown command ‘ve’
Try -h for help.

2
rpm -qa --queryformat '%{NAME} → %{VENDOR}
’ | grep -i VideoLAN
libmad0 → VideoLAN Project (http://www.videolan.org)

3
rpm --verify --query --all ‘libav*’ ‘libpostproc*’ ‘libswscale*’
<no result>

4
rpm --query --queryformat '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} →
%{VENDOR}
’ libxine1 libxine1-codecs
libxine1-1.1.16.2-0.pm.1-i686 → http://packman.links2linux.de
libxine1-codecs-1.1.16.2-0.pm.1-i686 → http://packman.links2linux.de

5
rpm --verify --query --all ‘xine
<no result>

6
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
gstreamer-0_10-plugins-ugly
package gstreamer-0_10-ffmpeg is not installed
package gstreamer-0_10-fluendo-mp3 is not installed
package gstreamer-0_10-fluendo-mpegdemux is not installed
package gstreamer-0_10-fluendo-mpegmux is not installed
package gstreamer-0_10-plugins-bad is not installed
package gstreamer-0_10-plugins-base is not installed
package gstreamer-0_10-plugins-good is not installed
package gstreamer-0_10-plugins-good-extra is not installed
package gstreamer-0_10-plugins-ugly is not installed

7
rpm --verify --query --all ‘gst
<no result>

8
rpm --verify MPlayer
<no result>

9
rpm --verify --query --all ‘vlc
<no result>

10
rpm --verify w32codec-all
package w32codec-all is not installed

As you can see i need some stuff. I am having a problem connecting
VideoLAN repository as well.
I am comfortable in GUI, ncurses, and CLI.

Your guidance please?

You don’t seem to have the vlc repo in your list and you only need ONE package from it: libdvdcss

follow this guide, but remember you need to use the 10.3 repo’s!!
Multi-media and Restricted Format Installation Guide - openSUSE Forums

You can switch your ‘source’ and ‘debug’ repos off by making them ‘No|No’

follow the guide carefully

On Thu, 18 Jun 2009 04:16:02 GMT, caf4926
<caf4926@no-mx.forums.opensuse.org> wrote:

>
>You don’t seem to have the vlc repo in your list and you only need ONE
>package from it: libdvdcss
>
>follow this guide, but remember you need to use the 10.3 repo’s!!
>‘Multi-media and Restricted Format Installation Guide - openSUSE
>Forums’ (http://tinyurl.com/6or387)
>
>You can switch your ‘source’ and ‘debug’ repos off by making them
>‘No|No’
>
>follow the guide carefully

Geez Caf4926, that line is seriously oriented around OpenSUSE
11.0/11.1. My issue is more centered around the stable 10.3 version.
The repository selection interface is very different. I have adjusted
the repository selections before, shown by the very nature of what
they are now, i just do not recall how i did it.

Open a su terminal and do:

zypper ar http://download.videolan.org/pub/vlc/SuSE/10.3 VLC

now do:

zypper ref

now do:

zypper in libdvdcss

everything else can come from Packman so now we remove vlc:

zypper rr VLC

Now open Yast Software Management and use the list I gave you in the link,

libavcodec52
libdvdnav4
libdvdplay0
libdvdread4
libffmpeg0
libquicktime0
libxine1
libxine1-codecs
libxvidcore4
smplayer
vlc
w32codec-all
xine-ui
xvidcore

search for each and add what you can.

Thanks caf4926. The installs went like clockwork, i just made sure i
told it to update anything it thought was already there.

On Fri, 19 Jun 2009 06:36:01 GMT, caf4926
<caf4926@no-mx.forums.opensuse.org> wrote:

>
>Open a su terminal and do:
>
>
>Code:
>--------------------
> zypper ar http://download.videolan.org/pub/vlc/SuSE/10.3 VLC
>
>--------------------
>
>now do:
>
>Code:
>--------------------
> zypper ref
>
>--------------------
>
>now do:
>
>Code:
>--------------------
> zypper in libdvdcss
>
>--------------------
>
>everything else can come from Packman so now we remove vlc:
>
>
>Code:
>--------------------
> zypper rr VLC
>--------------------
>
>
>Now open Yast Software Management and use the list I gave you in the
>link,
>> libavcodec52
>> libdvdnav4
>> libdvdplay0
>> libdvdread4
>> libffmpeg0
>> libquicktime0
>> libxine1
>> libxine1-codecs
>> libxvidcore4
>> smplayer
>> vlc
>> w32codec-all
>> xine-ui
>> xvidcore
>search for each and add what you can.
>
>
>–
>Box: Linux 2.6.27.24-170.2.68 i686 PAE | Fedora 10 | KDE4.2.3 | M2N4-SLI
>| AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
>Lap: openSUSE 11.1 | Celeron 550 | (KDE4.2.90)“138” Beta2 | Intel 965
>GM | Lenovo R61e | 3GB RAM
>------------------------------------------------------------------------
>caf4926’s Profile: http://forums.opensuse.org/member.php?userid=204
>View this thread: http://forums.opensuse.org/showthread.php?t=416618