- 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:
parent
f8b1bfc838
commit
96ae670ae2
@ -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
|
||||
|
3
mpv.spec
3
mpv.spec
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user