Alexander Strange wrote:

I'll look into it.

Here is another problem: I built gimp2 successfully (the one without additional parts to its name). When I ran it, however, it popped up an error window saying that it needs freetype of at least version 2.1.7, whereas I only had version 0.1.0. The latter is bullshit, of course, it should have said 2.1.0, because that's what it found by default in Apple's X11, but anyway, this is too old, and the present gimp2 package does not work when Apple's X11 is installed.


I then modified the gimp2.info file to use the freetype219 from Fink, and it seems that this is now working correctly.

The changes I made were:

-SetCC: gcc -I%p/lib/fontconfig2/include/ -L%p/lib/fontconfig2/lib
+SetCC: gcc -I%p/lib/freetype219/include -L%p/lib/freetype219/lib -I%p/lib/fontconfig2/include/ -L%p/lib/fontconfig2/lib


and

 CompileScript: <<
 #!/bin/sh -ev
 export PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig/"
+export FREETYPE_CONFIG="%p/lib/freetype219/bin/freetype-config"
 export F77=no

There would have to be added BuildDepends: freetype219 and Depends: freetype219-shlibs, too.

--
Martin



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to