Re: [dvd::rip] Transcode & Fedora 5
|
Subject: |
Re: [dvd::rip] Transcode & Fedora 5 |
|
From: |
Joe Smith <jes@xxxxxxxxxxx> |
|
Date: |
Fri, 23 Jun 2006 07:32:34 -0400 |
Eric Festinger wrote:
As I have written earlier, everything works fine on my FC5 box with
freshrpms packages. So, if you need or want me to do some tests, don't
hesitate.
Cool.
I guess the first thing is to compare what packages we're running.
Here's a couple of commands to run (no need for root):
#---------------------------------------------
# list all the packages that transcode requires:
rpm -q --whatprovides `rpm -q --requires transcode|
sed -ne 's/^\([^ ]*\)\ .*/\1/p'` |
grep -v rpmlib | sort -u >/tmp/trpms
# and a few others
(echo kernel; echo alsa-lib; echo xvidcore) >>/tmp/trpms
# list the rpms and their origin
while read r; do echo -n "$r"
rpm -q --qf '\t%{sourcerpm}\t%{vendor}\n' "$r"
done </tmp/trpms
# and the system id
uname -a
#---------------------------------------------
And here's the first few lines of my output:
a52dec-0.7.4-9.lvn5 a52dec-0.7.4-9.lvn5.src.rpm (none)
ffmpeg-0.4.9-0.5.20060317.fc5 ffmpeg-0.4.9-0.5.20060317.fc5.src.rpm
Freshrpms.net
ffmpeg-libpostproc-0.4.9-0.5.20060317.fc5
ffmpeg-0.4.9-0.5.20060317.fc5.src.rpm Freshrpms.net
...
Linux duros.home-net 2.6.16-1.2133_FC5 #1 Tue Jun 6 00:52:14 EDT 2006
i686 athlon i386 GNU/Linux
Oops! There's one interesting thing right there: I thought I got rid of
all the Livna packages, but it looks like a52dec (for one) is still
around. Hmm. I'll have to look into that...
Anyway, either I can send you my complete output (off-list), or you can
send me yours and let's see if there are any differences.
Thanks!
<Joe
|
|