From bf6ab8d348f74dbeb0e598615f43d50ab0eb8b92 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 26 Jan 2020 22:12:38 +0000 Subject: [PATCH 1/5] clean up --- mpv.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv.spec b/mpv.spec index c412071..53d10c4 100644 --- a/mpv.spec +++ b/mpv.spec @@ -44,7 +44,7 @@ BuildRequires: pkgconfig(vulkan) %endif %endif BuildRequires: pkgconfig(lcms2) -%if 0%{?fedora} > 30|| 0%{?rhel} > 8 +%if 0%{?fedora} > 30 || 0%{?rhel} > 8 BuildRequires: pkgconfig(libarchive) >= 3.4.0 %endif BuildRequires: pkgconfig(libass) @@ -136,7 +136,7 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc. --disable-build-date \ --enable-libmpv-shared \ --enable-sdl2 \ -%if 0%{?fedora} > 30|| 0%{?rhel} > 8 +%if 0%{?fedora} > 30 || 0%{?rhel} > 8 --enable-libarchive \ %endif --enable-libsmbclient \ From 48b25a1f851f2ede69c36b9d150cfade7c9355b9 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sat, 8 Feb 2020 20:12:29 +0000 Subject: [PATCH 2/5] Rebuild for new libplacebo version --- mpv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index 53d10c4..a916212 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.32.0 -Release: 2%{?gitrelease}%{?dist} +Release: 3%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -180,6 +180,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Sat Feb 08 2020 Leigh Scott - 0.32.0-3 +- Rebuild for new libplacebo version + * Sun Jan 26 2020 Leigh Scott - 0.32.0-2 - Drop libarchive support for f30 and el8, supporting 0.31.0 for the next decade isn't an option From 60f14c3399f8a6973e58a86bf4a4f61d6ad1cb0c Mon Sep 17 00:00:00 2001 From: leigh123linux Date: Sat, 22 Feb 2020 15:56:32 +0000 Subject: [PATCH 3/5] - Rebuild for ffmpeg-4.3 git Signed-off-by: leigh123linux --- mpv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index a916212..d3d9190 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.32.0 -Release: 3%{?gitrelease}%{?dist} +Release: 4%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -180,6 +180,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Sat Feb 22 2020 RPM Fusion Release Engineering - 0.32.0-4 +- Rebuild for ffmpeg-4.3 git + * Sat Feb 08 2020 Leigh Scott - 0.32.0-3 - Rebuild for new libplacebo version From ccaa149b7ef0ba308fb6d428d8eca9ebb38d6618 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Fri, 10 Apr 2020 07:42:04 +0100 Subject: [PATCH 4/5] Rebuild for new libcdio version --- mpv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mpv.spec b/mpv.spec index d3d9190..5b42c61 100644 --- a/mpv.spec +++ b/mpv.spec @@ -1,6 +1,6 @@ Name: mpv Version: 0.32.0 -Release: 4%{?gitrelease}%{?dist} +Release: 5%{?gitrelease}%{?dist} Summary: Movie player playing most video formats and DVDs License: GPLv2+ and LGPLv2+ URL: http://mpv.io/ @@ -180,6 +180,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir} %{_libdir}/pkgconfig/mpv.pc %changelog +* Fri Apr 10 2020 Leigh Scott - 0.32.0-5 +- Rebuild for new libcdio version + * Sat Feb 22 2020 RPM Fusion Release Engineering - 0.32.0-4 - Rebuild for ffmpeg-4.3 git From 6205ad0b5bbe4910ebe0ce9051470ce206d4188e Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Wed, 24 Jun 2020 17:24:37 +0100 Subject: [PATCH 5/5] 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 - 0.32.0-6 +- Enable vapoursynth (rfbz#5681) + * Fri Apr 10 2020 Leigh Scott - 0.32.0-5 - Rebuild for new libcdio version