Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4452

Modified Files:
        libftgl1.info libftgl1.patch 
Log Message:


Index: libftgl1.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libftgl1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libftgl1.patch      23 Mar 2008 14:53:22 -0000      1.1
+++ libftgl1.patch      10 Jan 2009 21:11:50 -0000      1.2
@@ -456,7 +456,7 @@
  #endif
  
 -#ifdef __APPLE_CC__    
-+#if defined(__APPLE_CC__) && __APPLE_CC__<5470
++#if defined(__APPLE_CC__) && __APPLE_CC__<5400
      typedef GLvoid (*GLUTesselatorFunction)(...);
 -#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || 
defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__)
 +#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || 
defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__)  || defined 
(__APPLE__) 

Index: libftgl1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libftgl1.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libftgl1.info       30 Jun 2008 16:23:28 -0000      1.3
+++ libftgl1.info       10 Jan 2009 21:11:50 -0000      1.4
@@ -1,6 +1,6 @@
 Package: libftgl1
 Version: 2.1.2
-Revision: 2
+Revision: 3
 ###
 # This is the original source
 #Source: http://opengl.geek.nz/ftgl/ftgl-%v.tar.gz
@@ -16,19 +16,21 @@
 Description: Library for using fonts in OpenGL
 ###
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: freetype219
+BuildDepends: freetype219 ( >=2.3.7-7 ), fink ( >= 0.24.12 )
 BuildDependsOnly: True
 Replaces: ftgl
 Conflicts: ftgl
 GCC: 4.0
 ###
-Patch: %n.patch
+ConfigureParams:  --enable-shared --enable-static --with-ft-prefix=%p
+PatchFile: %n.patch
+PatchFIle-MD5: 191e5f4b3f614434c6622c0a108497dc
 NoSetCPPFLAGS: true
 NoSetLDFLAGS: true
 CompileScript: <<
 #!/bin/bash -ev
 cd unix
-FT2_CONFIG=%p/lib/freetype219/bin/freetype-config ./configure %c 
--enable-shared --enable-static
+ ./configure %c  
 make
 <<
 InstallScript: <<
@@ -53,7 +55,7 @@
 SplitOff2: <<
     Package: %N-bin
     Description: FTGL demo program
-    Depends: %N-shlibs, freetype219-shlibs
+    Depends: %N-shlibs, freetype219-shlibs ( >=2.3.7-7 )
     Files: <<
         bin/FTGLDemo
     <<


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to