summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-03-27 02:58:35 -0400
committerIonen Wolkens <ionen@gentoo.org>2023-03-27 22:25:08 -0400
commitf888178b37a4f337564d23a6c89d035aa4f04f86 (patch)
tree2320cd9a13143b129dd4f91f7bd28381b965af41 /media-video/mpv
parentdev-util/src-cli: revbump to fix build (diff)
downloadgentoo-f888178b37a4f337564d23a6c89d035aa4f04f86.tar.gz
gentoo-f888178b37a4f337564d23a6c89d035aa4f04f86.tar.bz2
gentoo-f888178b37a4f337564d23a6c89d035aa4f04f86.zip
media-video/mpv: require newer libplacebo in live
It can work with older, but this is the (new) minimum version for gpu-next to be enabled. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r--media-video/mpv/mpv-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 74cbb75b987a..8bd4afdb8685 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -86,7 +86,7 @@ COMMON_DEPEND="
lcms? ( media-libs/lcms:2 )
libcaca? ( media-libs/libcaca )
libplacebo? (
- >=media-libs/libplacebo-4.202:=[opengl?,vulkan?]
+ >=media-libs/libplacebo-5.264:=[opengl?,vulkan?]
egl? ( media-libs/libplacebo[opengl] )
)
lua? ( ${LUA_DEPS} )