Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2018-10-23 20:37:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Tue Oct 23 20:37:02 2018 rev:42 rq:643553 version:6.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2018-07-03 23:36:02.360263838 +0200 +++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes 2018-10-23 20:37:10.200775149 +0200 @@ -1,0 +2,6 @@ +Sun Oct 21 08:03:45 UTC 2018 - [email protected] + +- Disabled build of opencv module to fix boo#1068792. +- Only build sdl2 module. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.w5h3aH/_old 2018-10-23 20:37:11.880773142 +0200 +++ /var/tmp/diff_new_pack.w5h3aH/_new 2018-10-23 20:37:11.884773137 +0200 @@ -67,7 +67,6 @@ BuildRequires: pkgconfig(libquicktime) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(movit) -BuildRequires: pkgconfig(opencv) >= 3.1.0 #!BuildIgnore: opencv-qt5-devel BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavdevice) @@ -78,7 +77,6 @@ BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(samplerate) -BuildRequires: pkgconfig(sdl) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sox) BuildRequires: pkgconfig(vidstab) @@ -215,8 +213,9 @@ %build test -x "$(type -p gcc-7)" && export CC=gcc-7 test -x "$(type -p g++-7)" && export CXX=g++-7 -%configure \ ---enable-sdl \ + +# WARNING: building opencv module causes multicore issues - boo#1068792 +%configure --disable-opencv \ --enable-sdl2 \ %ifnarch %{ix86} x86_64 --disable-mmx \
