Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2019-08-24 18:40:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Sat Aug 24 18:40:05 2019 rev:99 rq:725533 version:3.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2019-08-05 10:34:56.275371818 +0200 +++ /work/SRC/openSUSE:Factory/.vlc.new.7948/vlc.changes 2019-08-24 18:40:07.565793570 +0200 @@ -1,0 +2,42 @@ +Fri Aug 23 06:49:28 UTC 2019 - Bjørn Lie <[email protected]> + +- Add conditional pkgconfig(libmfx) BuildRequires: Build with Intel + Media SDK support. + +------------------------------------------------------------------- +Tue Aug 20 07:55:46 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Update to version 3.0.8 'vetinari': + + Fix stuttering for low framerate videos + + Improve adaptive streaming + + Improve audio output for external audio devices on macOS/iOS + + Fix hardware acceleration with Direct3D11 for some AMD drivers + + Fix WebVTT subtitles rendering + + Vetinari is a major release changing a lot in the media engine of VLC. + It is one of the largest release we've ever done. + Notably, it: + - activates hardware decoding on all platforms, of H.264 & H.265, 8 & 10bits, + allowing 4K60 or even 8K decoding with little CPU consumption, + - merges all the code from the mobile ports into the same codebase with + common numbering and releases, + - supports 360 video and 3D audio, and prepares for VR content, + - supports direct HDR and HDR tone-mapping, + - updates the audio passthrough for HD Audio codecs, + - allows browsing of local network drives like SMB, FTP, SFTP, NFS... + - stores the passwords securely, + - brings a new subtitle rendering engine, supporting ComplexTextLayout + and font fallback to support multiple languages and fonts, + - supports ChromeCast with the new renderer framework, + - adds support for numerous new formats and codecs, including WebVTT, + AV1, TTML, HQX, 708, Cineform, and many more, + - improves Bluray support with Java menus, aka BD-J, + - updates the macOS interface with major cleaning and improvements, + - support HiDPI UI on Windows, with the switch to Qt5, + - prepares the experimental support for Wayland on Linux, and + switches to OpenGL by default on Linux. +- Drop vlc-CVE-2019-13962.patch, vlc-CVE-2019-13602_1.patch and + vlc-CVE-2019-13602_2.patch: fixed upstream. +- Disbale mod-plug for the time being: libmodplug 0.8.9 is not yet + available. + +------------------------------------------------------------------- Old: ---- vlc-3.0.7.1.tar.xz vlc-CVE-2019-13602_1.patch vlc-CVE-2019-13602_2.patch vlc-CVE-2019-13962.patch New: ---- vlc-3.0.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.raq2fB/_old 2019-08-24 18:40:08.881793444 +0200 +++ /var/tmp/diff_new_pack.raq2fB/_new 2019-08-24 18:40:08.885793443 +0200 @@ -33,7 +33,7 @@ %bcond_with faad %bcond_with fdk_aac Name: vlc -Version: 3.0.7.1 +Version: 3.0.8 Release: 0 Summary: Graphical media player License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -51,12 +51,6 @@ Patch2: vlc-lua-5.3.patch # PATCH-FIX-UPSTREAM fix-build-with-fdk-2.0.patch -- Fix building vlc with libfdk-aac v2 Patch3: fix-build-with-fdk-2.0.patch -# PATCH-FIX-UPSTREAM vlc-CVE-2019-13962.patch -- Fix An Integer Underflow in MP4_EIA608_Convert() -Patch4: vlc-CVE-2019-13962.patch -# PATCH-FIX-UPSTREAM vlc-CVE-2019-13602_1.patch -- mp4: fix integer underflow -Patch5: vlc-CVE-2019-13602_1.patch -# PATCH-FIX-UPSTREAM vlc-CVE-2019-13602_2.patch -- mp4: fix integer underflow -Patch6: vlc-CVE-2019-13602_2.patch # PATCH-FEATURE-OPENSUSE vlc-projectM-qt5.patch -- Build against projectM-qt5; openSUSE provides projectM as -qt and -qt5 variant Patch100: vlc-projectM-qt5.patch # PATCH-FIX-UPSTREAM 0001-Fix-leaking-AvahiServiceResolver-in-the-error-paths.patch -- Fix some memleaks @@ -136,7 +130,7 @@ BuildRequires: pkgconfig(libavutil) >= 52.4.0 BuildRequires: pkgconfig(libbluray) >= 0.6.2 BuildRequires: pkgconfig(libgme) -BuildRequires: pkgconfig(libmodplug) >= 0.8.4 +#BuildRequires: pkgconfig(libmodplug) >= 0.8.9 BuildRequires: pkgconfig(libmpeg2) > 0.3.2 BuildRequires: pkgconfig(libmtp) >= 1.0.0 BuildRequires: pkgconfig(libnfs) @@ -174,6 +168,9 @@ Obsoletes: %{name}-gnome <= %{version} %if 0%{?suse_version} >= 1550 BuildRequires: pkgconfig(dav1d) +%ifarch x86_64 +BuildRequires: pkgconfig(libmfx) +%endif %endif %if 0%{?suse_version} > 1500 && 0%{?is_opensuse} BuildRequires: pkgconfig(srt) @@ -384,9 +381,6 @@ %patch0 -p1 %patch1 -p1 %patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 %if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1550 %patch100 -p1 %endif @@ -442,7 +436,7 @@ --enable-live555 \ --enable-lua \ --enable-mad \ - --enable-mod \ + --disable-mod \ --enable-ogg \ --enable-optimizations \ --enable-postproc \ @@ -831,6 +825,9 @@ %{_libdir}/vlc/plugins/codec/libcvdsub_plugin.so %if 0%{?suse_version} >= 1550 %{_libdir}/vlc/plugins/codec/libdav1d_plugin.so +%ifarch x86_64 +%{_libdir}/vlc/plugins/codec/libqsv_plugin.so +%endif %endif %{_libdir}/vlc/plugins/codec/libddummy_plugin.so %{_libdir}/vlc/plugins/codec/libdvbsub_plugin.so @@ -902,7 +899,7 @@ %{_libdir}/vlc/plugins/demux/libimage_plugin.so %{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so %{_libdir}/vlc/plugins/demux/libmkv_plugin.so -%{_libdir}/vlc/plugins/demux/libmod_plugin.so +#%{_libdir}/vlc/plugins/demux/libmod_plugin.so %{_libdir}/vlc/plugins/demux/libmp4_plugin.so %{_libdir}/vlc/plugins/demux/libmpgv_plugin.so %{_libdir}/vlc/plugins/demux/libnoseek_plugin.so ++++++ vlc-3.0.7.1.tar.xz -> vlc-3.0.8.tar.xz ++++++ /work/SRC/openSUSE:Factory/vlc/vlc-3.0.7.1.tar.xz /work/SRC/openSUSE:Factory/.vlc.new.7948/vlc-3.0.8.tar.xz differ: char 27, line 1
