[Lunar-commits] <moonbase> adonthell: version bumped to 0.3.5.

Florin Braescu florin at lunar-linux.org
Wed Jun 11 06:01:21 CEST 2008


commit 0b1590b97ff31c4992f1314ea6da037b1f1066bf
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Jun 11 07:01:21 2008 +0300

    adonthell: version bumped to 0.3.5.
    
    Changes:
    -Fixed bug with line-wrapping of UTF-8 encoded text
    -Fixed segfault in conjunction with some combinations of
     freetype and SDL_ttf
    -Fixed compatibility issues with GCC version 4.3
    -Fixed compatibility issues with some 64bit OSes
    -Use external SDL_mixer and SDL_ttf libraries.
---
 games/adonthell/DEPENDS |    7 ++++---
 games/adonthell/DETAILS |   12 ++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/games/adonthell/DEPENDS b/games/adonthell/DEPENDS
index 7a89336..c3c529e 100644
--- a/games/adonthell/DEPENDS
+++ b/games/adonthell/DEPENDS
@@ -1,5 +1,6 @@
-depends SDL     &&
-depends Python  &&
-depends swig    &&
+depends SDL_mixer
+depends SDL_ttf
+depends Python
+depends swig
 
 optional_depends "libvorbis" "" "" "to sound support"
diff --git a/games/adonthell/DETAILS b/games/adonthell/DETAILS
index cdae602..6668f71 100644
--- a/games/adonthell/DETAILS
+++ b/games/adonthell/DETAILS
@@ -1,12 +1,12 @@
           MODULE=adonthell
-         VERSION=0.3.4
-          SOURCE=$MODULE-src-${VERSION}a.tar.gz
-      SOURCE_URL=http://savannah.nongnu.org/download/adonthell/
-      SOURCE_VFY=sha1:01c07a138a7c41f5640d4306f2197f71a8554aee
+         VERSION=0.3.5
+          SOURCE=$MODULE-src-${VERSION}.tar.gz
+      SOURCE_URL=http://savannah.nongnu.org/download/adonthell
+      SOURCE_VFY=sha1:8e913173225b351b79db45124f627b436794f845
         WEB_SITE=http://adonthell.linuxgames.com
          ENTERED=20020917
-         UPDATED=20060109
-           SHORT="role playing game"
+         UPDATED=20080611
+           SHORT="A role playing game"
 
 cat << EOF
 Adonthell is a role playing game in development that aims to combine


More information about the Lunar-commits mailing list