Hello community, here is the log from the commit of package ffmpeg-4 for openSUSE:Factory checked in at 2019-05-09 10:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old) and /work/SRC/openSUSE:Factory/.ffmpeg-4.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg-4" Thu May 9 10:03:02 2019 rev:12 rq:700903 version:4.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes 2019-04-10 23:09:41.111870947 +0200 +++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new.5148/ffmpeg-4.changes 2019-05-09 10:03:05.707943185 +0200 @@ -1,0 +2,28 @@ +Sun May 5 19:54:07 UTC 2019 - Bjørn Lie <[email protected]> + +- Disable LTO again, as it breaks build for i586 (boo#1133123). + +------------------------------------------------------------------- +Fri May 3 10:08:30 UTC 2019 - Jan Engelhardt <[email protected]> + +- Throw out svt-av1. The build is unable to complete + in openSUSE:Factory. + +------------------------------------------------------------------- +Thu May 2 09:38:47 UTC 2019 - Martin Liška <[email protected]> + +- Use %make_build in order to provide parallel build for tools/*. + And make output verbose. + +------------------------------------------------------------------- +Thu May 2 08:00:42 UTC 2019 - Martin Liška <[email protected]> + +- Enable LTO for new SUSE versions (boo#1133123). + +------------------------------------------------------------------- +Tue Apr 30 22:05:35 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- Update patch 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch + from upstream + +------------------------------------------------------------------- @@ -5,0 +34 @@ + [boo#1133153, boo#1133155, CVE-2019-11338, CVE-2019-11339] Old: ---- 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg-4.spec ++++++ --- /var/tmp/diff_new_pack.vCK7DV/_old 2019-05-09 10:03:07.931949552 +0200 +++ /var/tmp/diff_new_pack.vCK7DV/_new 2019-05-09 10:03:07.935949564 +0200 @@ -115,8 +115,6 @@ Patch2: ffmpeg-arm6l.diff Patch3: ffmpeg-new-coder-errors.diff Patch4: ffmpeg-codec-choice.diff -# from https://github.com/OpenVisualCloud/SVT-AV1/blob/master/ffmpeg_plugin/ -Patch5: 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch # dav1d added https://patchwork.ffmpeg.org/patch/10843/ Patch6: ffmpeg-avcodec-libdav1d-AV1-decoder-wrapper.patch BuildRequires: ladspa-devel @@ -125,9 +123,6 @@ %if %{with mysofa} BuildRequires: libmysofa-devel %endif -%ifarch x86_64 -BuildRequires: pkgconfig(SvtAv1Enc) -%endif BuildRequires: nasm BuildRequires: pkg-config BuildRequires: pkgconfig(alsa) @@ -572,6 +567,7 @@ %autopatch -p1 %build +%define _lto_cflags %{nil} CFLAGS="%optflags" \ ./configure \ --prefix="%_prefix" \ @@ -635,9 +631,6 @@ %if %{with srt} --enable-libsrt \ %endif -%ifarch x86_64 - --enable-libsvtav1 \ -%endif --enable-libtheora \ --enable-libtwolame \ %if %{with vidstab} @@ -700,12 +693,12 @@ %endif cat config.h -make %{?_smp_mflags} V=1 +%make_build %global extratools aviocat cws2fws ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper probetest qt-faststart seek_print sidxindex trasher for i in %extratools; do - make "tools/$i" + %make_build "tools/$i" done %install ++++++ enable_encoders ++++++ --- /var/tmp/diff_new_pack.vCK7DV/_old 2019-05-09 10:03:07.979949690 +0200 +++ /var/tmp/diff_new_pack.vCK7DV/_new 2019-05-09 10:03:07.979949690 +0200 @@ -19,7 +19,6 @@ libopus # opus libschroedinger # schroedinger libspeex # speex -libsvt_av1 # AV1 libtheora # libtheora libtwolame # twolame libvorbis # libvorbis
