commit 3a356c7d4a8b2d71567a5a56bbb7fa7935384361
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Wed Jan 17 21:55:27 2018 +0000
fix build
mpv-do-not-fail-with-minor-ffmpeg-updates.patch | 13 +++++++------
mpv.spec | 5 +++--
2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/mpv-do-not-fail-with-minor-ffmpeg-updates.patch
b/mpv-do-not-fail-with-minor-ffmpeg-updates.patch
index e585828..c421dc6 100644
--- a/mpv-do-not-fail-with-minor-ffmpeg-updates.patch
+++ b/mpv-do-not-fail-with-minor-ffmpeg-updates.patch
@@ -1,9 +1,9 @@
-diff -Naur mpv-0.22.0.old/player/main.c mpv-0.22.0/player/main.c
---- mpv-0.22.0.old/player/main.c 2016-11-29 15:03:06.751829770 +0100
-+++ mpv-0.22.0/player/main.c 2016-11-29 15:04:40.258166553 +0100
-@@ -429,18 +429,6 @@
-
- handle_deprecated_options(mpctx);
+diff -Naur mpv-0.28.0.old/player/main.c mpv-0.28.0/player/main.c
+--- mpv-0.28.0.old/player/main.c
++++ mpv-0.28.0/player/main.c
+@@ -428,18 +428,6 @@
+ if (handle_help_options(mpctx))
+ return -2;
- if (!print_libav_versions(mp_null_log, 0)) {
- // Using mismatched libraries can be legitimate, but even then it's
@@ -20,3 +20,4 @@ diff -Naur mpv-0.22.0.old/player/main.c mpv-0.22.0/player/main.c
if (!mpctx->playlist->first && !opts->player_idle_mode)
return -3;
+
diff --git a/mpv.spec b/mpv.spec
index 71169c1..72796ce 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -146,7 +146,7 @@ fi
%files
%docdir %{_docdir}/%{name}
%{_docdir}/%{name}
-%license LICENSE Copyright
+%license LICENSE.GPL LICENSE.LGPL Copyright
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}*.*
@@ -155,7 +155,7 @@ fi
%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%files libs
-%license LICENSE Copyright
+%license LICENSE.GPL LICENSE.LGPL Copyright
%{_libdir}/libmpv.so.*
%files libs-devel
@@ -167,6 +167,7 @@ fi
* Wed Jan 17 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.28.0-1
- Update to 0.28.0
- Enable VA-API
+- Enable vulkan support
* Tue Jan 16 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.27.0-4
- Disable VA-API until 0.28.0 lands
Show replies by date