Lan Barnes wrote:
How then would I instruct yum to go do the right thing and get me a FC3
package for FC4? The reason I ask is because I can't find a yum server
with the FC4 versions of xine, the goal of the exercise. (It's for the
new Myth box.)
I don't think you really want a FC3 package for FC4. What you really
want is a Xine package for and from FC4.
The Fedora Core distribution has dropped more and more apps with each
release. This reduction has been significant in FC4 as was promised by
the dev team. The reason give was so that the full distribution would
still fit on only four CD's. The motivation for that is up for debate.
In any case, fortunately, Xine was not one of the casualties.
Alternate question: I'm perfectly happy to compile xine and all its
necessary dependencies for this box. Why not? BUT (big *but*) I'd sure
like to know what code packages I have to download to satisfy all the
dependencies. Can yum tell me that?
I wish I had a brain ...
Once you are pointing to the proper repositories,
yum install xine*
should work fine.
Here are the functional parts on my FC3 system. They should work fine in
FC4 also.
*******
[EMAIL PROTECTED] miscellaneous]$ ls -la /etc/yum.*
-rw-r--r-- 1 root root 253 Jul 5 14:23 /etc/yum.conf
-rw-r--r-- 1 root root 253 May 24 21:50 /etc/yum.conf.fc3.orig
/etc/yum.repos.d:
total 56
drwxr-xr-x 2 root root 4096 Jul 5 14:22 .
drwxr-xr-x 118 root root 12288 Oct 21 12:41 ..
-rw-r--r-- 1 root root 233 Nov 1 2004 fedora-devel.repo
-rw-r--r-- 1 root root 931 May 24 22:21 fedora.repo
-rw-r--r-- 1 root root 280 Nov 1 2004 fedora-updates.repo
-rw-r--r-- 1 root root 282 Nov 1 2004 fedora-updates-testing.repo
*******
[development]
name=Fedora Core $releasever - Development Tree
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-rawhide
enabled=0
/etc/yum.repos.d/fedora-devel.repo (END)
*******
[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://mirrors.kernel.org/fedora/core/$releasever/$basearch/os
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://mirrors.kernel.org/fedora/core/updates/$releasever/$basearch
enabled=1
gpgcheck=1
/etc/yum.repos.d/fedora.repo (END)
*******
[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$releasever
enabled=1
gpgcheck=1
/etc/yum.repos.d/fedora-updates.repo (END)
*******
[updates-testing]
name=Fedora Core $releasever - $basearch - Test Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearc
h/
mirrorlist=http://fedora.redhat.com/download/mirrors/updates-testing-fc$releasever
enabled=0
gpgcheck=1
/etc/yum.repos.d/fedora-updates-testing.repo (END
--
Best Regards,
~DJA.
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list