From 943e7c2b2f069a1a2a430d60e5404fbcf01fac1298bc46ecfbbcbfcbcadfa910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 22 Nov 2018 09:16:28 +0000 Subject: [PATCH 1/2] - Add vulkan dependency per bsc#115120 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=149 --- mpv.changes | 5 +++++ mpv.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mpv.changes b/mpv.changes index 2e60a5b..9434e1a 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 09:13:55 UTC 2018 - Tomáš Chvátal + +- Add vulkan dependency per bsc#115120 + ------------------------------------------------------------------- Fri Oct 26 13:16:44 UTC 2018 - jslaby@suse.com diff --git a/mpv.spec b/mpv.spec index efe3f6d..c3eb7af 100644 --- a/mpv.spec +++ b/mpv.spec @@ -15,7 +15,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -110,6 +110,7 @@ BuildRequires: pkgconfig(lua) %endif %if 0%{?suse_version} > 1500 BuildRequires: pkgconfig(libva-wayland) >= 0.36.0 +BuildRequires: pkgconfig(vulkan) >= 1.0.61 BuildRequires: pkgconfig(wayland-client) >= 1.6.0 BuildRequires: pkgconfig(wayland-cursor) >= 1.6.0 BuildRequires: pkgconfig(wayland-egl) >= 9.0.0 @@ -237,6 +238,7 @@ python3 ./waf configure \ %if 0%{?suse_version} > 1500 --enable-wayland \ --enable-gl-wayland \ + --enable-vulkan \ %endif --enable-gl-x11 \ --enable-egl-x11 \ From 169d64983406e0fef893aeb4d6169cf4c2ee819b6199ffd6806b416b510f97af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 22 Nov 2018 09:40:37 +0000 Subject: [PATCH 2/2] - Add vulkan dependency per bsc#1115120 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=150 --- mpv.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpv.changes b/mpv.changes index 9434e1a..2328b5a 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Nov 22 09:13:55 UTC 2018 - Tomáš Chvátal -- Add vulkan dependency per bsc#115120 +- Add vulkan dependency per bsc#1115120 ------------------------------------------------------------------- Fri Oct 26 13:16:44 UTC 2018 - jslaby@suse.com