07-03-05 01:45 AM
Gwen Morse wrote:
> I'm running on FC4. The last time I could _swear_ that I recalled my
> laptop DVD player working was somewhere around FC1 or 2 (I normally
> use my standalone home player for watching movies but tested it in
> anticipation of an upcoming trip).
>
> Checking Google didn't turn up anything that was wildly useful other
> than to update the packages.
>
> I'm running the newest version of necessary ogle packages (as reported
> by updating yum).
>
> This is horribly frustrating as I'd like my DVD player to work (again)
> as it used to!
I hate to tell you this, but as far as I know there are no FC4 rpm's for
ogle and the FC1,2,3 ogle rpm packages may not work with FC4.
With that said may I suggest that you head over to;
http://dag.wieers.com/packages/
and download the packages;
ogle-0.9.2-4.rf.src.rpm and ogle_gui-0.9.2-4.rf.src.rpm
Satisfy the requirements and build your own with something like (Hint:
the requirements will be presented by typing the rpmbuild commands);
rpmbuild -ba ogle-0.9.2-rf.spec
You need to install both the ogle and ogle-devel packages before
building the ogle_gui with something like;
rpmbuild -ba ogle_gui-0.9.2-rf.spec
Results;
$ rpm -qa --queryformat '%{NAME}-%{VERSION}-%{RELEASE}.%{
;ARCH}.rpm\n'
'ogle*' | sort
ogle-0.9.2-4.rf.fc4.i386.rpm
ogle-devel-0.9.2-4.rf.fc4.i386.rpm
ogle_gui-0.9.2-4.rf.fc4.i386.rpm
Yes!! I modified the spec files before building.
--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- B. Franklin, 1759
[ Post a follow-up to this message ]
|