Skip to content

Commit 9381ca2

Browse files
committed
mpv: update to 0.41.0
Remove sdl build option: mpv-player/mpv@609acc7
1 parent 33295f6 commit 9381ca2

File tree

2 files changed

+7
-26
lines changed

2 files changed

+7
-26
lines changed

srcpkgs/mpv/patches/fix-clipboard-polling.patch

Lines changed: 0 additions & 16 deletions
This file was deleted.

srcpkgs/mpv/template

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'mpv'
22
pkgname=mpv
3-
version=0.40.0
4-
revision=4
3+
version=0.41.0
4+
revision=1
55
build_style=meson
66
configure_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")"
3735
depends="desktop-file-utils hicolor-icon-theme"
@@ -41,17 +39,16 @@ license="GPL-2.0-or-later"
4139
homepage="https://mpv.io"
4240
changelog="https://github.com/mpv-player/mpv/releases"
4341
distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
44-
checksum=10a0f4654f62140a6dd4d380dcf0bbdbdcf6e697556863dc499c296182f081a3
42+
checksum=ee21092a5ee427353392360929dc64645c54479aefdb5babc5cfbb5fad626209
4543
python_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"
4947
build_options_default="alsa jack javascript lcms lua pulseaudio pipewire vdpau vulkan
5048
sndio wayland x11"
5149
desc_option_caca="Enable support for libcaca video output"
5250
desc_option_lcms="Enable support for LittleCMS 2 engine"
5351
desc_option_openal="Enable support for OpenAL audio output"
54-
vopt_conflict sdl2 wayland
5552

5653
post_install() {
5754
vbin TOOLS/umpv

0 commit comments

Comments
 (0)