Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 295968 - media-gfx/digikam-1.0.0_beta6 lacks kipi-plugins USE flag
Summary: media-gfx/digikam-1.0.0_beta6 lacks kipi-plugins USE flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-06 14:30 UTC by regomodo
Modified: 2009-12-08 12:33 UTC (History)
0 users

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


Attachments
An ebuild patch (digikam-1.0.0_beta6-r1.ebuild.patch,1.00 KB, patch)
2009-12-06 14:32 UTC, regomodo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.