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

Modified Files:
        ChangeLog freevo_config.py local_conf.py 
Log Message:
Updated local_conf version to 2.0 to make it clear that the remote control stuff 
changed. Added automatic information about what has changed in the config files since 
the user's version.

Index: ChangeLog
===================================================================
RCS file: /cvsroot/freevo/freevo/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** ChangeLog   22 Feb 2003 06:36:17 -0000      1.53
--- ChangeLog   25 Feb 2003 04:37:28 -0000      1.54
***************
*** 24,28 ****
   * Updated Belgian XMLTV program by Bart Heremans
   * Updated MPlayer to CVS200302132230
! 
        
  Release 1.3.1 (2003-02-12):
--- 24,30 ----
   * Updated Belgian XMLTV program by Bart Heremans
   * Updated MPlayer to CVS200302132230
!  * Changed remote control to use regular lirc files instead of special
!    Freevo Python files.       
!  
        
  Release 1.3.1 (2003-02-12):

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -d -r1.134 -r1.135
*** freevo_config.py    24 Feb 2003 05:52:45 -0000      1.134
--- freevo_config.py    25 Feb 2003 04:37:28 -0000      1.135
***************
*** 61,65 ****
  
  FREEVO_CONF_VERSION = 1.0
! LOCAL_CONF_VERSION  = 1.1
  
  # NOW check if freevo.conf is up-to-date. An older version may break the next
--- 61,81 ----
  
  FREEVO_CONF_VERSION = 1.0
! LOCAL_CONF_VERSION  = 2.0
! 
! # Description of changes in each new version
! FREEVO_CONF_CHANGES = [] # None yet
! LOCAL_CONF_CHANGES = [
!     (1.1,
!      '''ROM_DRIVES are autodetected if left empty.
!     Added AUDIO_RANDOM_PLAYLIST (default on).
!     Added COVER_DIR for covers for files on CDs etc.
!     Added AUDIO_COVER_REGEXP for selection of covers for music files.
!     Changed MPlayer default args.
!     Changed TV_SETTINGS to /dev/video0.'''),
!     (2.0,
!      '''Remote control config has changed from Freevo Python files to the
!      standard Lirc program config files, see freevo_config.py for
!      more info.''')]
! 
  
  # NOW check if freevo.conf is up-to-date. An older version may break the next
***************
*** 68,79 ****
  if int(str(CONF.version).split('.')[0]) != \
     int(str(FREEVO_CONF_VERSION).split('.')[0]):
!     print '\nERROR: The version informations in freevo_config.py doesn\'t'
      print 'match the version in %s.' % freevoconf
!     print 'please rerun configure to generate a new freevo.conf'
      sys.exit(1)
  
  if int(str(CONF.version).split('.')[1]) != \
     int(str(FREEVO_CONF_VERSION).split('.')[1]):
!     print 'WARNING: freevo_config.py was changed, please rerun ./configure'
      
  
--- 84,97 ----
  if int(str(CONF.version).split('.')[0]) != \
     int(str(FREEVO_CONF_VERSION).split('.')[0]):
!     print "\nERROR: The version information in freevo_config.py does't"
      print 'match the version in %s.' % freevoconf
!     print 'please rerun "freevo setup" to generate a new freevo.conf'
!     print_config_changes(FREEVO_CONF_VERSION, CONF.version, FREEVO_CONF_CHANGES)
      sys.exit(1)
  
  if int(str(CONF.version).split('.')[1]) != \
     int(str(FREEVO_CONF_VERSION).split('.')[1]):
!     print 'WARNING: freevo_config.py was changed, please rerun "freevo setup"'
!     print_config_changes(FREEVO_CONF_VERSION, CONF.version, FREEVO_CONF_CHANGES)
      
  
***************
*** 355,358 ****
--- 373,377 ----
  # Check contrib/lirc for examples and helpers/freevo2lirc.pl for a converter
  # script.
+ #
  
  LIRCRC = '/etc/freevo/lircrc'

Index: local_conf.py
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** local_conf.py       17 Feb 2003 05:58:43 -0000      1.3
--- local_conf.py       25 Feb 2003 04:37:29 -0000      1.4
***************
*** 16,19 ****
--- 16,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2003/02/25 04:37:29  krister
+ # Updated local_conf version to 2.0 to make it clear that the remote control stuff 
changed. Added automatic information about what has changed in the config files since 
the user's version.
+ #
  # Revision 1.3  2003/02/17 05:58:43  krister
  # Updated mplayer video settings.
***************
*** 40,44 ****
  # is different, there will be only a warning
  
! CONFIG_VERSION = 1.0
  
  # How Freevo finds the config files (freevo.conf, local_conf.py, local_skin.xml)
--- 43,47 ----
  # is different, there will be only a warning
  
! CONFIG_VERSION = 2.0
  
  # How Freevo finds the config files (freevo.conf, local_conf.py, local_skin.xml)




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to