Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpeg-5 for openSUSE:Factory checked in at 2022-10-10 18:47:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-5 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-5" Mon Oct 10 18:47:05 2022 rev:6 rq:1008955 version:5.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-5/ffmpeg-5.changes 2022-09-27 20:13:36.345784020 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg-5.new.2275/ffmpeg-5.changes 2022-10-10 18:47:29.739248547 +0200 @@ -1,0 +2,5 @@ +Wed Oct 5 17:00:38 UTC 2022 - Luigi Baldoni <[email protected]> + +- Enable AMF conditionally + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-5.spec ++++++ --- /var/tmp/diff_new_pack.DHNyLg/_old 2022-10-10 18:47:30.335249843 +0200 +++ /var/tmp/diff_new_pack.DHNyLg/_new 2022-10-10 18:47:30.347249870 +0200 @@ -38,6 +38,7 @@ %nil %if 0%{?BUILD_ORIG} +%bcond_without amf_sdk %bcond_without cuda_sdk %else # If software H264 is disabled, the hw driver must be as well: @@ -46,6 +47,7 @@ # -codecs` rather than the success/failure status of libav* initialization. # This becomes a problem when a format only has a HW driver; # the browser thinks it can do H264 but never succeeds. +%bcond_with amf_sdk %bcond_with cuda_sdk %endif %bcond_with amrwb @@ -103,6 +105,9 @@ Patch10: ffmpeg-chromium.patch Patch91: ffmpeg-dlopen-openh264.patch +%if %{with amf_sdk} +BuildRequires: AMF-devel +%endif BuildRequires: ladspa-devel BuildRequires: libgsm-devel BuildRequires: libmp3lame-devel @@ -557,6 +562,9 @@ %if %{with vulkan} --enable-libshaderc --enable-vulkan \ %endif +%if %{with amf} + --enable-amf \ +%endif %if !%{with cuda_sdk} --disable-cuda-sdk \ %endif
