11# Template file for 'mpv'
22pkgname=mpv
3- version=0.40 .0
4- revision=4
3+ version=0.41 .0
4+ revision=1
55build_style=meson
66configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
77 -Dlibmpv=true -Dcplugins=enabled
@@ -13,7 +13,6 @@ configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
1313 $(vopt_feature lua lua)
1414 $(vopt_feature openal openal)
1515 $(vopt_feature pulseaudio pulse)
16- $(vopt_feature sdl2 sdl2)
1716 $(vopt_feature vapoursynth vapoursynth)
1817 $(vopt_feature vdpau vdpau)
1918 $(vopt_feature vulkan vulkan)
@@ -29,9 +28,8 @@ makedepends="MesaLib-devel ffmpeg6-devel harfbuzz-devel libXv-devel libass-devel
2928 $(vopt_if jack jack-devel) $(vopt_if javascript mujs-devel) $(vopt_if lcms lcms2-devel)
3029 $(vopt_if lua lua52-devel) $(vopt_if openal libopenal-devel)
3130 $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if pipewire pipewire-devel)
32- $(vopt_if sdl2 SDL2-devel) $(vopt_if vapoursynth vapoursynth-devel)
33- $(vopt_if vdpau libvdpau-devel) $(vopt_if sndio sndio-devel)
34- $(vopt_if vulkan "vulkan-loader-devel")
31+ $(vopt_if vapoursynth vapoursynth-devel) $(vopt_if vdpau libvdpau-devel)
32+ $(vopt_if sndio sndio-devel) $(vopt_if vulkan "vulkan-loader-devel")
3533 $(vopt_if wayland "wayland-devel wayland-protocols libxkbcommon-devel")
3634 $(vopt_if x11 "libXScrnSaver-devel libXinerama-devel libXrandr-devel libXpresent-devel")"
3735depends="desktop-file-utils hicolor-icon-theme"
@@ -41,17 +39,16 @@ license="GPL-2.0-or-later"
4139homepage="https://mpv.io"
4240changelog="https://github.com/mpv-player/mpv/releases"
4341distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
44- checksum=10a0f4654f62140a6dd4d380dcf0bbdbdcf6e697556863dc499c296182f081a3
42+ checksum=ee21092a5ee427353392360929dc64645c54479aefdb5babc5cfbb5fad626209
4543python_version=3
4644
47- build_options="alsa caca jack javascript lcms lua openal pulseaudio pipewire sdl2
48- sndio vapoursynth vdpau vulkan wayland x11"
45+ build_options="alsa caca jack javascript lcms lua openal pulseaudio pipewire sndio
46+ vapoursynth vdpau vulkan wayland x11"
4947build_options_default="alsa jack javascript lcms lua pulseaudio pipewire vdpau vulkan
5048 sndio wayland x11"
5149desc_option_caca="Enable support for libcaca video output"
5250desc_option_lcms="Enable support for LittleCMS 2 engine"
5351desc_option_openal="Enable support for OpenAL audio output"
54- vopt_conflict sdl2 wayland
5552
5653post_install() {
5754 vbin TOOLS/umpv
0 commit comments