Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmlt for openSUSE:Factory checked in at 2021-09-04 22:33:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmlt (Old) and /work/SRC/openSUSE:Factory/.libmlt.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmlt" Sat Sep 4 22:33:46 2021 rev:55 rq:915155 version:7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes 2021-06-12 20:10:38.629199431 +0200 +++ /work/SRC/openSUSE:Factory/.libmlt.new.1899/libmlt.changes 2021-09-04 22:35:58.256200535 +0200 @@ -1,0 +2,5 @@ +Mon Aug 30 14:16:06 UTC 2021 - Dave Plater <davejpla...@gmail.com> + +- Enabled opencv to fix boo#1184430 by enabling motion tracking + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmlt.spec ++++++ --- /var/tmp/diff_new_pack.Xg8TLv/_old 2021-09-04 22:35:58.640201045 +0200 +++ /var/tmp/diff_new_pack.Xg8TLv/_new 2021-09-04 22:35:58.644201050 +0200 @@ -44,6 +44,7 @@ BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) +BuildRequires: pkgconfig(OpenEXR) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(frei0r) @@ -60,6 +61,9 @@ BuildRequires: pkgconfig(libswscale) >= 5 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(movit) +%if 0%{?suse_version} > 1501 +BuildRequires: pkgconfig(opencv4) +%endif BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(python3) @@ -174,7 +178,11 @@ %build # WARNING: building opencv module causes multicore issues - boo#1068792 %cmake \ +%if 0%{?suse_version} > 1501 + -DMOD_OPENCV=ON \ +%else -DMOD_OPENCV=OFF \ +%endif -DGPL=ON \ -DGPL3=ON \ -DSWIG_PYTHON=ON