Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2017-08-02 11:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Wed Aug 2 11:27:27 2017 rev:70 rq:513117 version:2.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2017-07-04 09:08:11.369211522 +0200 +++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2017-08-02 11:27:29.163963852 +0200 @@ -1,0 +2,5 @@ +Mon Jul 24 06:37:10 UTC 2017 - [email protected] + +- Adjust to API change in a52dec with vlc.a52.patch + +------------------------------------------------------------------- New: ---- vlc.a52.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.pNpwEs/_old 2017-08-02 11:27:30.343797049 +0200 +++ /var/tmp/diff_new_pack.pNpwEs/_new 2017-08-02 11:27:30.351795918 +0200 @@ -57,6 +57,7 @@ Patch5: vlc-support-qt5.5.patch # PATCH-FIX-UPSTREAM vlc-gcc6-buildfixes.patch [email protected] -- A collection of upstream commits to fix build with gcc6 Patch6: vlc-gcc6-buildfixes.patch +Patch7: vlc.a52.patch BuildRequires: Mesa-devel BuildRequires: SDL-devel >= 1.2.10 BuildRequires: aalib-devel @@ -358,6 +359,7 @@ if [ $(gcc -dumpversion) -ge 6 ]; then %patch6 -p1 fi +%patch7 -p1 ### Fix up sources for LUA 5.3 if pkg-config --atleast-version 5.3 lua; then ++++++ vlc.a52.patch ++++++ --- 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 p_sys->i_flags |= A52_ADJUST_LEVEL; /* Initialize liba52 */ - p_sys->p_liba52 = a52_init( 0 ); + p_sys->p_liba52 = a52_init(); if( p_sys->p_liba52 == NULL ) { msg_Err( p_this, "unable to initialize liba52" );
