Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 278936 - Ebuild request for media-gfx/digikam-1.0.0-beta3
Summary: Ebuild request for media-gfx/digikam-1.0.0-beta3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-24 15:54 UTC by Vasilis Lourdas
Modified: 2009-07-26 15:13 UTC (History)
0 users

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


Attachments
media-gfx/digikam-1.0.0_beta3.ebuild (digikam-1.0.0_beta3.ebuild,2.09 KB, text/plain)
2009-07-26 07:25 UTC, Rafal Lalik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vasilis Lourdas 2009-07-24 15:54:41 UTC
In kde-testing overlay, digikam-1.0.0-beta1 is already there. Today 1.0.0-beta3 was released (http://www.digikam.org/drupal/node/468). It would be nice to have it in the overlay and in the official portage tree sometime in the future.
Comment 1 Vasilis Lourdas 2009-07-25 13:28:21 UTC
OK, digikam-1.0.0-beta3 hit kde-testing. One issue I had while trying to emerge it yesterday, was that digikam looked for the nepomuk libraries during configure and it failed, because I had -semantic-desktop. I had to enable the USE flag, recompile all packages affected by it and then emerge beta3, which worked fine.
Comment 2 Rafal Lalik 2009-07-26 07:25:42 UTC
Created attachment 199200 [details]
media-gfx/digikam-1.0.0_beta3.ebuild

New ebuild to fix missing Nepomuk issue. USE flag semantic-desktop added.
I don't have Nepomuk in my KDE so I install with USES="-semantic-desktop", request for test with USES="semantic-desktop".
Comment 3 Vasilis Lourdas 2009-07-26 09:21:17 UTC
(In reply to comment #2)
> Created an attachment (id=199200) [edit]
> media-gfx/digikam-1.0.0_beta3.ebuild
> 
> New ebuild to fix missing Nepomuk issue. USE flag semantic-desktop added.
> I don't have Nepomuk in my KDE so I install with USES="-semantic-desktop",
> request for test with USES="semantic-desktop".

I think there's an error in the ebuild. I put it in my local overlay and when I try to emerge, I get:

# emerge -vp digikam

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy ">=kde-base/nepomuk-1.0.0_beta3:4[-kdeprefix]".
(dependency required by "media-gfx/digikam-1.0.0_beta3" [ebuild])
(dependency required by "digikam" [argument])

Wrong version number for nepomuk I guess.
Comment 4 Rafal Lalik 2009-07-26 10:58:12 UTC
Comment on attachment 199200 [details]
media-gfx/digikam-1.0.0_beta3.ebuild

I've uploaded wrong file :-)
"Correct" ebuild still doesn't work - I need more time.
Comment 5 Tomáš Chvátal (RETIRED) gentoo-dev 2009-07-26 14:54:37 UTC
Build adjusted.
Comment 6 Vasilis Lourdas 2009-07-26 14:56:39 UTC
(In reply to comment #5)
> Build adjusted.

Where is it committed?
Comment 7 Vasilis Lourdas 2009-07-26 14:58:57 UTC
(In reply to comment #6)
> Where is it committed?
> 

Found it, it's in the overlay. Thanks!
Comment 8 Vasilis Lourdas 2009-07-26 15:13:25 UTC
(In reply to comment #7)
> Found it, it's in the overlay. Thanks!

OK, it compiles fine with/without the semantic-desktop flag. Thanks for your time guys!