Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv17943
Modified Files: setup.py Log Message: respect the changes made Index: setup.py =================================================================== RCS file: /cvsroot/freevo/freevo/setup.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** setup.py 22 Aug 2003 17:52:11 -0000 1.2 --- setup.py 23 Aug 2003 09:31:06 -0000 1.3 *************** *** 7,16 **** # Freevo directly into the system. This script can't be used with # the runtime, because the runtime contains it's own python. - # - # TODO: - # o add more needed libs to 'libs' - # o fix fbcon stuff in freevo_config.py. It looks for contrib/fbcon but - # installed the scripts are somewhere else - # o test it on more platforms than mine --- 7,10 ---- *************** *** 23,27 **** libs = ( ('mmpython', 'http://www.sf.net/projects/mmpython' ), ! ('pygame', 'http://www.pygame.org') ) def package_finder(result, dirname, names): --- 17,24 ---- libs = ( ('mmpython', 'http://www.sf.net/projects/mmpython' ), ! ('pygame', 'http://www.pygame.org'), ! ('Image', 'http://www.pythonware.com/products/pil/'), ! ('twisted', 'http://www.twistedmatrix.com/') ) ! def package_finder(result, dirname, names): *************** *** 53,58 **** data_files = [] os.path.walk('./share', data_finder, data_files) ! os.path.walk('./contrib', data_finder, data_files) ! os.path.walk('./helpers', data_finder, data_files) # copy freevo_config.py to share/freevo. It's the best place to put it --- 50,55 ---- data_files = [] os.path.walk('./share', data_finder, data_files) ! os.path.walk('./contrib/fbcon', data_finder, data_files) ! os.path.walk('./contrib/xmltv', data_finder, data_files) # copy freevo_config.py to share/freevo. It's the best place to put it *************** *** 77,96 **** sys.exit(1) - # # compile runapp - # if os.environ.has_key('LOGDIR') and os.environ['LOGDIR']: - # logdir='"%s"' % os.environ['LOGDIR'] - # else: - # logdir='"/var/log/freevo"' - # print 'building runapp' - # os.system('gcc -O2 -Wall -static -o runapp runapp.c ' - # '-DRUNAPP_LOGDIR=\\"%s\\" -DDEBUG' % logdir) - # # bad hack, this is no script, but it is compiled and - # # ready to install now - # scripts.append('runapp') # now start the python magic setup (name = "freevo", ! version = "1.3.4cvs", description = "Freevo", author = "Krister Lagerstrom, et al.", --- 74,83 ---- sys.exit(1) + version = open('VERSION').read()[:-1] # now start the python magic setup (name = "freevo", ! version = version, description = "Freevo", author = "Krister Lagerstrom, et al.", *************** *** 103,104 **** --- 90,92 ---- data_files = data_files ) + ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Freevo-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog