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

Re: [Freevo-devel] Re: Democracy

2006-02-23 Thread Rob Shortt
Aleksey Sudakov wrote: > So did anyone figured out already how to plug-in Democracy's channel > guide into freevo? I am aproaching it a bit differently. I'm not using any code from democracy, except for parts of the rss parser which I've added to kaa.webinfo. What I'm doing is parsing channel's

[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

RE: [Freevo-devel] Re: Democracy

2006-02-23 Thread Aleksey Sudakov
So did anyone figured out already how to plug-in Democracy's channel guide into freevo? >> That's great. I have no time for that, but it looks nice. Subscribe to >> channels, download in the background and add an item in the movies dir >> and watch the videos with mplayer/xine. > > Exactly. I hav

[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

Re: [Freevo-devel] Re: Democracy

2006-02-23 Thread Cyril
That's great news, I'm looking forward to see it in action ;) Rob Shortt wrote: > Dirk Meyer wrote: > >>That's great. I have no time for that, but it looks nice. Subscribe to >>channels, download in the background and add an item in the movies dir >>and watch the videos with mplayer/xine. > >

Re: [Freevo-devel] Call for help again

2006-02-23 Thread Duncan Webb
Dirk Meyer wrote: Hi, with Tack gone for some weeks, Soenke gone until May and Rob also busy right now, the Freevo 2.0pre1 release will move from spring to summer 2006. The list for things to do is long, we still need some basic pieces of code. Freevo isn't that huge monster anymore you can't u

Re: [Freevo-devel] Re: Democracy

2006-02-23 Thread Rob Shortt
Dirk Meyer wrote: > That's great. I have no time for that, but it looks nice. Subscribe to > channels, download in the background and add an item in the movies dir > and watch the videos with mplayer/xine. Exactly. I have a seperate freevo process to manage the feeds and torrents in the backgroun

[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: Democracy

2006-02-23 Thread Dirk Meyer
Rob Shortt wrote: >> I don't know if you guys are familiar with democracy, but it is an >> awesome webtv project! > > Indeed it is, formerly DTV, I haev been following it closely. :) Me too. >> Since the player is written in python ... how about a plugin for that? > > I guess you can say I'm alre

[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,