Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292769 - media-gfx/povray-3.7.0_beta32 silently links against media-libs/openexr
Summary: media-gfx/povray-3.7.0_beta32 silently links against media-libs/openexr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Joe Peterson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-11 10:02 UTC by Rene Meier
Modified: 2010-08-13 09:30 UTC (History)
1 user (show)

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


Attachments
patch for added explicit support for openexr (povray_openexr.diff,770 bytes, patch)
2009-11-11 10:04 UTC, Rene Meier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Meier 2009-11-11 10:02:49 UTC
Since povray version 3.7.beta.8 support for EXR file format has been added using OpenEXR library. If the openexr library is installed during emerge of povray it gets detected by configure and support is automatically added. But openexr is no dependency of povray. If you remove openexr later or install povray as binary package on a different computer without openexr, then povray will be broken. The attached patch adds explicit handling for openexr by using USE variable openexr. The ebuild has been testet on amd64 with USE="-openexr" and USE="openexr".

Reproducible: Always
Comment 1 Rene Meier 2009-11-11 10:04:31 UTC
Created attachment 209893 [details, diff]
patch for added explicit support for openexr
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2010-08-13 09:30:33 UTC
There were a couple more automagics. Fixed in latest beta.