From f642b77c8aaa296e37df4f026f890e745fe5512a05b2a55bb4944ca58950260f Mon Sep 17 00:00:00 2001 From: ZhaoQiang Date: Fri, 21 Feb 2025 17:40:24 +0800 Subject: [PATCH] Adjust bconds to build the package in SLFO without xvidcore --- ffmpeg-5.changes | 5 +++++ ffmpeg-5.spec | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index 7ad4879..6795275 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 08:18:54 UTC 2024 - Antonio Larrosa + +- Adjust bconds to build the package in SLFO without xvidcore. + ------------------------------------------------------------------- Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index dbeaa59..bbe8a11 100644 --- a/ffmpeg-5.spec +++ b/ffmpeg-5.spec @@ -61,7 +61,7 @@ %bcond_with x265 %bcond_with xvid -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1600 %bcond_without mysofa %bcond_without vidstab %bcond_without codec2 @@ -71,12 +71,22 @@ %bcond_without opencore %bcond_without xvid %else +%if 0%{?suse_version} > 1500 +%bcond_without mysofa +%bcond_without vidstab +%bcond_without codec2 +%bcond_without rubberband +%bcond_without vulkan +%bcond_without amrwb +%bcond_without opencore +%else %bcond_with mysofa %bcond_with vidstab %bcond_with codec2 %bcond_with rubberband %bcond_with vulkan %endif +%endif %define _name ffmpeg %define _major_version 5