From f0c4be1e0dec8565402faf9ee02c92d7863c29d1 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Sun, 8 Jan 2023 12:30:18 +0000 Subject: [PATCH] Enable libplacebo (rfbz#6549) --- ffmpeg.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ffmpeg.spec b/ffmpeg.spec index 1e55259..9a63b34 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -108,7 +108,7 @@ ExclusiveArch: armv7hnl Summary: Digital VCR and streaming server Name: ffmpeg%{?flavor} Version: 5.1.2 -Release: 8%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist} +Release: 9%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist} License: %{ffmpeg_license} URL: http://ffmpeg.org/ %if 0%{?date} @@ -160,6 +160,7 @@ BuildRequires: libGL-devel BuildRequires: libmodplug-devel BuildRequires: libmysofa-devel BuildRequires: libopenmpt-devel +BuildRequires: libplacebo-devel BuildRequires: librsvg2-devel # Disable rtmp because of rfbz: 6441 & 2399 %{?_with_rtmp:BuildRequires: librtmp-devel} @@ -343,6 +344,7 @@ Freeworld libavcodec to complement the distro counterparts --enable-libopenmpt \\\ %{!?_without_opus:--enable-libopus} \\\ %{!?_without_pulse:--enable-libpulse} \\\ + --enable-libplacebo \\\ --enable-librsvg \\\ %{?_with_rav1e:--enable-librav1e} \\\ %{?_with_rtmp:--enable-librtmp} \\\ @@ -515,6 +517,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.* %changelog +* Sun Jan 08 2023 Leigh Scott - 5.1.2-9 +- Enable libplacebo (rfbz#6549) + * Fri Dec 23 2022 Nicolas Chauvet - 5.1.2-8 - rebuild