mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
mpv: update to 0.38.0.
This commit is contained in:
parent
0fa03de532
commit
08f0782316
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.37.0
|
version=0.38.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
|
configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
|
||||||
|
@ -16,7 +16,6 @@ configure_args="-Dcdda=enabled -Ddvbin=enabled -Ddvdnav=enabled
|
||||||
$(vopt_feature vapoursynth vapoursynth)
|
$(vopt_feature vapoursynth vapoursynth)
|
||||||
$(vopt_feature vdpau vdpau)
|
$(vopt_feature vdpau vdpau)
|
||||||
$(vopt_feature vulkan vulkan)
|
$(vopt_feature vulkan vulkan)
|
||||||
$(vopt_feature vulkan shaderc)
|
|
||||||
$(vopt_feature wayland wayland)
|
$(vopt_feature wayland wayland)
|
||||||
$(vopt_feature x11 x11)
|
$(vopt_feature x11 x11)
|
||||||
$(vopt_feature pipewire pipewire)
|
$(vopt_feature pipewire pipewire)
|
||||||
|
@ -31,7 +30,7 @@ makedepends="MesaLib-devel ffmpeg-devel harfbuzz-devel libXv-devel libass-devel
|
||||||
$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if pipewire pipewire-devel)
|
$(vopt_if pulseaudio pulseaudio-devel) $(vopt_if pipewire pipewire-devel)
|
||||||
$(vopt_if sdl2 SDL2-devel) $(vopt_if vapoursynth vapoursynth-devel)
|
$(vopt_if sdl2 SDL2-devel) $(vopt_if vapoursynth vapoursynth-devel)
|
||||||
$(vopt_if vdpau libvdpau-devel) $(vopt_if sndio sndio-devel)
|
$(vopt_if vdpau libvdpau-devel) $(vopt_if sndio sndio-devel)
|
||||||
$(vopt_if vulkan "Vulkan-Headers vulkan-loader shaderc")
|
$(vopt_if vulkan "Vulkan-Headers vulkan-loader")
|
||||||
$(vopt_if wayland "wayland-devel wayland-protocols libxkbcommon-devel")
|
$(vopt_if wayland "wayland-devel wayland-protocols libxkbcommon-devel")
|
||||||
$(vopt_if x11 "libXScrnSaver-devel libXinerama-devel libXrandr-devel libXpresent-devel")"
|
$(vopt_if x11 "libXScrnSaver-devel libXinerama-devel libXrandr-devel libXpresent-devel")"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
@ -41,7 +40,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://mpv.io"
|
homepage="https://mpv.io"
|
||||||
changelog="https://github.com/mpv-player/mpv/releases"
|
changelog="https://github.com/mpv-player/mpv/releases"
|
||||||
distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mpv-player/mpv/archive/v${version}.tar.gz"
|
||||||
checksum=1d2d4adbaf048a2fa6ee134575032c4b2dad9a7efafd5b3e69b88db935afaddf
|
checksum=86d9ef40b6058732f67b46d0bbda24a074fae860b3eaae05bab3145041303066
|
||||||
python_version=3
|
python_version=3
|
||||||
|
|
||||||
build_options="alsa caca jack lcms lua openal pulseaudio pipewire sdl2
|
build_options="alsa caca jack lcms lua openal pulseaudio pipewire sdl2
|
||||||
|
|
Loading…
Add table
Reference in a new issue