================================
pygame:source=1.7.1-1 (previous: 1.6.2-1)
cvc rdiff pygame -1 /[EMAIL PROTECTED]:desktop/1.7.1-1
================================
1.7.1-1 Gil Hamlin ([EMAIL PROTECTED]) Sun Oct  2 17:50:11 2005
    Update to 1.7.1
    
pygame.recipe: changed
Index: pygame.recipe
====================================================================
contents(size sha1)
inode(mtime owner group)
--- pygame.recipe /[EMAIL PROTECTED]:desktop/1.6.2-1
+++ pygame.recipe /[EMAIL PROTECTED]:desktop/1.7.1-1
@@ -1,16 +1,15 @@
 # Gil Hamlin
 # [EMAIL PROTECTED]
-# 16th May 2005
+# 2nd October 2005
 
 class pygame(PackageRecipe):
-    buildRequires = [ "glibc:devel", "Numeric:python", "SDL:devel",
-                      "SDL_mixer:devel", "SDL_ttf:devel", "SDL_image:devel" ]
+    buildRequires = [ 'SDL:devel', 'SDL_image:devel', 'SDL_mixer:devel', 
'SDL_ttf:devel', 'glibc:devel' ]
     name = "pygame"
-    version = "1.6.2"
+    version = "1.7.1"
 
     def setup(r):
-        r.addArchive('http://www.pygame.org/ftp/%(name)s-%(version)s.tar.bz2')
-        r.Requires('Numeric:python', 
'/usr/lib/python2.4/site-packages/pygame/locals.py')
+        
r.addArchive('ftp://pygame.org/pub/%(name)s/%(name)s-%(version)srelease.tar.gz')
+        r.Requires('python-numeric:python', 
'/usr/lib/python2.4/site-packages/pygame/locals.py')
         r.Run('python setup.py install --root=%(destdir)s')
 
 #       Here are the docs


pygame-1.7.1release.tar.gz: new
pygame-1.6.2.tar.bz2: removed

Committed by: gil
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to