Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 444248 - x11-drivers/xf86-video-openchrome-0.3.1: x11-libs/libXvMC and other build-time deps should be run-time deps for USE=xvmc
Summary: x11-drivers/xf86-video-openchrome-0.3.1: x11-libs/libXvMC and other build-tim...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-22 00:55 UTC by Maxim Kammerer
Modified: 2017-01-29 01:54 UTC (History)
0 users

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


Attachments

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