Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/games
In directory sc8-pr-cvs1:/tmp/cvs-serv30989

Added Files:
        sdl-ttf.info sdl-ttf.patch 
Removed Files:
        sdl-ttf-2.0.6-2.info sdl-ttf-2.0.6-2.patch 
Log Message:
version depends


--- NEW FILE: sdl-ttf.info ---
Package: sdl-ttf
Version: 2.0.6
Revision: 3
Maintainer: Ben Hines <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
BuildDepends: sdl, freetype2 (>= 2.1.3-1)
Source: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-%v.tar.gz
Source-MD5: 880ca22ac3e8beb5cca2326cc8069733
Patch: %n.patch
NoSetCPPFLAGS: true
InstallScript: make install DESTDIR=%d
SplitOff: <<
  Package: %N-shlibs
  Depends: sdl-shlibs, freetype2-shlibs (>= 2.1.3-1)
  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)
  Docfiles: CHANGES COPYING README
<<
DocFiles: CHANGES COPYING README
Description: SDL TrueType font library
DescDetail: <<
Sample library which allows you to use TrueType fonts in your SDL applications.  
<<
Homepage: http://www.libsdl.org/projects/SDL_ttf/
License: LGPL

--- NEW FILE: sdl-ttf.patch ---
--- SDL_ttf-2.0.6/SDL_ttf.c.bak 2003-03-26 22:03:33.000000000 -0800
+++ SDL_ttf-2.0.6/SDL_ttf.c     2003-03-26 22:03:36.000000000 -0800
@@ -273,7 +273,7 @@
        stream->size = (unsigned long)(SDL_RWtell(src) - position);
        SDL_RWseek(src, position, SEEK_SET);
 
-       font->args.flags = ft_open_stream;
+       font->args.flags = FT_OPEN_STREAM;
        font->args.stream = stream;
 
        error = FT_Open_Face( library, &font->args, index, &font->face );

--- sdl-ttf-2.0.6-2.info DELETED ---

--- sdl-ttf-2.0.6-2.patch DELETED ---




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to