Hello community,

here is the log from the commit of package ffmpeg-4 for openSUSE:Factory 
checked in at 2018-08-18 00:00:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ffmpeg-4 (Old)
 and      /work/SRC/openSUSE:Factory/.ffmpeg-4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ffmpeg-4"

Sat Aug 18 00:00:21 2018 rev:3 rq:629391 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.changes        2018-08-02 
14:50:02.083466893 +0200
+++ /work/SRC/openSUSE:Factory/.ffmpeg-4.new/ffmpeg-4.changes   2018-08-18 
00:00:25.258416096 +0200
@@ -1,0 +2,36 @@
+Mon Aug 13 18:07:13 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 4.0.2:
+  * Various bugfixes and a revert.
+
+-------------------------------------------------------------------
+Sat Aug 11 08:28:47 UTC 2018 - car...@carmenbianca.eu
+
+- bsc#1092241 Enable webvtt encoders and decoders.
+
+-------------------------------------------------------------------
+Tue Aug  7 22:28:52 UTC 2018 - bjorn....@gmail.com
+
+- Build codec2 encoder and decoder, add libcodec2 to
+  enable_decoders and enable_encoders.
+
+-------------------------------------------------------------------
+Mon Aug  6 07:40:15 UTC 2018 - davejpla...@gmail.com
+
+- Enable mpeg 1 and 2 encoders.
+
+-------------------------------------------------------------------
+Sun Aug  5 12:56:17 UTC 2018 - bjorn....@gmail.com
+
+- Add conditional pkgconfig(aom) BuildRequires and pass
+  --enable-libaom to configure as well as add libaom and libaom_av1
+  to enable_decoders and enable_encoders: Build AOMedia Video 1
+  (AV1) support.
+
+-------------------------------------------------------------------
+Tue Jul 31 14:39:25 UTC 2018 - tchva...@suse.com
+
+- bsc#1103064 attempt to allow migration from the unprefixed devel
+  packages cleanly
+
+-------------------------------------------------------------------

Old:
----
  ffmpeg-4.0.1.tar.xz
  ffmpeg-4.0.1.tar.xz.asc

New:
----
  ffmpeg-4.0.2.tar.xz
  ffmpeg-4.0.2.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ffmpeg-4.spec ++++++
--- /var/tmp/diff_new_pack.KnP3ZU/_old  2018-08-18 00:00:26.166418801 +0200
+++ /var/tmp/diff_new_pack.KnP3ZU/_new  2018-08-18 00:00:26.166418801 +0200
@@ -63,6 +63,7 @@
 %endif
 
 %if 0%{?suse_version} > 1500
+%bcond_without libaom
 %bcond_without mysofa
 %bcond_without vidstab
 %bcond_without srt
@@ -73,6 +74,7 @@
 %bcond_without soxr
 %bcond_without zmq
 %else
+%bcond_with libaom
 %bcond_with mysofa
 %bcond_with vidstab
 %bcond_with srt
@@ -96,7 +98,7 @@
 %define _major_version 4
 %define _major_expected 5
 Name:           ffmpeg-4
-Version:        4.0.1
+Version:        4.0.2
 Release:        0
 Summary:        Library for working with various multimedia formats
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -125,6 +127,9 @@
 BuildRequires:  nasm
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
+%if %{with libaom}
+BuildRequires:  pkgconfig(aom)
+%endif
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(celt) >= 0.11.0
 %if %{with codec2}
@@ -270,7 +275,7 @@
 Summary:        Development files for FFmpeg's codec library
 Group:          Development/Libraries/C and C++
 Provides:       libavcodec-devel = %version-%release
-Conflicts:      libavcodec-devel
+Obsoletes:      libavcodec-devel < %version-%release
 Requires:       %{name}-libavresample-devel = %version-%release
 Requires:       %{name}-libavutil-devel = %version-%release
 Requires:       libavcodec58 = %version-%release
@@ -304,7 +309,7 @@
 Provides:       ffmpeg-devel = %version-%release
 Conflicts:      ffmpeg-devel
 Provides:       libavdevice-devel = %version-%release
-Conflicts:      libavdevice-devel
+Obsoletes:      libavdevice-devel < %version-%release
 Requires:       %{name}-libavcodec-devel = %version-%release
 Requires:       %{name}-libavfilter-devel = %version-%release
 Requires:       %{name}-libavformat-devel = %version-%release
@@ -344,7 +349,7 @@
 Summary:        Development files for FFmpeg's audio/video filter library
 Group:          Development/Libraries/C and C++
 Provides:       libavfilter-devel = %version-%release
-Conflicts:      libavfilter-devel
+Obsoletes:      libavfilter-devel < %version-%release
 Requires:       %{name}-libavcodec-devel = %version-%release
 Requires:       %{name}-libavformat-devel = %version-%release
 Requires:       %{name}-libavresample-devel = %version-%release
@@ -382,7 +387,7 @@
 Summary:        Development files for FFmpeg's stream format library
 Group:          Development/Libraries/C and C++
 Provides:       libavformat-devel = %version-%release
-Conflicts:      libavformat-devel
+Obsoletes:      libavformat-devel < %version-%release
 Requires:       %{name}-libavcodec-devel = %version-%release
 Requires:       %{name}-libavutil-devel = %version-%release
 Requires:       %{name}-libswresample-devel = %version-%release
@@ -413,7 +418,7 @@
 Summary:        Development files for libavresample as present in FFmpeg
 Group:          Development/Libraries/C and C++
 Provides:       libavresample-devel = %version-%release
-Conflicts:      libavresample-devel
+Obsoletes:      libavresample-devel < %version-%release
 Requires:       %{name}-libavutil-devel = %version-%release
 Requires:       libavresample4 = %version-%release
 %devel_conflicts -c < -v %{_major_version}
@@ -442,7 +447,7 @@
 Summary:        Development files for FFmpeg's utility library
 Group:          Development/Libraries/C and C++
 Provides:       libavutil-devel = %version-%release
-Conflicts:      libavutil-devel
+Obsoletes:      libavutil-devel < %version-%release
 Requires:       libavutil56 = %version-%release
 %devel_conflicts -c < -v %{_major_version}
 %devel_conflicts -c >= -v %{_major_expected}
@@ -470,7 +475,7 @@
 Summary:        Development files for the FFmpeg post-processing library
 Group:          Development/Libraries/C and C++
 Provides:       libpostproc-devel = %version-%release
-Conflicts:      libpostproc-devel
+Obsoletes:      libpostproc-devel < %version-%release
 Requires:       %{name}-libavutil-devel = %version-%release
 Requires:       libpostproc55 = %version-%release
 %devel_conflicts -c < -v %{_major_version}
@@ -496,7 +501,7 @@
 Summary:        Development files for the FFmpeg software resampling library
 Group:          Development/Libraries/C and C++
 Provides:       libswresample-devel = %version-%release
-Conflicts:      libswresample-devel
+Obsoletes:      libswresample-devel < %version-%release
 Requires:       %{name}-libavutil-devel = %version-%release
 Requires:       libswresample3 = %version-%release
 %devel_conflicts -c < -v %{_major_version}
@@ -540,7 +545,7 @@
 Requires:       %{name}-libavformat-devel = %version-%release
 Requires:       %{name}-libavutil-devel = %version-%release
 Provides:       ffmpeg-private-devel = %version
-Conflicts:      ffmpeg-private-devel
+Obsoletes:      ffmpeg-private-devel < %version
 %devel_conflicts -c < -v %{_major_version}
 %devel_conflicts -c >= -v %{_major_expected}
 
@@ -581,6 +586,9 @@
        --disable-cuda \
        --disable-cuvid \
 %endif
+%if %{with libaom}
+       --enable-libaom \
+%endif
        --enable-libass \
        --enable-libbluray \
        --enable-libcelt \

++++++ enable_decoders ++++++
--- /var/tmp/diff_new_pack.KnP3ZU/_old  2018-08-18 00:00:26.238419016 +0200
+++ /var/tmp/diff_new_pack.KnP3ZU/_new  2018-08-18 00:00:26.238419016 +0200
@@ -1,3 +1,4 @@
+## module name # reason for enablement in ffmpeg (usually there is another 
package that already got legal review)
 ac3
 ansi # trivial
 apng
@@ -13,15 +14,18 @@
 gif # libpng
 gsm # libgsm
 huffyuv # trivial+zlib
-libcelt
-libgsm
-libopenjpeg
-libopus
-libschroedinger
-libspeex
-libvorbis
-libvpx_vp8
-libvpx_vp9
+libaom # libaom
+libaom_av1 # libaom
+libcelt # celt, opus
+libcodec2 # codec2
+libgsm # libgsm
+libopenjpeg # openjpeg
+libopus # opus
+libschroedinger # schroedinger
+libspeex # speex
+libvorbis # libvorbis
+libvpx_vp8 # libvpx
+libvpx_vp9 # libvpx
 mjpeg # mjpegtools
 mpeg1video
 mpeg2video
@@ -91,8 +95,9 @@
 vp8 # libvpx
 vp9 # libvpx
 webp # libwebp
+webvtt # trivial
 xbm # trivial
 xwd # xwd
 y41p # trivial
 yuv4 # trivial
-zlib # pseudo
+zlib # zlib

++++++ enable_encoders ++++++
--- /var/tmp/diff_new_pack.KnP3ZU/_old  2018-08-18 00:00:26.254419063 +0200
+++ /var/tmp/diff_new_pack.KnP3ZU/_new  2018-08-18 00:00:26.258419075 +0200
@@ -1,3 +1,4 @@
+## module name # reason for enablement in ffmpeg (usually there is another 
package that already got legal review)
 apng # libpng
 ass # trivial
 ayuv # trival
@@ -8,69 +9,75 @@
 gif # libpng
 huffyuv # trivial+zlib
 jpegls
-libgsm
-libmp3lame
-libopenjpeg
-libopus
-libschroedinger
-libspeex
-libtheora
-libtwolame
-libvorbis
+libaom # libaom
+libaom_av1 # libaom
+libcodec2 # codec2
+libgsm # libgsm
+libmp3lame # lame
+libopenjpeg # openjpeg
+libopus # opus
+libschroedinger # schroedinger
+libspeex # speex
+libtheora # libtheora
+libtwolame # twolame
+libvorbis # libvorbis
 libvpx_vp8
 libvpx_vp9
 libwebp
 libwebp_anim
 mjpeg # mjpegtools
+mpeg1video
+mpeg2video
 mp2 # twolame
 mp2fixed # twolame
-opus
+opus # opus
 pam
-pbm
-pcm_alaw
-pcm_f32be
-pcm_f32le
-pcm_f64be
-pcm_f64le
-pcm_mulaw
-pcm_s16be
-pcm_s16be_planar
-pcm_s16le
-pcm_s16le_planar
-pcm_s24be
-pcm_s24le
-pcm_s24le_planar
-pcm_s32be
-pcm_s32le
-pcm_s32le_planar
-pcm_s8
-pcm_s8_planar
-pcm_u16be
-pcm_u16le
-pcm_u24be
-pcm_u24le
-pcm_u32be
-pcm_u32le
-pcm_u8
+pbm # trivial
+pcm_alaw # trivial
+pcm_f32be # trivial
+pcm_f32le # trivial
+pcm_f64be # trivial
+pcm_f64le # trivial
+pcm_mulaw # trivial
+pcm_s16be # trivial
+pcm_s16be_planar # trivial
+pcm_s16le # trivial
+pcm_s16le_planar # trivial
+pcm_s24be # trivial
+pcm_s24le # trivial
+pcm_s24le_planar # trivial
+pcm_s32be # trivial
+pcm_s32le # trivial
+pcm_s32le_planar # trivial
+pcm_s8 # trivial
+pcm_s8_planar # trivial
+pcm_u16be # trivial
+pcm_u16le # trivial
+pcm_u24be # trivial
+pcm_u24le # trivial
+pcm_u32be # trivial
+pcm_u32le # trivial
+pcm_u8 # trivial
 pcx
-pgm
-pgmyuv
-png
-ppm
-sgi
-srt
-ssa
-sunrast
-targa
-text
-tiff
-v210
-v308
-v408
-v410
-vorbis
-xbm
-xwd
-y41p
-yuv4
-zlib
+pgm # trivial
+pgmyuv # trivial
+png # libpng
+ppm # trivial
+sgi # trivial
+srt # trivial
+ssa # trivial
+sunrast # trivial
+targa # trivial
+text # trivial
+tiff # libtiff
+v210 # trivial
+v308 # trivial
+v408 # trivial
+v410 # trivial
+vorbis # libvorbis
+webvtt # trivial
+xbm # (X11)
+xwd # xwd
+y41p # trivial
+yuv4 # trivial
+zlib # zlib

++++++ ffmpeg-4.0.1.tar.xz -> ffmpeg-4.0.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/ffmpeg-4/ffmpeg-4.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.ffmpeg-4.new/ffmpeg-4.0.2.tar.xz differ: char 26, 
line 1


Reply via email to