Author: duncan
Date: Mon Nov 27 10:06:48 2006
New Revision: 8665

Modified:
   branches/rel-1/freevo/setup.py

Log:
Corrected location of kaa stuff

Modified: branches/rel-1/freevo/setup.py
==============================================================================
--- branches/rel-1/freevo/setup.py      (original)
+++ branches/rel-1/freevo/setup.py      Mon Nov 27 10:06:48 2006
@@ -18,8 +18,8 @@
 
 check_libs((
             ('xml.utils.qp_xml', 'http://pyxml.sourceforge.net/'),
-            ('kaa', 'http://sourceforge.net/projects/kaa' ),
-            ('kaa.metadata', 'http://sourceforge.net/projects/kaa' ),
+            ('kaa', '\"svn co svn://svn.freevo.org/kaa/trunk/ kaa\"' ),
+            ('kaa.metadata', '\"svn co svn://svn.freevo.org/kaa/trunk/ kaa\"' 
),
             ('BeautifulSoup', 'http://www.crummy.com/software/BeautifulSoup/' 
),
             ('pygame', 'http://www.pygame.org'),
             ('Image', 'http://www.pythonware.com/products/pil/'),

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to