Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7525/util

Modified Files:
        thumbnail.py videothumb.py 
Log Message:
adjust to mevas - kaa.mevas move

Index: videothumb.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/videothumb.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** videothumb.py       1 Jun 2005 19:01:27 -0000       1.28
--- videothumb.py       26 Jun 2005 17:04:20 -0000      1.29
***************
*** 42,46 ****
  import glob
  import popen2
! import mevas
  import tempfile
  import logging
--- 42,46 ----
  import glob
  import popen2
! from kaa import mevas
  import tempfile
  import logging

Index: thumbnail.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/thumbnail.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** thumbnail.py        25 Jun 2005 11:09:00 -0000      1.11
--- thumbnail.py        26 Jun 2005 17:04:19 -0000      1.12
***************
*** 42,46 ****
  
  # mevas for imlib2 support
! import mevas
  import kaa.thumb
  
--- 42,46 ----
  
  # mevas for imlib2 support
! import kaa.mevas
  import kaa.thumb
  
***************
*** 109,113 ****
              thumb = kaa.thumb.create(filename)
      if thumb:
!         thumb = mevas.imagelib.open(thumb)
  
      # call all callbacks when the thumbnail is done and a valid
--- 109,113 ----
              thumb = kaa.thumb.create(filename)
      if thumb:
!         thumb = kaa.mevas.imagelib.open(thumb)
  
      # call all callbacks when the thumbnail is done and a valid
***************
*** 128,132 ****
          return None
      if thumb:
!         return mevas.imagelib.open(thumb)
      if thumb == False:
          # unable to create thumbnail
--- 128,132 ----
          return None
      if thumb:
!         return kaa.mevas.imagelib.open(thumb)
      if thumb == False:
          # unable to create thumbnail



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to