Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467904 - media-gfx/rawtherapee should depend on media-libs/libcanberra[gtk]
Summary: media-gfx/rawtherapee should depend on media-libs/libcanberra[gtk]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tim Harder
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-04-29 18:36 UTC by 白川間瀬流
Modified: 2013-04-30 21:15 UTC (History)
1 user (show)

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


Attachments
Ebuild with fix (rawtherapee-4.0.10.ebuild,1.28 KB, text/plain)
2013-04-29 18:50 UTC, 白川間瀬流
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 白川間瀬流 2013-04-29 18:36:21 UTC
media-gfx/rawtherapee needs libcanberra with the gtk USE-Flag to work, but doesnt depend on it.

This causes an compilation error from cmake telling that he cant find libcanberra-gtk

Reproducible: Always
Comment 1 白川間瀬流 2013-04-29 18:50:01 UTC
Created attachment 346918 [details]
Ebuild with fix
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-04-30 10:40:34 UTC
Comment on attachment 346918 [details]
Ebuild with fix

--- rawtherapee-4.0.10.ebuild   2013-03-15 09:07:51.000000000 +0100
+++ -   2013-04-30 12:40:27.516462677 +0200
@@ -20,7 +20,7 @@
        >=dev-cpp/glibmm-2.16:2
        dev-libs/expat
        dev-libs/libsigc++:2
-       media-libs/libcanberra
+       media-libs/libcanberra[gtk]
        media-libs/tiff
        media-libs/libpng
        media-libs/libiptcdata
Comment 3 Tim Harder gentoo-dev 2013-04-30 21:15:50 UTC
Fixed in CVS.