From 582bfaa5fa8bde6a24307f7f8096cd0cc2ba004a Mon Sep 17 00:00:00 2001 From: Ionen Wolkens <ionen@gentoo.org> Date: Sun, 23 Jul 2023 15:26:39 -0400 Subject: media-video/mpv: adjust libplacebo warning Turns out mpv did a temporary revert to be able to use older version for the release and missed that. So comments about libplacebo version from previous commit summary do not apply. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> --- media-video/mpv/mpv-0.36.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'media-video') diff --git a/media-video/mpv/mpv-0.36.0.ebuild b/media-video/mpv/mpv-0.36.0.ebuild index 67d67e316531..6760747c08e2 100644 --- a/media-video/mpv/mpv-0.36.0.ebuild +++ b/media-video/mpv/mpv-0.36.0.ebuild @@ -245,12 +245,12 @@ src_configure() { # notable options left to automagic #dmabuf-wayland: USE="drm wayland" + plus memfd_create support - #libplacebo-next: USE="libplacebo" + >=libplacebo-5.266 + #libplacebo-next: USE="libplacebo" + >=libplacebo-5.264 #vulkan-interop: USE="libplacebo vulkan" + ffmpeg-9999 currently # TODO?: perhaps few more similar compound options should be left auto ) - has_version '>=media-libs/libplacebo-5.266' || + has_version '>=media-libs/libplacebo-5.264' || ewarn "${PN}'s gpu-next video output requires ${_} to be used" meson_src_configure -- cgit v1.2.3-65-gdbad