Hi,

Have been recently building e17 via the spec files and have noticed some 
stuff.  

1.)  imlib2 requires libungif-devel.  I am running suse 9.2 and thats all I 
can offer is giflib-devel.  Is there a way we can have it check for either 
giflib or libungif?

2.)  I noticed in the epsilon.spec file that there is still a buildrequire for 
freetype-devel and was wondering if it could be switched 
to /usr/bin/freetype-config.  Again suse plays a little different and has 
freetype2-devel.

3.)  Finally in entice, even though I can't figure out how to send a picture 
to the gimp from within entice, I noticed a build error pointing at the 
gimp-remote program.  I tracked it down to line 132 of the configure.in (I 
think - not much for reading code).  If I change the line from:

AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.2", "", $PATH)

to 

AC_PATH_PROG(GIMP_REMOTE_BIN, "gimp-remote-2.0", "", $PATH)

suse will compile with the gimp-remote option included.  I have checked my 
PATH and it has the correct location for gimp-remote included.  It just seems 
to barf on the "gimp-remote-2.2" part and say that it isn't found for all 
three occurances with it that way.

Thanks,
Paul



-------------------------------------------------------
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
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to