[Freevo-cvslog] freevo/src/www/htdocs guide.rpy,1.9,1.10

2003-08-20 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv14519 Modified Files: guide.rpy Log Message: Patch from Mike so that the option boxes default to the day and time as displayed in the guide. Index: guide.rpy

[Freevo-devel] [PATCH] first set of FreeBSD patches

2003-08-20 Thread Lars Eggert
Hi, Steve O'Hara and me are putting together a freevo port for the FreeBSD ports tree. I think we'll have something useful shortly. In the process of doing this, we've found some Linux-isms in the source tree that we had to fix, and it looks likely we'll find some more as things progress.

Re: [Freevo-devel] [PATCH] src/www/htdocs/guide.rpy -- default jumpbox to the start time of the page

2003-08-20 Thread Rob Shortt
Thanks, committed. Michael Ruelle wrote: Make the hours box and day box default to the time the guide page starts at. Index: guide.rpy === RCS file:

Re: [Freevo-devel] New GAMES system - update

2003-08-20 Thread Rob Shortt
Sylvain FABRE wrote: Here is a new version of the proposal for games management. This 'release' include some bugfixes (of course!!) and the management of the GENESIS/MEGADRIVE roms. Cool. This is based on freevo 1.3.4, and the modified files are joined in this email. Sylvain, could you provide

Re: [Freevo-devel] [PATCH] first set of FreeBSD patches

2003-08-20 Thread Lars Eggert
Hi, Aubin Paul wrote: config.py.patch enables auto-detection of CD and DVD drives under the FreeBSD device naming scheme. More work will be required to use them though. Can you explain that? Is that end user work? If so, what would be needed so we can add it to the Wiki

Re: [Freevo-devel] [PATCH] first set of FreeBSD patches

2003-08-20 Thread Aubin Paul
On Wed, Aug 20, 2003 at 07:24:21AM -0700, Lars Eggert wrote: I'm not sure what you mean by end user work. The issue this patch addresses is device naming: ATA optical drives on FreeBSD are named /dev/cdX, SCSI ones /dev/acdX, where X is a number. cd and acd are the names of the drivers that

Re: [Freevo-devel] [PATCH] first set of FreeBSD patches

2003-08-20 Thread Lars Eggert
Lars Eggert wrote: I saw those, and they're very likely different on FreeBSD. However, it looks like the python-2.3 port does not install cdrom.py. Looking at the python sources, the lib/plat-freebsd* directories do not have cdrom.py in them, either. That doesn't look too well. It really looks

[Freevo-cvslog] freevo/boot freevo,1.15,1.16

2003-08-20 Thread outlyer
Update of /cvsroot/freevo/freevo/boot In directory sc8-pr-cvs1:/tmp/cvs-serv3930 Modified Files: freevo Log Message: Some changes to reflect changed directory structure Index: freevo === RCS file:

[Freevo-cvslog] freevo/src config.py,1.37,1.38

2003-08-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv3421/src Modified Files: config.py Log Message: Patch from Lars Eggert to support FreeBSD device naming conventions. Index: config.py === RCS file:

[Freevo-devel] Re: CDROM...

2003-08-20 Thread Dirk Meyer
Aubin Paul wrote: As I was looking through rom_drives, I wonder why we're avoiding importing CDROM.py; Because I wrote the stuff and I didn't know about that file ;-) it would make things less Linux-specific, and since CDROM.py is included with Python, it's a non-issue to do things using

[Freevo-devel] Re: [PATCH] first set of FreeBSD patches

2003-08-20 Thread Dirk Meyer
Lars Eggert wrote: Lars Eggert wrote: I saw those, and they're very likely different on FreeBSD. However, it looks like the python-2.3 port does not install cdrom.py. Looking at the python sources, the lib/plat-freebsd* directories do not have cdrom.py in them, either. That doesn't look too

[Freevo-cvslog] freevo runapp.c,1.19,1.20

2003-08-20 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv2837 Modified Files: runapp.c Log Message: Patch from Lars Eggert to enable compilation under FreeBSD (and presumably other BSD variants) Index: runapp.c

[Freevo-devel] Re: [PATCH] first set of FreeBSD patches

2003-08-20 Thread Lars Eggert
Dirk, Dirk Meyer wrote: It should be CDROM.py not cdrom.py. If you don't have it, we need the ioctl numbers for FreeBSD and add them directly in the code. thanks for the explanation. FreeBSD's ioctl's are in sys/cdio.h and sys/cdrio.h, kinda like Solaris:

[Freevo-cvslog] freevo ChangeLog,1.80,1.81

2003-08-20 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv4137 Modified Files: ChangeLog Log Message: Updated ChangeLog Index: ChangeLog === RCS file: /cvsroot/freevo/freevo/ChangeLog,v retrieving revision

Re: [Freevo-devel] Re: [PATCH] first set of FreeBSD patches

2003-08-20 Thread Aubin Paul
On Wed, Aug 20, 2003 at 10:14:47AM -0700, Lars Eggert wrote: thanks for the explanation. FreeBSD's ioctl's are in sys/cdio.h and sys/cdrio.h, kinda like Solaris: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/cdio.h http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/cdrio.h Is this the

[Freevo-devel] Re: X11, DGA : my solution

2003-08-20 Thread Dirk Meyer
Sylvain FABRE wrote: In some recent mail, i have seen that the support for 'dga' in the conf.DISPLAY variable has been deleted. The solution is now to set the display to 'x11' and to add 'dga' to the MPLAYER_VO variables (according to the author, i do not remember who). OK, dga is again in

[Freevo-cvslog] freevo/src/plugins mediamenu.py,1.8,1.9

2003-08-20 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv3692/src/plugins Modified Files: mediamenu.py Log Message: UPPER CASE TEXT IS UGLY! :) Index: mediamenu.py === RCS file:

[Freevo-cvslog] freevo/src/tv tv.py,1.16,1.17

2003-08-20 Thread gsbarbieri
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv3692/src/tv Modified Files: tv.py Log Message: UPPER CASE TEXT IS UGLY! :) Index: tv.py === RCS file: /cvsroot/freevo/freevo/src/tv/tv.py,v

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage

2003-08-20 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 24.224.158.108: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage