Re: [Fink-devel] Re: [Fink-users] gimp2 configure error

2005-03-08 Thread Koen van der Drift
On Mar 6, 2005, at 7:13 PM, Alexander Strange wrote:
No, it shouldn't be building the svg plugin at all, as that should be 
disabled unless -svg is built.

Could it be that it builds the svg plugin in anyway when it finds (one 
of the) components of librsvg2? That package is installed on my system 
because it is needed by another package.

- Koen.

---
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=6595alloc_id=14396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] gimp2 configure error

2005-03-08 Thread Alexander Strange
On Mar 8, 2005, at 3:29 AM, Koen van der Drift wrote:
On Mar 6, 2005, at 7:13 PM, Alexander Strange wrote:
No, it shouldn't be building the svg plugin at all, as that should be 
disabled unless -svg is built.

Could it be that it builds the svg plugin in anyway when it finds (one 
of the) components of librsvg2? That package is installed on my system 
because it is needed by another package.

- Koen.
That is the problem; I think I've fixed it now.

---
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=6595alloc_id=14396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] gimp2 configure error

2005-03-07 Thread Martin Costabel
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=6595alloc_id=14396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel