From 7940f1d6bc0fb2d03c2e15aab7617ed6b9ae62c6 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Fri, 5 Jan 2024 20:01:10 +0100 Subject: [PATCH] youtube-dl requires ffmpeg at runtime [release 2015.03.28-2mamba;Sat Apr 04 2015] --- youtube-dl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/youtube-dl.spec b/youtube-dl.spec index 0aa4b9b..cecc585 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,6 +1,6 @@ Name: youtube-dl Version: 2015.03.28 -Release: 1mamba +Release: 2mamba Summary: A small command-line program to download videos from YouTube.com and a few more sites Group: Applications/Multimedia Vendor: openmamba @@ -14,6 +14,7 @@ License: Public Domain ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRequires: pandoc +Requires: ffmpeg Requires: python >= %python_version BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -41,6 +42,9 @@ rm -f youtube-dl youtube-dl.exe %{_mandir}/man1/youtube-dl.1* %changelog +* Sat Apr 04 2015 Davide Madrisan 2015.03.28-2mamba +- youtube-dl requires ffmpeg at runtime + * Mon Mar 30 2015 Automatic Build System 2015.03.28-1mamba - automatic version update by autodist