commit 2fec877e12c5bc36ef181c43857b4628e3d39bfc
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Apr 4 16:22:29 2022 +0300
Require full ffmpeg libs.
megasync.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/megasync.spec b/megasync.spec
index 8b46905..628c0bf 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -11,7 +11,7 @@
Name: megasync
Version: 4.6.5.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -51,6 +51,11 @@ BuildRequires: freeimage-devel
Requires: hicolor-icon-theme
+# Fedora now has a stripped ffmpeg. Make sure we're using the full version.
+%if 0%{?fedora} && 0%{?fedora} >= 36
+Requires: ffmpeg-libs%{?_isa}
+%endif
+
%description
Secure:
Your data is encrypted end to end. Nobody can intercept it while in storage or
@@ -254,6 +259,7 @@ popd
%changelog
* Mon Apr 04 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.6.5.0-2
- Fix build with ffmpeg 5
+- Require full ffmpeg libs
* Wed Mar 30 2022 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.6.5.0-1
- Update to 4.6.5.0
Show replies by date