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

Bug 295968

Summary: media-gfx/digikam-1.0.0_beta6 lacks kipi-plugins USE flag
Product: Gentoo Linux Reporter: regomodo <regomodo>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: An ebuild patch

Description regomodo 2009-12-06 14:30:44 UTC
It is impossible to build digikam with kipi plugins. These are needed for things like exporting images to facebook/flickr/etc among many others.

Reproducible: Always

Steps to Reproduce:
1.emerge digikam -pv
2.observe the use flags
3. If built there are not export options in digikam
Comment 1 regomodo 2009-12-06 14:32:20 UTC
Created attachment 212232 [details, diff]
An ebuild patch

It's not ideal as i'm not certain what kipi-plugins version is required for the beta version of Digikam-1.0.0
Comment 2 regomodo 2009-12-06 14:34:08 UTC
In the patch i'm fairly certain that the line 

$(cmake-utils_use_with kipi)

is incorrect.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2009-12-08 11:43:43 UTC
In fact, digikam now always builds with libkipi support, it's a hardcoded dep in the ebuild. The kipi-plugins package is a optional drop-in runtime dependency, if you want it... simply emerge/install it.
Comment 4 regomodo 2009-12-08 12:33:56 UTC
I'm don't understand the function of libkipi. With or without it I see no difference in the apps that use it.

Is it supposed to be a facility to allow the use of kipi-plugins? libkipi seems pretty useless with out kipi-plugins.