diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-03-29 01:56:35 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-03-29 02:00:13 -0400 |
commit | 37dab4f6416a7ab8674430ea41b44f30d2a4832a (patch) | |
tree | 50c52809349d7d76f81faa3cf799c6c9741341e9 | |
parent | dev-python/ipywidgets: Bump to 8.0.6 (diff) | |
download | gentoo-37dab4f6416a7ab8674430ea41b44f30d2a4832a.tar.gz gentoo-37dab4f6416a7ab8674430ea41b44f30d2a4832a.tar.bz2 gentoo-37dab4f6416a7ab8674430ea41b44f30d2a4832a.zip |
media-video/mpv: update live
Probably no reason (for us) to make that a separate USE, it
just means need to depend on recent enough libplacebo which
we already do.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 8bd4afdb8685..bdc142fe6cd6 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -204,6 +204,7 @@ src_configure() { $(meson_feature jpeg) $(meson_feature libcaca caca) $(meson_feature libplacebo) + $(meson_feature libplacebo libplacebo-next) $(meson_feature mmal rpi-mmal) $(meson_feature sdl sdl2-video) $(meson_feature sixel) |