diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-09 10:37:49 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-09 10:37:49 +0200 |
commit | df551ba490c1e658d5c0ca724964654a12b6aa76 (patch) | |
tree | 30c5aaad47af62f158c23b54f051eadebd64cfa9 /media-libs/mesa | |
parent | x11-libs/libva-vdpau-driver: drop nouveau support (diff) | |
download | gentoo-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')
-rw-r--r-- | media-libs/mesa/mesa-12.0.1.ebuild | 5 | ||||
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/mesa/mesa-12.0.1.ebuild b/media-libs/mesa/mesa-12.0.1.ebuild index 22068d295059..3d273ed85a30 100644 --- a/media-libs/mesa/mesa-12.0.1.ebuild +++ b/media-libs/mesa/mesa-12.0.1.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}] ) 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}] ) |