Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv4918

Modified Files:
        Makefile freevo_config.py 
Removed Files:
        freevo_xwin.c 
Log Message:
o removed freevo_xwin
o remove fbcon/matroxset
o replaced all fbcon/mga_* scripts with fbcon/mgafb


Index: Makefile
===================================================================
RCS file: /cvsroot/freevo/freevo/Makefile,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** Makefile    4 Aug 2003 07:01:26 -0000       1.37
--- Makefile    6 Aug 2003 19:39:19 -0000       1.38
***************
*** 10,13 ****
--- 10,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.38  2003/08/06 19:39:19  dischi
+ # o removed freevo_xwin
+ # o remove fbcon/matroxset
+ # o replaced all fbcon/mga_* scripts with fbcon/mgafb
+ #
  # Revision 1.37  2003/08/04 07:01:26  tcwan
  # Updated spec files and Makefile for 1.3.4.
***************
*** 115,119 ****
  XINC = -I/usr/X11R6/include -I/usr/X11/include -I/usr/openwin/include
  
- SUBDIRS  = fbcon
  OPTIMIZE = 2
  
--- 120,123 ----
***************
*** 123,129 ****
  
  
! .PHONY: all subdirs x11 osd_x1 $(SUBDIRS) clean realclean release install cvsup
  
! all: subdirs runapp freevo_xwin
  
  python_compile: runapp
--- 127,133 ----
  
  
! .PHONY: all x11 osd_x1 clean realclean release install cvsup
  
! all: runapp
  
  python_compile: runapp
***************
*** 144,156 ****
        strip runapp
  
- freevo_xwin: freevo_xwin.c
-       $(CC) $(CFLAGS) -o freevo_xwin freevo_xwin.c $(XINC) $(XLIBS)
- 
- subdirs: $(SUBDIRS)
- 
- $(SUBDIRS):
-       $(MAKE) -C $@
- 
- 
  cvsup:
        cvs update -C -r LATEST_ALPHA
--- 148,151 ----
***************
*** 160,165 ****
        find . -name "*.pyc" -exec rm {} \;
        -rm -f *.o log_main_out trace.txt
!       -rm -f log_main_err log.txt runapp freevo_xwin mplayer_std*.log
!       cd fbcon ; $(MAKE) clean
  
  realclean: clean
--- 155,159 ----
        find . -name "*.pyc" -exec rm {} \;
        -rm -f *.o log_main_out trace.txt
!       -rm -f log_main_err log.txt runapp
  
  realclean: clean
***************
*** 172,176 ****
  distclean:
        find . -name "*.pyc*" -exec rm -f {} \;
!       $(MAKE) -C fbcon distclean
  
  release: clean
--- 166,170 ----
  distclean:
        find . -name "*.pyc*" -exec rm -f {} \;
! 
  
  release: clean

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -d -r1.223 -r1.224
*** freevo_config.py    5 Aug 2003 18:59:20 -0000       1.223
--- freevo_config.py    6 Aug 2003 19:39:19 -0000       1.224
***************
*** 574,578 ****
  # './matrox_g400/mga_pal_768x576.sh' OSD_SDL_EXEC_AFTER_STARTUP=''
  if CONF.display == 'mga':
!     OSD_SDL_EXEC_AFTER_STARTUP='./fbcon/mga_%s_%s.sh' % (CONF.tv, CONF.geometry)
      OVERSCAN_X = 20
      OVERSCAN_Y = 20
--- 574,578 ----
  # './matrox_g400/mga_pal_768x576.sh' OSD_SDL_EXEC_AFTER_STARTUP=''
  if CONF.display == 'mga':
!     OSD_SDL_EXEC_AFTER_STARTUP='./fbcon/mgafb %s %s ' % (CONF.tv, CONF.geometry)
      OVERSCAN_X = 20
      OVERSCAN_Y = 20
***************
*** 590,594 ****
  
  if CONF.display == 'mga':
!     OSD_SDL_EXEC_AFTER_CLOSE='./fbcon/mga_restore.sh'
  
  
--- 590,594 ----
  
  if CONF.display == 'mga':
!     OSD_SDL_EXEC_AFTER_CLOSE='./fbcon/mgafb restore'
  
  

--- freevo_xwin.c DELETED ---




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to