Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv28294
Modified Files: setup_freevo.py freevo_config.py Log Message: MOved tvtime command into the config. Index: setup_freevo.py =================================================================== RCS file: /cvsroot/freevo/freevo/setup_freevo.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** setup_freevo.py 20 Jun 2003 18:18:23 -0000 1.5 --- setup_freevo.py 27 Jun 2003 10:58:06 -0000 1.6 *************** *** 13,16 **** --- 13,19 ---- # ----------------------------------------------------------------------- # $Log$ + # Revision 1.6 2003/06/27 10:58:06 rshortt + # MOved tvtime command into the config. + # # Revision 1.5 2003/06/20 18:18:23 dischi # add comment about the xmame change to force the user to rerun setup *************** *** 163,166 **** --- 166,170 ---- check_program(conf, "mplayer", "mplayer", 1, sysfirst) + check_program(conf, "tvtime", "tvtime", 0, sysfirst) check_program(conf, "jpegtran", "jpegtran", 0, sysfirst) check_program(conf, "xmame.x11", "xmame", 0, sysfirst) *************** *** 245,249 **** # Check for programs both in the path and the runtime apps dir ! search_dirs_runtime = ['./runtime/apps', './runtime/apps/mplayer'] if sysfirst: search_dirs = os.environ['PATH'].split(':') + search_dirs_runtime --- 249,254 ---- # Check for programs both in the path and the runtime apps dir ! search_dirs_runtime = ['./runtime/apps', './runtime/apps/mplayer', ! './runtime/apps/tvtime'] if sysfirst: search_dirs = os.environ['PATH'].split(':') + search_dirs_runtime Index: freevo_config.py =================================================================== RCS file: /cvsroot/freevo/freevo/freevo_config.py,v retrieving revision 1.199 retrieving revision 1.200 diff -C2 -d -r1.199 -r1.200 *** freevo_config.py 26 Jun 2003 13:23:21 -0000 1.199 --- freevo_config.py 27 Jun 2003 10:58:06 -0000 1.200 *************** *** 606,609 **** --- 606,616 ---- # ====================================================================== + # tvtime section: + # ====================================================================== + + TVTIME_CMD = CONF.tvtime + + + # ====================================================================== # MPlayer section: # ====================================================================== ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog