From ba01a0a2d3cd3f2c1a0b909b3222fc42d1551e21 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 4 Sep 2022 11:33:06 +0100 Subject: [PATCH] Add requires ffmpeg-libs --- vlc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vlc.spec b/vlc.spec index 0943ad4..d47cf8b 100644 --- a/vlc.spec +++ b/vlc.spec @@ -57,7 +57,7 @@ Summary: The cross-platform open-source multimedia framework, player and server Epoch: 1 Name: vlc Version: 3.0.18 -Release: 0.1.rc%{?dist} +Release: 0.2.rc%{?dist} License: GPLv2+ URL: https://www.videolan.org Source0: https://code.videolan.org/videolan/vlc/-/archive/%{commit0}/vlc-%{shortcommit0}.tar.gz @@ -299,6 +299,7 @@ Summary: VLC media player core Provides: vlc-nox = %{epoch}:%{version}-%{release} %{?live555_version:Requires: live555%{?_isa} = %{live555_version}} %{?lua_version:Requires: lua(abi) = %{lua_version}} +Requires: ffmpeg-libs%{?_isa} %description core VLC media player core components @@ -603,6 +604,9 @@ fi || : %changelog +* Sun Sep 04 2022 Leigh Scott - 1:3.0.18-0.2.rc +- Add requires ffmpeg-libs + * Mon Aug 29 2022 Nicolas Chauvet - 1:3.0.18-0.1.rc - Update to 3.0.18-rc - Drop mmal downstream (rpi) patches