import opencv-3.4.6-6.el8
This commit is contained in:
parent
8d2a242a60
commit
d1250b896a
@ -54,7 +54,7 @@
|
||||
|
||||
Name: opencv
|
||||
Version: 3.4.6
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Collection of algorithms for computer vision
|
||||
# This is normal three clause BSD.
|
||||
License: BSD
|
||||
@ -90,7 +90,6 @@ BuildRequires: libpng-devel
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: libGL-devel
|
||||
BuildRequires: libv4l-devel
|
||||
BuildRequires: OpenEXR-devel
|
||||
%{?with_openni:
|
||||
BuildRequires: openni-devel
|
||||
BuildRequires: openni-primesense
|
||||
@ -278,6 +277,7 @@ pushd build
|
||||
%{?with_clp: -DWITH_CLP=ON } \
|
||||
%{?with_va: -DWITH_VA=ON } \
|
||||
-DWITH_QUIRC=OFF \
|
||||
-DWITH_OPENEXR=OFF \
|
||||
..
|
||||
|
||||
%make_build VERBOSE=1
|
||||
@ -385,6 +385,10 @@ popd
|
||||
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 11 2021 Jiri Kucera <jkucera@redhat.com> - 3.4.6-6
|
||||
- Drop OpenEXR dependency
|
||||
Resolves: #1886310
|
||||
|
||||
* Thu Nov 28 2019 Jiri Kucera <jkucera@redhat.com> - 3.4.6-5
|
||||
- Move libopencv_{calib3d,cvv,hfs}.so.* to their proper packages
|
||||
- Fix issues found by rpmdiff
|
||||
|
Loading…
Reference in New Issue
Block a user