[Lunar-commits] <moonbase> pygame: version bump to 1.8.0.

Florin Braescu florin at lunar-linux.org
Mon Mar 31 21:24:11 CEST 2008


commit 297c2a48498aa599911c65fae2b0599c50d64dc9
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Mar 31 22:24:11 2008 +0300

    pygame: version bump to 1.8.0.
    
    pygame.mask was added for collision masks.
    pygame.scrap was added for clipboard support.
    New and improved sprite groups were added.
    Blending support was added for filling and blitting surfaces. Surfaces may be saved as JPEG and PNG. Buffer access was added for Surface and Sound objects. Numpy support was added for pygame.surfarray and pygame.pixelarray. An MMX optimized smoothscale function was added. Many bugfixes and minor improvements were made in nearly all areas.
---
 python/pygame/BUILD   |    2 +-
 python/pygame/DEPENDS |    8 ++++----
 python/pygame/DETAILS |   10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/python/pygame/BUILD b/python/pygame/BUILD
index 8018c7f..cdd8e1b 100644
--- a/python/pygame/BUILD
+++ b/python/pygame/BUILD
@@ -1,7 +1,7 @@
 (
 
  echo Y | python setup.py build  &&
- prepare_install        &&
+ prepare_install  &&
  python setup.py install
 
 ) > $C_FIFO 2>&1
diff --git a/python/pygame/DEPENDS b/python/pygame/DEPENDS
index 52dcb9d..cf14b79 100644
--- a/python/pygame/DEPENDS
+++ b/python/pygame/DEPENDS
@@ -1,5 +1,5 @@
-depends SDL_image  &&
-depends SDL_ttf    && 
-depends SDL_mixer  &&
-depends smpeg      &&
+depends SDL_image
+depends SDL_ttf 
+depends SDL_mixer
+depends smpeg
 depends numpy 
diff --git a/python/pygame/DETAILS b/python/pygame/DETAILS
index 8795fe1..9e4772f 100644
--- a/python/pygame/DETAILS
+++ b/python/pygame/DETAILS
@@ -1,12 +1,12 @@
           MODULE=pygame
-         VERSION=1.7.1release
+         VERSION=1.8.0release
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.pygame.org/ftp/
-      SOURCE_VFY=sha1:cf6940e3ec4f48930ef8e4600c6decfa13ebbbea
+      SOURCE_URL=http://www.pygame.org/ftp
+      SOURCE_VFY=sha1:00ef4695efc7a666017862ae4cffc316902dd99b
         WEB_SITE=http://www.pygame.org
          ENTERED=20030906
-         UPDATED=20071031
-           SHORT="set of Python modules designed for writing games."
+         UPDATED=20080331
+           SHORT="A set of Python modules designed for writing games"
 
 cat << EOF
 Pygame is a set of Python modules designed for writing games. It is 


More information about the Lunar-commits mailing list