From b2d4c13dee7d6af17f89cec93c923668cdcc51b5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 12 2021 06:14:04 +0000 Subject: import opencv-3.4.6-6.el8 --- 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