[Lunar-commits] <moonbase> SDL: version bumped to 1.2.14.

Florin Braescu florin at lunar-linux.org
Wed Oct 21 18:31:59 CEST 2009


commit b41615703d5a9d6f1bd1b6cd9c5d3cee292a109b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Oct 21 19:31:59 2009 +0300

    SDL: version bumped to 1.2.14.
    
    Changes:
    Added cast macros for correct usage with C++:
    	SDL_reinterpret_cast(type, expression)
    	SDL_static_cast(type, expression)
    
    Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for
    SDL_VIDEO_FULLSCREEN_HEAD on X11.
    
    Added SDL_DISABLE_LOCK_KEYS environment variable to enable normal
    up/down events for Caps-Lock and Num-Lock keys.
---
 graphics/SDL/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/graphics/SDL/DETAILS b/graphics/SDL/DETAILS
index 603d1dc..222888c 100644
--- a/graphics/SDL/DETAILS
+++ b/graphics/SDL/DETAILS
@@ -1,12 +1,12 @@
           MODULE=SDL
-         VERSION=1.2.13
+         VERSION=1.2.14
           SOURCE=$MODULE-$VERSION.tar.gz
    SOURCE_URL[0]=$SFORGE_URL/libsdl
    SOURCE_URL[1]=http://www.libsdl.org/release
-      SOURCE_VFY=sha1:51fcaa3e1d5c01fd813ea08688780f86b19cf539
+      SOURCE_VFY=sha1:ba625b4b404589b97e92d7acd165992debe576dd
         WEB_SITE=http://www.libsdl.org
          ENTERED=20010922
-         UPDATED=20090830
+         UPDATED=20091021
            SHORT="A portable game library for low-level access to hardware"
 
 cat << EOF


More information about the Lunar-commits mailing list