Hello community, here is the log from the commit of package ffmpeg for openSUSE:Factory checked in at 2018-02-25 12:21:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffmpeg (Old) and /work/SRC/openSUSE:Factory/.ffmpeg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffmpeg" Sun Feb 25 12:21:41 2018 rev:40 rq:579765 version:3.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ffmpeg/ffmpeg.changes 2018-02-15 13:19:55.408137837 +0100 +++ /work/SRC/openSUSE:Factory/.ffmpeg.new/ffmpeg.changes 2018-02-25 12:21:41.477007087 +0100 @@ -1,0 +2,12 @@ +Tue Feb 20 21:27:19 UTC 2018 - [email protected] + +- Enable mpeg1video and mpeg2video in enable_decoders, and remove + it from disable-decoders call given to configure, mpeg2 now + available in openSUSE. + +------------------------------------------------------------------- +Tue Feb 13 14:39:31 UTC 2018 - [email protected] + +- enable video stabilization/deshaking via libvidstab (optional) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffmpeg.spec ++++++ --- /var/tmp/diff_new_pack.RhMUip/_old 2018-02-25 12:21:42.932954354 +0100 +++ /var/tmp/diff_new_pack.RhMUip/_new 2018-02-25 12:21:42.932954354 +0100 @@ -29,6 +29,9 @@ %bcond_with xvid %bcond_with opencore +# vidstab currently can't enter Factory due to legal review / unclarity. Temp disable +%bcond_with vidstab + Name: ffmpeg Version: 3.4.2 Release: 0 @@ -82,6 +85,9 @@ BuildRequires: pkgconfig(theora) >= 1.1 BuildRequires: pkgconfig(twolame) BuildRequires: pkgconfig(vdpau) +%if %{with vidstab} +BuildRequires: pkgconfig(vidstab) >= 0.98 +%endif BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(vpx) >= 1.3.0 BuildRequires: pkgconfig(x11) @@ -429,6 +435,9 @@ --enable-libspeex \ --enable-libtheora \ --enable-libtwolame \ +%if %{with vidstab} + --enable-libvidstab \ +%endif --enable-libvorbis \ --enable-libvpx \ --enable-libwebp \ @@ -458,11 +467,11 @@ --enable-demuxers \ --disable-encoders \ --disable-decoders \ - --disable-decoder=mpeg1video,mpeg2video,mpeg4,h263,h264,hevc,vc1 \ + --disable-decoder=mpeg4,h263,h264,hevc,vc1 \ --enable-encoder="$(perl -pe 's{^(\w*).*}{$1,}gs' <%_sourcedir/enable_encoders)" \ --enable-decoder="$(perl -pe 's{^(\w*).*}{$1,}gs' <%_sourcedir/enable_decoders)" \ -for i in MPEG1VIDEO MPEG2VIDEO MPEG4 H263 H264 HEVC VC1; do +for i in MPEG4 H263 H264 HEVC VC1; do grep -q "#define CONFIG_${i}_DECODER 0" config.h done %endif ++++++ enable_decoders ++++++ --- /var/tmp/diff_new_pack.RhMUip/_old 2018-02-25 12:21:42.984952470 +0100 +++ /var/tmp/diff_new_pack.RhMUip/_new 2018-02-25 12:21:42.984952470 +0100 @@ -23,8 +23,8 @@ libvpx_vp8 libvpx_vp9 mjpeg # mjpegtools -#mpeg1video -#mpeg2video +mpeg1video +mpeg2video #mpeg4 mp1 # twolame/lame mp1float # twolame/lame
