mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-08 00:10:15 +03:00
media-video/mpv: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
(Note: these outputs exist for compatibility reasons only, avoid if possible)</flag>
|
||||
<flag name="sixel">Enable support for the sixel video backend using <pkg>media-libs/libsixel</pkg></flag>
|
||||
<flag name="sndio">Enable sound support via <pkg>media-sound/sndio</pkg></flag>
|
||||
<flag name="subrandr">Enable support for SRV3 and WebVTT subtitle formats using <pkg>media-libs/subrandr</pkg></flag>
|
||||
<flag name="soc">Use additional <pkg>media-video/ffmpeg</pkg> patches for efficient playback on some SoCs (e.g. ARM, RISC-V)</flag>
|
||||
<flag name="tools">Install extra tools: mpv_identify.sh, mpv_idet.sh, and umpv</flag>
|
||||
<flag name="uchardet">Enable subtitles charset discovery via <pkg>app-i18n/uchardet</pkg></flag>
|
||||
|
||||
@@ -24,8 +24,8 @@ IUSE="
|
||||
+X +alsa aqua archive bluray cdda +cli coreaudio debug +drm dvb
|
||||
dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca +libmpv
|
||||
+lua nvenc openal pipewire pulseaudio rubberband sdl selinux sixel
|
||||
sndio soc test tools +uchardet vaapi vdpau +vulkan wayland xv zimg
|
||||
zlib
|
||||
sndio soc subrandr test tools +uchardet vaapi vdpau +vulkan wayland
|
||||
xv zimg zlib
|
||||
"
|
||||
REQUIRED_USE="
|
||||
${PYTHON_REQUIRED_USE}
|
||||
@@ -91,6 +91,7 @@ COMMON_DEPEND="
|
||||
sdl? ( media-libs/libsdl2[sound,threads(+),video] )
|
||||
sixel? ( media-libs/libsixel )
|
||||
sndio? ( media-sound/sndio:= )
|
||||
subrandr? ( media-libs/subrandr )
|
||||
vaapi? ( media-libs/libva:=[X?,drm(+)?,wayland?] )
|
||||
vdpau? (
|
||||
media-libs/libglvnd[X]
|
||||
@@ -168,6 +169,7 @@ src_configure() {
|
||||
$(meson_feature lcms lcms2)
|
||||
-Dlua=$(usex lua "${ELUA}" disabled)
|
||||
$(meson_feature rubberband)
|
||||
$(meson_feature subrandr)
|
||||
$(meson_feature uchardet)
|
||||
-Dvapoursynth=disabled # only available in overlays
|
||||
$(meson_feature zimg)
|
||||
|
||||
Reference in New Issue
Block a user