hi, I just uploaded  freevo 1.8.3  and   python-pygame 1.8.1 into
Debian/experimental

freevo in Debian has some patches ; some are related to how I decided to
package and "Debianize" it; but two in particular, that I attach,
correct bugs, and here is a short explanation

idlebar : correct a bug that prevents the idlebar from starting

no_numeric : AFAICS there is no code in freevo that uses Numeric;
 Numeric was used by python-pygame before 1.8.1, but IMHO there is no
need to crash freevo a-priori if Numeric is not installed

a.
--- freevo/src/plugins/idlebar/encoding.py~     2008-11-16 18:44:29.000000000 
+0100
+++ freevo/src/plugins/idlebar/encoding.py      2008-12-04 23:02:48.000000000 
+0100
@@ -39,6 +39,7 @@
 from util.marmalade import jellyToXML, unjellyFromXML
 from gui import Progressbar
 import rc
+from video.encodingclient import EncodingClientActions
 
 
 def returnFromJelly(status, response):
--- freevo/src/main.py~ 2008-12-01 03:42:54.000000000 +0100
+++ freevo/src/main.py  2008-12-12 19:49:26.000000000 +0100
@@ -44,7 +44,7 @@
     # now load other modules to check if all requirements are installed
     import pygame
     import twisted
-    import Numeric
+    #import Numeric
 
     import kaa
     import kaa.metadata as metadata

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to