Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31750/10.4/unstable/main/finkinfo/games
Modified Files:
sdl-ttf.info sdl-ttf.patch
Log Message:
fix for new freetype219 (approved by maintainer)
Index: sdl-ttf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl-ttf.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sdl-ttf.info 27 Sep 2006 01:40:32 -0000 1.4
+++ sdl-ttf.info 15 Nov 2006 13:49:27 -0000 1.5
@@ -1,6 +1,6 @@
Package: sdl-ttf
Version: 2.0.6
-Revision: 1018
+Revision: 1019
Maintainer: None <[email protected]>
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Index: sdl-ttf.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl-ttf.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sdl-ttf.patch 20 Jan 2006 20:25:01 -0000 1.1
+++ sdl-ttf.patch 15 Nov 2006 13:49:27 -0000 1.2
@@ -1,11 +1,25 @@
-diff -Naur new/SDL_ttf.c SDL_ttf-2.0.6/SDL_ttf.c
---- new/SDL_ttf.c Fri Feb 21 12:38:15 2003
-+++ SDL_ttf-2.0.6/SDL_ttf.c Thu Feb 24 15:57:42 2005
-@@ -39,6 +39,7 @@
+diff -uNr SDL_ttf-2.0.6/SDL_ttf.c SDL_ttf-2.0.6-new/SDL_ttf.c
+--- SDL_ttf-2.0.6/SDL_ttf.c 2003-02-21 12:38:15.000000000 -0500
++++ SDL_ttf-2.0.6-new/SDL_ttf.c 2006-11-14 17:53:21.000000000 -0500
+@@ -39,10 +39,8 @@
#define FREEA(p) free(p)
#endif
+-#include <freetype/freetype.h>
+-#include <freetype/ftoutln.h>
+-#include <freetype/ttnameid.h>
+-#include <freetype/internal/ftobjs.h>
+#include <ft2build.h>
- #include <freetype/freetype.h>
- #include <freetype/ftoutln.h>
- #include <freetype/ttnameid.h>
++#include FT_FREETYPE_H
+
+ #include "SDL.h"
+ #include "SDL_endian.h"
+@@ -265,7 +263,7 @@
+ }
+ memset(stream, 0, sizeof(*stream));
+
+- stream->memory = library->memory;
++ stream->memory = NULL; /* set by FT_Open_Face */
+ stream->read = RWread;
+ stream->descriptor.pointer = src;
+ stream->pos = (unsigned long)position;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits