commit:     f7d6016d991e8f811114b61e62b5c2381b5e2754
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 15:53:55 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 16:41:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d6016d

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 <AT> gentoo.org>

 media-libs/mesa/mesa-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}] )

Reply via email to