commit: efc437ffcc56c9428256fb4fd0489792abd01a0e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 10:13:01 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 10:14:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc437ff
media-video/mpv: depend on >=wayland-protocols-1.41 in live
While not a hard requirement (it checks versions and allows
older), it ensures proper support for features.
Also cleanup a duplicate that was forgotten in COMMON_DEPEND.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-video/mpv/mpv-9999.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index d5383f45fbe4..3f3151f50940 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -100,7 +100,6 @@ COMMON_DEPEND="
vulkan? ( media-libs/vulkan-loader[X?,wayland?] )
wayland? (
dev-libs/wayland
- dev-libs/wayland-protocols
x11-libs/libxkbcommon
)
zimg? ( media-libs/zimg )
@@ -117,7 +116,7 @@ DEPEND="
dvb? ( sys-kernel/linux-headers )
nvenc? ( media-libs/nv-codec-headers )
vulkan? ( dev-util/vulkan-headers )
- wayland? ( dev-libs/wayland-protocols )
+ wayland? ( >=dev-libs/wayland-protocols-1.41 )
"
BDEPEND="
${PYTHON_DEPS}