Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/games
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31750/10.3/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.3/unstable/main/finkinfo/games/sdl-ttf.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sdl-ttf.info        27 Sep 2006 01:46:10 -0000      1.6
+++ sdl-ttf.info        15 Nov 2006 13:49:27 -0000      1.7
@@ -1,10 +1,10 @@
 Package: sdl-ttf
 Version: 2.0.6
-Revision: 18
+Revision: 19
 Maintainer: None <fink-devel@lists.sourceforge.net>
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
-BuildDepends: sdl, freetype219
+BuildDepends: sdl (>= 1.2.9-1), freetype219
 Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%v.tar.gz
 Source-MD5: 880ca22ac3e8beb5cca2326cc8069733
 NoSetCPPFLAGS: true
@@ -12,7 +12,7 @@
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs
-  Depends: sdl-shlibs, freetype219-shlibs
+  Depends: sdl-shlibs (>= 1.2.9-1), freetype219-shlibs
   Replaces: %N (<= 2.0.4-1)
   Files: lib/libSDL_ttf-*.dylib
   Shlibs: %p/lib/libSDL_ttf-2.0.0.6.0.dylib 7.0.0 %n (>= 2.0.6-1)

Index: sdl-ttf.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/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       24 Feb 2005 21:06:25 -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
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to