commit 6205ad0b5bbe4910ebe0ce9051470ce206d4188e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jun 24 17:24:37 2020 +0100
Enable vapoursynth (rfbz#5681)
mpv.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 5b42c61..f9ab6a7 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.32.0
-Release: 5%{?gitrelease}%{?dist}
+Release: 6%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL:
http://mpv.io/
@@ -64,6 +64,9 @@ BuildRequires: pkgconfig(luajit)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(smbclient)
BuildRequires: pkgconfig(vdpau)
+%if 0%{?fedora} || 0%{?rhel} > 7
+BuildRequires: pkgconfig(vapoursynth)
+%endif
BuildRequires: waf-python3
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
@@ -180,6 +183,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t
%{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Wed Jun 24 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-6
+- Enable vapoursynth (rfbz#5681)
+
* Fri Apr 10 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-5
- Rebuild for new libcdio version