Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2018-02-14 09:22:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Wed Feb 14 09:22:45 2018 rev:76 rq:575616 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2017-12-04 10:00:54.355617356 +0100 +++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2018-02-14 09:22:59.358250566 +0100 @@ -1,0 +2,43 @@ +Mon Feb 12 10:52:18 UTC 2018 - [email protected] + +- Add cache regeneration post/postun scriptlets to gstreamer-codec + subpackage. + +------------------------------------------------------------------- +Thu Feb 8 12:39:26 UTC 2018 - [email protected] + +- Update to Version 3.0.0: + + Core: + - Support network browsing for distant filesystems (SMB, FTP, + SFTP, NFS...) and rewrite the parsing of the media files and + inputs. + - Support keystores: fetch and store passwords securely (sic!) + for common protocols (HTTP, SMB, SFTP, FTP, RTSP ...). + - Autodetect external audio tracks (ac3, m4a, aac, dts...) + similar to subtitles. + - Support HDMI passthrough for Audio HD codecs, like E-AC3, + TrueHD or DTS-HD. + - Support for 12bits codec and extended colorspaces (HDR). + - Support output renderers, like ChromeCast. + - VLC now assumes vlcrc config file is in UTF-8. + - Support portable version of Windows build (create a + "portable/" folder). + - Support wayland surface type. + - Allow to start the video paused on the first frame. + - Refactor preparsing input. + - EPG rework: table and single event updates, now using network + time. + - Refactor and fix subtitles es selection. Demuxers can now + override es category single only or multiple es behavior. + - Support for 360 video and audio, including viewpoint + modification. + - Support for ambisonic audio and more than 8 audio channels. + - Support subtitles size live adjustments. + + For a full list of changes to the various modules, see the + packaged NEWS file. +- Rebase vlc-projectM-qt5.patch and vlc.a52.patch. +- Drop obsoleted patches: 0001-no-return-in-non-void.patch, + vlc-support-qt5.5.patch, vlc-gcc6-buildfixes.patch, + vlc-2.2.0-fix_deinterlace_mmx.patch. + +------------------------------------------------------------------- Old: ---- 0001-no-return-in-non-void.patch vlc-2.2.0-fix_deinterlace_mmx.patch vlc-2.2.8.tar.xz vlc-gcc6-buildfixes.patch vlc-support-qt5.5.patch vlc.appdata.xml New: ---- vlc-3.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ ++++ 1141 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/vlc/vlc.spec ++++ and /work/SRC/openSUSE:Factory/.vlc.new/vlc.spec ++++++ vlc-2.2.8.tar.xz -> vlc-3.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/vlc/vlc-2.2.8.tar.xz /work/SRC/openSUSE:Factory/.vlc.new/vlc-3.0.0.tar.xz differ: char 26, line 1 ++++++ vlc-projectM-qt5.patch ++++++ --- /var/tmp/diff_new_pack.d8vxh1/_old 2018-02-14 09:23:01.266181416 +0100 +++ /var/tmp/diff_new_pack.d8vxh1/_new 2018-02-14 09:23:01.266181416 +0100 @@ -1,8 +1,8 @@ -Index: vlc-2.2.6/configure.ac +Index: vlc-3.0.0/configure.ac =================================================================== ---- vlc-2.2.6.orig/configure.ac -+++ vlc-2.2.6/configure.ac -@@ -3965,12 +3965,12 @@ AC_ARG_ENABLE(projectm, +--- vlc-3.0.0.orig/configure.ac ++++ vlc-3.0.0/configure.ac +@@ -3950,12 +3950,12 @@ AC_ARG_ENABLE(projectm, [ --enable-projectm projectM visualization plugin (default enabled)]) AS_IF([test "${enable_projectm}" != "no"], [ @@ -19,16 +19,16 @@ ]) ],[ AC_MSG_WARN([${PROJECTM_PKG_ERRORS}.]) -Index: vlc-2.2.6/modules/visualization/projectm.cpp +Index: vlc-3.0.0/modules/visualization/projectm.cpp =================================================================== ---- vlc-2.2.6.orig/modules/visualization/projectm.cpp -+++ vlc-2.2.6/modules/visualization/projectm.cpp -@@ -44,7 +44,7 @@ +--- vlc-3.0.0.orig/modules/visualization/projectm.cpp ++++ vlc-3.0.0/modules/visualization/projectm.cpp +@@ -34,7 +34,7 @@ #include <vlc_filter.h> #include <vlc_rand.h> -#include <libprojectM/projectM.hpp> +#include <libprojectM-qt5/projectM.hpp> - /***************************************************************************** - * Module descriptor + #ifndef _WIN32 + # include <locale.h> ++++++ vlc.a52.patch ++++++ --- /var/tmp/diff_new_pack.d8vxh1/_old 2018-02-14 09:23:01.286180692 +0100 +++ /var/tmp/diff_new_pack.d8vxh1/_new 2018-02-14 09:23:01.286180692 +0100 @@ -1,11 +1,13 @@ ---- a/modules/audio_filter/converter/a52tofloat32.c -+++ b/modules/audio_filter/converter/a52tofloat32.c -@@ -209,7 +209,7 @@ static int Open( vlc_object_t *p_this, f +Index: vlc-3.0.0/modules/codec/a52.c +=================================================================== +--- vlc-3.0.0.orig/modules/codec/a52.c ++++ vlc-3.0.0/modules/codec/a52.c +@@ -302,7 +302,7 @@ static int Open( vlc_object_t *p_this ) p_sys->i_flags |= A52_ADJUST_LEVEL; /* Initialize liba52 */ - p_sys->p_liba52 = a52_init( 0 ); -+ p_sys->p_liba52 = a52_init(); ++ p_sys->p_liba52 = a52_init (); if( p_sys->p_liba52 == NULL ) { msg_Err( p_this, "unable to initialize liba52" );
