From d1250b896ab7be2e2d2c5bcb6c4bd86e969ffb15 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 18 May 2021 02:57:36 -0400 Subject: [PATCH] import opencv-3.4.6-6.el8 --- SPECS/opencv.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/opencv.spec b/SPECS/opencv.spec index ce07946..d58e256 100644 --- a/SPECS/opencv.spec +++ b/SPECS/opencv.spec @@ -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 - 3.4.6-6 +- Drop OpenEXR dependency + Resolves: #1886310 + * Thu Nov 28 2019 Jiri Kucera - 3.4.6-5 - Move libopencv_{calib3d,cvv,hfs}.so.* to their proper packages - Fix issues found by rpmdiff