Accepting request 915155 from multimedia:libs
Enabled opencv to fix boo#1184430 by enabling motion tracking OBS-URL: https://build.opensuse.org/request/show/915155 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmlt?expand=0&rev=55
This commit is contained in:
commit
59984dd518
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 30 14:16:06 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
- Enabled opencv to fix boo#1184430 by enabling motion tracking
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 12 11:47:39 UTC 2021 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
|
@ -44,6 +44,7 @@ BuildRequires: cmake(Qt5Gui)
|
||||
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(libpulse-simple)
|
||||
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 @@ This package contains python bindings.
|
||||
%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
|
||||
|
Loading…
x
Reference in New Issue
Block a user