[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-03-09 Thread Dirk Meyer
"Justin Wetherell" wrote: > This check fails on my system because libX11.so is located in > "/usr/X11R6/lib/libX11.so" > > On 2/24/06, Gorka Olaizola <[EMAIL PROTECTED]> wrote: >> >> On Fri, Feb 24, 2006 at 12:57:13AM +0100, Lucian Muresan wrote: >> > >> > +have_x11 = 1 >> > +try: >> > +dl.open

Re: [Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-03-07 Thread Justin Wetherell
This check fails on my system because libX11.so is located in "/usr/X11R6/lib/libX11.so"On 2/24/06, Gorka Olaizola < [EMAIL PROTECTED]> wrote:On Fri, Feb 24, 2006 at 12:57:13AM +0100, Lucian Muresan wrote: >> +have_x11 = 1> +try:> +dl.open('/usr/lib/libX11.so')> +except dl.error, err:> +pri

[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-24 Thread Dirk Meyer
Gorka Olaizola wrote: > On Fri, Feb 24, 2006 at 12:57:13AM +0100, Lucian Muresan wrote: >> >> +have_x11 = 1 >> +try: >> +dl.open('/usr/lib/libX11.so') >> +except dl.error, err: >> +print "System without X11 detected" >> +have_x11 = 0 >> + >> > The problem I see with this is that one c

Re: [Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Gorka Olaizola
On Fri, Feb 24, 2006 at 12:57:13AM +0100, Lucian Muresan wrote: > > +have_x11 = 1 > +try: > +dl.open('/usr/lib/libX11.so') > +except dl.error, err: > +print "System without X11 detected" > +have_x11 = 0 > + > The problem I see with this is that one can have the runtime libX11 but not

[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Lucian Muresan
Lucian Muresan wrote: [...] > I tried kaa/xine/test/kaaplayer.py and kaa/xine/test/test.py, > unfortunately they both use kaa/xine/test/kaaplayer.py and > kaa/xine/test/kaaplayer.py, so I couldn't actually see kaa.xine at work. Sorry, copy/paste is not something I should do late at night ;-). I me

[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Lucian Muresan
Dirk Meyer wrote: [...] > You can use check_cc, kaa.metadata does this to find libdvdread. I already did it with dl.open, if it's ugly I'll look into this check_cc and change it. >> Please help me with this one, then I think I'll be able to provide a >> patch for the rest, and I also think it wou

[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Dirk Meyer
Lucian Muresan wrote: > Ok, I'd like to try to do that. I could hardcode some > display.config('#define THERE_IS_NO_X11') > in kaa/display/setup.py and use it all over to avoid building against > X11, and do the same in kaa.xine, but I wanted to do it properly. That is fine. We do that all the ti

[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Lucian Muresan
Dirk Meyer wrote: Lucian Muresan wrote: I'll leave it to you python gurus to do this properly, to only build kaa.xine against X11 if xine-lib itself was built so, to me that seems more logical. Then I installed kaa and this was the Summary: + base, imlib2, mevas, thumb, epg, record, metadata, ca

[Freevo-devel] Re: why kaa.xine explicit x11 dependency?

2006-02-23 Thread Dirk Meyer
Lucian Muresan wrote: > I'll leave it to you python gurus to do this properly, to only build > kaa.xine against X11 if xine-lib itself was built so, to me that seems > more logical. Then I installed kaa and this was the > Summary: > + base, imlib2, mevas, thumb, epg, record, metadata, canvas, xine,