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

Bug 467904

Summary: media-gfx/rawtherapee should depend on media-libs/libcanberra[gtk]
Product: Gentoo Linux Reporter: 白川間瀬流 <vamp898>
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED FIXED    
Severity: normal CC: graphics+disabled
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild with fix

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.