summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-07-09 10:37:49 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-07-09 10:37:49 +0200
commitdf551ba490c1e658d5c0ca724964654a12b6aa76 (patch)
tree30c5aaad47af62f158c23b54f051eadebd64cfa9 /media-libs/mesa/mesa-9999.ebuild
parentx11-libs/libva-vdpau-driver: drop nouveau support (diff)
downloadgentoo-df551ba490c1e658d5c0ca724964654a12b6aa76.tar.gz
gentoo-df551ba490c1e658d5c0ca724964654a12b6aa76.tar.bz2
gentoo-df551ba490c1e658d5c0ca724964654a12b6aa76.zip
media-libs/mesa: block older libva-vdpau-driver due to file collisions
Bug: https://bugs.gentoo.org/show_bug.cgi?id=588392 Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/mesa/mesa-9999.ebuild')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 22068d295059..3d273ed85a30 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -107,7 +107,10 @@ RDEPEND="
!kernel_FreeBSD? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
)
openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
- vaapi? ( >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}] )
+ vaapi? (
+ >=x11-libs/libva-1.6.0:=[${MULTILIB_USEDEP}]
+ video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
+ )
vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
wayland? ( >=dev-libs/wayland-1.2.0:=[${MULTILIB_USEDEP}] )
xvmc? ( >=x11-libs/libXvMC-1.0.8:=[${MULTILIB_USEDEP}] )