Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281947 - libkdcraw ebuild needs kipi flag or kipi dependency
Summary: libkdcraw ebuild needs kipi flag or kipi dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 18:17 UTC by Vern
Modified: 2009-08-18 18:26 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vern 2009-08-18 18:17:16 UTC
When emerging libkdcraw-4.3.0 I noticed that it does not pull in libkipi.  It will check for kipi libs and build without kipi support if libkipi is not installed.  If libkipi is emerged beforehand, libkdcraw builds with kipi support.  Either kipi should be a dependency or probably more desirable would be a kipi flag to enable or disable it from being pulled in before building libkdcraw.

Reproducible: Always

Steps to Reproduce:
1.make sure libkipi is not installed
2.emerge libkdcraw-4.3.0
3.watch configure steps and note that build looks for libkipi and builds without kipi support
Comment 1 Jonathan Callen (RETIRED) gentoo-dev 2009-08-18 18:26:07 UTC
The CMakeFiles.txt scripts look for more deps than are actually used by any one package; libkdcraw never links against libkipi even if present.  The check is there because other parts of kdegraphics do link against libkipi.