Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 140014

Summary: x11-libs/evas-9999 ignores USE=png
Product: Gentoo Linux Reporter: Kent Fredric (IRC: kent\n) (RETIRED) <kentnl>
Component: Current packagesAssignee: SpanKY <vapier>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: 1.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2006-07-11 11:01:54 UTC
Basically, evas compiliation with and without the USE=png flag still results in edje_cc failing when compiling entrance, complaining of the lack of a loader module.
Reading of the evas configure script shows that it borked du to "ld -lpng10" not working.
"ld -lpng12" appears to work fine. 

Suggested patch.
  sed -i "s/png10/png12" e17/libs/evas/configure.in

That should fix the problem with the compilation of entrance with the complaint of "Missing loader" when compiling default.edc
Comment 1 SpanKY gentoo-dev 2006-07-15 23:27:46 UTC
works fine for me