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

Bug 444248

Summary: x11-drivers/xf86-video-openchrome-0.3.1: x11-libs/libXvMC and other build-time deps should be run-time deps for USE=xvmc
Product: Gentoo Linux Reporter: Maxim Kammerer <mk>
Component: New packagesAssignee: Gentoo X packagers <x11>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Maxim Kammerer 2012-11-22 00:55:24 UTC
In the ebuild:

RDEPEND=">=x11-base/xorg-server-1.9"
DEPEND="
    ${RDEPEND}
    x11-libs/libX11
    x11-libs/libXext
    x11-libs/libXv
    x11-libs/libXvMC
    x11-libs/libdrm
"

The build-time dependencies are actually run-time dependencies for /usr/lib/libchromeXvMC*.so*.

I suggest adding a USE=xvmc flag, moving the dependencies above to "xvmc?" in RDEPEND, and installing libchromeXvMC*.so* only when USE=xvmc is enabled.
Comment 1 Maxim Kammerer 2013-08-20 22:48:23 UTC
Ping?
Comment 2 Matt Turner gentoo-dev 2017-01-29 01:54:11 UTC
There's no config option to disable xvmc. Please work with upstream to add it.