Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ffmpeg-9 for openSUSE:Factory checked in at 2026-09-08 16:52:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-9 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-9.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-9" Tue Sep 8 16:52:23 2026 rev:5 rq:1376011 version:9.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-9/ffmpeg-9.changes 2026-09-04 12:35:59.181262932 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg-9.new.1265/ffmpeg-9.changes 2026-09-08 16:52:48.261660608 +0200 @@ -1,0 +2,7 @@ +Sat Sep 5 11:07:34 UTC 2026 - Jan Engelhardt <[email protected]> + +- Enable decoders in ffmpeg-9-mini that need no extra build + dependencies. This makes it possible for some packages to run + testsuites with e.g. WAV files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-9.spec ++++++ --- /var/tmp/diff_new_pack.A8mPME/_old 2026-09-08 16:52:49.240701640 +0200 +++ /var/tmp/diff_new_pack.A8mPME/_new 2026-09-08 16:52:49.243701766 +0200 @@ -818,7 +818,6 @@ Patch10: ffmpeg-chromium.patch Patch15: 11013-avcodec-decode-clean-up-if-get_hw_frames_parameters-.patch BuildRequires: c_compiler -BuildRequires: pkgconfig(openh264) Requires: this-is-only-for-build-envs %description @@ -826,9 +825,7 @@ This package merely builds the API for the sake of other packages. %package libs -# Even with mini, we want ff5 libs to be coinstallable to ff4-devel(!), -# hence mini-libs and mini-devel are still separated. -Summary: Feature-reduced build of FFmpeg, a multimedia framework +Summary: Feature/dependency-reduced build of FFmpeg Conflicts: libavcodec63 Conflicts: libavdevice63 Conflicts: libavfilter12 @@ -841,6 +838,8 @@ %description libs FFmpeg is a multimedia framework. This package contains a cut-down version for building other packages. +Their testsuites may be unable to complete if they expect a particular +feature. %package devel Summary: Header files for feature-reduced FFmpeg build @@ -869,6 +868,9 @@ %autosetup -p1 -n %_name-%version %build +# configure is expected to ignore enable-encoder names that cannot be enabled +# due to absent dependencies. +# %define _lto_cflags %nil CFLAGS="%optflags" \ ./configure \ @@ -881,8 +883,13 @@ --disable-htmlpages --disable-stripping --disable-x86asm \ --disable-static --enable-shared --enable-pic \ --enable-gpl --enable-version3 \ - --disable-muxers --disable-demuxers \ - --disable-encoders --disable-decoders \ + --enable-muxers \ + --enable-demuxers \ + --disable-encoders \ + --disable-decoders \ + --enable-encoder="$(perl -pe 's{^(\w*).*}{$1,}gs' <%_sourcedir/enable_encoders)" \ + --enable-decoder="$(perl -pe 's{^(\w*).*}{$1,}gs' <%_sourcedir/enable_decoders)" \ + --disable-decoder=h264,hevc,vc1,prores_raw,vvc \ --disable-programs --disable-doc for i in H264 HEVC VC1 VVC; do grep -q "#define CONFIG_${i}_DECODER 0" config_components.h ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.A8mPME/_old 2026-09-08 16:52:49.302704239 +0200 +++ /var/tmp/diff_new_pack.A8mPME/_new 2026-09-08 16:52:49.306704407 +0200 @@ -1,5 +1,5 @@ -mtime: 1788277150 -commit: deb6f4e5a354c25544b61608ff9cb777b3b0b68a1c2eaa6c76513084d24e3631 +mtime: 1788686532 +commit: 8ec152ad72797f6530f14008ea30067d572cb4fbdfb441db68996a0cdfacbf5d url: https://src.opensuse.org/jengelh/ffmpeg revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-09-06 11:22:12.000000000 +0200 @@ -0,0 +1 @@ +.osc
