commit bf71e798864c878720eb5704c46bbb18be536e68
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Apr 19 11:12:19 2022 +0200
Make sure we're using the full ffmpeg-libs version.
mpv.spec | 16 +++++++++++-----
ppc_fix.patch | 20 --------------------
2 files changed, 11 insertions(+), 25 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index ef373de..1ce0247 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,16 +1,12 @@
Name: mpv
Version: 0.34.1
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2+ and LGPLv2+
Summary: Movie player playing most video formats and DVDs
URL: https://%{name}.io/
Source0:
https://github.com/%{name}-player/%{name}/archive/v%{version}/%{name}-%{v...
-# Fix ppc as upstream refuse to fix the issue
-#
https://github.com/mpv-player/mpv/issues/3776
-Patch1: ppc_fix.patch
-
BuildRequires: pkgconfig(alsa)
BuildRequires: desktop-file-utils
BuildRequires: gcc
@@ -85,6 +81,12 @@ BuildRequires: perl(Encode)
%{?_with_rpi:BuildRequires: raspberrypi-vc-devel}
%endif
+# Fedora now has a stripped ffmpeg. Make sure we're using the full version.
+%if 0%{?fedora} && 0%{?fedora} >= 36
+BuildRequires: ffmpeg-devel
+Requires: ffmpeg-libs%{?_isa}
+%endif
+
# Obsoletes older ci/cd
Obsoletes: %{name}-master < %{version}-100
Provides: %{name}-master = %{version}-100
@@ -179,6 +181,10 @@ desktop-file-validate
%{buildroot}%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Tue Apr 19 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 0.34.1-5
+- Make sure we're using the full ffmpeg-libs version.
+- Removed no longer required patch.
+
* Fri Mar 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.34.1-4
- Rebuild for new vapoursynth