diff options
author | 2023-07-03 00:08:13 -0400 | |
---|---|---|
committer | 2023-07-03 00:47:37 -0400 | |
commit | 14ec067fed7a73eb441527d57a9779d53716312b (patch) | |
tree | 1c6be0c70b62fdf5b1119caf914287b1154c3304 /media-video/mpv/mpv-9999.ebuild | |
parent | media-libs/libplacebo: add 6.287.0_rc1 (unkeyworded) (diff) | |
download | gentoo-14ec067fed7a73eb441527d57a9779d53716312b.tar.gz gentoo-14ec067fed7a73eb441527d57a9779d53716312b.tar.bz2 gentoo-14ec067fed7a73eb441527d57a9779d53716312b.zip |
media-video/mpv: update libplacebo bounds
mpv-9999 needs >=5.266 which is not released yet unless counting
the release candidate (6.287.0_rc1). And then that version appears
to break older mpv (can skip revbump thanks to the binding operator).
If using the live ebuild, please keyword either <libplacebo-9999
or use an up-to-date 9999 build.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video/mpv/mpv-9999.ebuild')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 2fc084c964c4..52c41d825bf8 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-5.264:=[opengl?,vulkan?] + >=media-libs/libplacebo-5.266:=[opengl?,vulkan?] egl? ( media-libs/libplacebo[opengl] ) ) lua? ( ${LUA_DEPS} ) |