Mplayer Deps.

John Ellson ellson at research.att.com
Sat Jan 21 23:49:08 UTC 2006


CodeHeads wrote:
> On Sat, 2006-01-21 at 16:11 +0100, Dominik 'Rathann' Mierzejewski wrote:
>   
>> On Fri, Jan 20, 2006 at 12:30:37AM -0500, CodeHeads wrote:
>>     
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Hello all,
>>>
>>> I ran into this and was wondering if it is a problem or not. FC4 did not
>>> have this problem. Was XFree changed in FC5 test2??  Just wondering?
>>>
>>> XFree86-libs >= 4.0.3 is needed by mplayer-gui-1.0pre7try2-2.i386
>>>       
>> First, try the CVS RPMs for FC4, they might work.
>> Second, I've just installed FC5t2 and I'm working on getting MPlayer
>> to build on FC5 right now, so please be patient.
>>
>> For those who don't know me, I maintain MPlayer RPMs for Fedora
>> at http://rpm.greysector.net/mplayer/
>>
>> I'm also working on merging with livna, so expect livna's RPMs to get
>> even better. ;)
>>
>> Best regards,
>>
>> -- 
>> Dominik 'Rathann' Mierzejewski <rathann*at*icm.edu.pl>
>> Interdisciplinary Centre for Mathematical and Computational Modelling
>> Warsaw University  |  http://www.icm.edu.pl  |  tel. +48 (22) 5540810
>>
>>     
>
> Sorry, the CVS did not work.  I believe it has to do with the XFree86
> issue. FC5 does not use that it uses xorg. I hope I am right LOL Correct
> me if I am wrong.
>
>   
I have just built mplayer from CVS for x86_64, with just one change to 
configure
to extend the search path for X11 headers for the new modular-X layout 
on FC5

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1126
diff -u -r1.1126 configure
--- configure   20 Jan 2006 21:15:28 -0000      1.1126
+++ configure   21 Jan 2006 23:48:10 -0000
@@ -3611,7 +3611,7 @@

 echocheck "X11 headers presence"
 if test -z "$_inc_x11" ; then
-  for I in /usr/X11/include /usr/X11R6/include /usr/include/X11R6 
/usr/include /usr/openwin/include ; do
+  for I in /usr/X11/include /usr/X11R6/include /usr/include/X11R6 
/usr/include /usr/openwin/include /usr/include/X11 ; do
     if test -d "$I/X11" && test -f "$I/X11/Xlib.h" ; then
       _inc_x11="-I$I"
       echores "yes (using $I)"


John




More information about the fedora-test-list mailing list