- Vulkan requires recent libplacebo; disable on Leap <= 15.3

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=281
This commit is contained in:
Mia Herkt 2022-11-19 01:27:12 +00:00 committed by Git OBS Bridge
parent f8b1bfc838
commit 96ae670ae2
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Sat Nov 19 00:49:40 UTC 2022 - mia@0x0.st
- _service: obs_scm -> obs_tar
- Do not require libsixel and mujs where no appropriate versions
are packaged
- Vulkan requires recent libplacebo; disable on Leap <= 15.3
- Update to version 0.35+git.20221118.d3a61cfe:
* wayland: also log refresh rate on surface entrance
* drm: remove legacy API

View File

@ -39,6 +39,7 @@ BuildRequires: libjpeg-devel
BuildRequires: linux-kernel-headers
# Needed any lua to convert the bash-completion
BuildRequires: lua
BuildRequires: meson>=0.60.3
BuildRequires: perl
BuildRequires: pkgconfig
BuildRequires: python3-docutils
@ -228,7 +229,9 @@ python3 ./waf configure \
--enable-openal \
--enable-wayland \
--enable-gl-wayland \
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
--enable-vulkan \
%endif
--enable-gl-x11 \
--enable-egl-x11 \
--enable-egl-drm \