summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 11:53:55 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-14 12:41:49 -0400
commitf7d6016d991e8f811114b61e62b5c2381b5e2754 (patch)
treeeb36008121155adeb23d666d8d9835497baa2b52 /media-libs/mesa
parentmedia-libs/mesa: Version bump to 24.0.3 (diff)
downloadgentoo-f7d6016d991e8f811114b61e62b5c2381b5e2754.tar.gz
gentoo-f7d6016d991e8f811114b61e62b5c2381b5e2754.tar.bz2
gentoo-f7d6016d991e8f811114b61e62b5c2381b5e2754.zip
media-libs/mesa: Require libvdpau >= 1.5
Raised in upstream commit f64e8ca7f44 ("meson: bump the minimal required vdpau version to 1.5"). Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/mesa-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
index 500a79961ee4..6ca21deae7b7 100644
--- a/media-libs/mesa/mesa-9999.ebuild
+++ b/media-libs/mesa/mesa-9999.ebuild
@@ -91,7 +91,7 @@ RDEPEND="
vaapi? (
>=media-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
)
- vdpau? ( >=x11-libs/libvdpau-1.1:=[${MULTILIB_USEDEP}] )
+ vdpau? ( >=x11-libs/libvdpau-1.5:=[${MULTILIB_USEDEP}] )
video_cards_radeonsi? ( virtual/libelf:0=[${MULTILIB_USEDEP}] )
selinux? ( sys-libs/libselinux[${MULTILIB_USEDEP}] )
wayland? ( >=dev-libs/wayland-1.18.0[${MULTILIB_USEDEP}] )