SHA256
1
0
forked from pool/ffmpeg-5

Accepting request 1247599 from multimedia:libs

- Adjust bconds to build the package in SLFO without xvidcore.

OBS-URL: https://build.opensuse.org/request/show/1247599
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2025-02-21 20:37:44 +00:00 committed by Git OBS Bridge
commit 47d70dbb75
3 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,3 @@
mtime: 1726540366 mtime: 1740132616
commit: 32ade1364a64337cc79a9b987d6f14d1f98d7d2d997f3c40984921e41d43da3c commit: f642b77c8aaa296e37df4f026f890e745fe5512a05b2a55bb4944ca58950260f
url: https://src.opensuse.org/jengelh/ffmpeg-5.git url: https://src.opensuse.org/jengelh/ffmpeg-5.git

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 15 08:18:54 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Adjust bconds to build the package in SLFO without xvidcore.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao <qzhao@suse.com> Fri Sep 6 15:06:21 UTC 2024 - Cliff Zhao <qzhao@suse.com>

View File

@ -61,7 +61,7 @@
%bcond_with x265 %bcond_with x265
%bcond_with xvid %bcond_with xvid
%if 0%{?suse_version} > 1500 %if 0%{?suse_version} > 1600
%bcond_without mysofa %bcond_without mysofa
%bcond_without vidstab %bcond_without vidstab
%bcond_without codec2 %bcond_without codec2
@ -71,12 +71,22 @@
%bcond_without opencore %bcond_without opencore
%bcond_without xvid %bcond_without xvid
%else %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 mysofa
%bcond_with vidstab %bcond_with vidstab
%bcond_with codec2 %bcond_with codec2
%bcond_with rubberband %bcond_with rubberband
%bcond_with vulkan %bcond_with vulkan
%endif %endif
%endif
%define _name ffmpeg %define _name ffmpeg
%define _major_version 5 %define _major_version 5