Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427670 - dev-games/cegui: Add support for freeimage
Summary: dev-games/cegui: Add support for freeimage
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-22 18:37 UTC by Christoph Brill (egore) (RESIGNED)
Modified: 2012-11-16 22:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
cegui-add_freeimage_support.patch (cegui-add_freeimage_support.patch,974 bytes, patch)
2012-07-22 18:38 UTC, Christoph Brill (egore) (RESIGNED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Brill (egore) (RESIGNED) 2012-07-22 18:37:14 UTC
CEGUI could use freeimage for image loading which already is in portage. The attached patch changes the latest ebuild to support freeimage as well.

Reproducible: Always
Comment 1 Christoph Brill (egore) (RESIGNED) 2012-07-22 18:38:11 UTC
Created attachment 318932 [details, diff]
cegui-add_freeimage_support.patch
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2012-11-16 22:31:28 UTC
Frankly I think freeimage is unmaintainable until upstream stops assuming that the system libraries aren't preferred over the included ones.  It could work, but they'd have to support it in their build system instead of us having to patch it in.  Having cegui have an additional dep on freeimage would be a step backwards until then.

Note that we used to have freeimage support in cegui and then disabled it.