Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11516/src/video/plugins
Modified Files:
mplayer.py
Log Message:
fix mplayer version detection
Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** mplayer.py 1 Aug 2004 10:45:19 -0000 1.76
--- mplayer.py 9 Aug 2004 14:38:08 -0000 1.77
***************
*** 10,13 ****
--- 10,16 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.77 2004/08/09 14:38:08 dischi
+ # fix mplayer version detection
+ #
# Revision 1.76 2004/08/01 10:45:19 dischi
# make the player an "Application"
***************
*** 91,96 ****
data = child.fromchild.readline()
if data:
! data = re.search( "^MPlayer (?P<version>\S+)", data )
! if data:
break
--- 94,100 ----
data = child.fromchild.readline()
if data:
! res = re.search( "^MPlayer (?P<version>\S+)", data )
! if res:
! data = res
break
***************
*** 136,139 ****
--- 140,144 ----
self.seek = 0
self.app = None
+ self.plugins = []
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog