[Lunar-commits] r24601 - moonbase/trunk/graphics/SDL_ttf

Florin Braescu florin at lunar-linux.org
Mon May 28 12:52:37 CEST 2007


Author: florin
Date: 2007-05-28 12:52:37 +0200 (Mon, 28 May 2007)
New Revision: 24601

Modified:
   moonbase/trunk/graphics/SDL_ttf/BUILD
   moonbase/trunk/graphics/SDL_ttf/DETAILS
Log:
add a patch to compile with the new freetype2 version.

Modified: moonbase/trunk/graphics/SDL_ttf/BUILD
===================================================================
--- moonbase/trunk/graphics/SDL_ttf/BUILD	2007-05-28 10:03:43 UTC (rev 24600)
+++ moonbase/trunk/graphics/SDL_ttf/BUILD	2007-05-28 10:52:37 UTC (rev 24601)
@@ -1,6 +1,9 @@
 (
+
   unset  CFLAGS
-  sedit "s:freetype/freetype.h>:ft2build.h>\n#include FT_FREETYPE_H:" SDL_ttf.c &&
+
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   ./configure  --build=$BUILD        \
                --prefix=/usr         \
                --sysconfdir=/etc     \

Modified: moonbase/trunk/graphics/SDL_ttf/DETAILS
===================================================================
--- moonbase/trunk/graphics/SDL_ttf/DETAILS	2007-05-28 10:03:43 UTC (rev 24600)
+++ moonbase/trunk/graphics/SDL_ttf/DETAILS	2007-05-28 10:52:37 UTC (rev 24601)
@@ -1,12 +1,14 @@
           MODULE=SDL_ttf
          VERSION=2.0.8
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-freetype.patch.bz2
       SOURCE_URL=http://www.libsdl.org/projects/SDL_ttf/release/
       SOURCE_VFY=sha1:a2c4cb1525173414ca7e5eaefbabadca69bd1114
+     SOURCE2_URL=$PATCH_URL
         WEB_SITE=http://www.libsdl.org/projects/$MODULE/
          ENTERED=20030129
-         UPDATED=20060518
-           SHORT="high quality font library"
+         UPDATED=20070528
+           SHORT="A high quality font library"
 
 cat << EOF
 A ttf extension to SDL.



More information about the Lunar-commits mailing list