e20cd82f32
- update to 4.6.0, highlights below, for details check https://github.com/opencv/opencv/wiki/ChangeLog#version460 * OpenCV project infrastructure migrating on GitHub Actions workflows for CI and release purposes * Added support for GCC 12, Clang 15 * Added support for FFmpeg 5.0 * DNN module patches: + Improved layers / activations / supported more models: - LSTM (+CUDA), resize (+ONNX13), Sign, Shrink, Reciprocal, depth2space, space2depth - fixes in Reduce, Slice, Expand + Disabled floating-point denormals processing #21521 + Changed layer names in ONNX importer to support "output" entities properly + Added TIM-VX NPU backend support: https://github.com/opencv/opencv/wiki/TIM-VX-Backend-For-Running-OpenCV-On-NPU + Added Softmax parameter to ClassificationModel + Added audio speech recognition sample (C++) #21458 + Intel® Inference Engine backend (OpenVINO): - added initial support for OpenVINO 2022.1 release - removed support of legacy API (dropped since 2020.3) * G-API module: + G-API framework: - Introduced a Grayscale image format support for cv::MediaFrame: #21511; - Enabeled .reshape() support in the CPU backend: #21669; - Fixed possible hang in streaming execution mode with constant inputs: #21567; - Introduced proper error/exception propagation in the asynchronous streaming execution mode: #21660; - Fixed new stream event handling: #21731. + Fluid backend: - Fixed horizontal pass in the Resize kernel, fixed Valgrind issues: #21144; - Extended Resize kernel with F32 version: #21678, added AVX: #21728. - Enabled dynamic dispatch for Split4 kernel: #21520; - Enabled dynamic dispatch for Merge3 kernel: #21529; - Added a SIMD version for DivC kernel: #21474; - Added a SIMD version for DivRC kernel: #21530; - Enabled dynamic dispatch for Add kernel: #21686; - Enabled dynamic dispatch for Sub kernel: #21746; - Added a SIMD version for ConvertTo kernel: #21777; - Fixed kernel matrix size for Sobel kernel: #21613. + Intel® OpenVINO™ inference backend: - Fixed NV12 format support for remote memory when OpenVINO remote context is used: #21424. - Implemented correct error handling in the backend: #21579. - Fixed ngraph warnings #21362. + OpenCV AI Kit backend: - Introduced a new backend to program OpenCV AI Kit boards via G-API. Currently the backend is in experimental state, but allows to build Camera+NN pipeline and supports heterogeneity (mixing with host-side code): #20785, #21504. + Media integration: - Enabled GPU inference with oneVPL and DirectX11 on Windows in Intel OpenVINO inference backend: #21232, #21618, #21658, #21687, #21688. Now GPU textures decoded by oneVPL decoder can be preprocessed and inferred on GPU with no extra host processing. - Enabled oneVPL support on Linux: #21883. - Extended GStreamer pipeline source with Grayscale image format support: #21560. + Python bindings: - Exposed GStreamer pipeline source in Python bindings: #20832. - Fixed Python bindings for CudaBufferPool, cudacodec and cudastereo modules in OpenCV Contrib. + Samples: - Introduced a pipeline modelling tool for cascaded model benchmarking: #21477, #21636, #21719. The tool supports a declarative YAML-based config to describe pipelines with simulated pre-/post-processing. The tool collects and reports latency and throughput information for the modelled pipeline. + Other changes and fixes: - Moved GKernelPackage into cv:: namespace by default, its cv::gapi:: alias remain for compatibility: #21318; - Moved Resize kernel from core to imgproc kernel packages for CPU, OpenCL, and Fluid backends: #21157. Also moved tests appropriately: #21475; - Avoided sporadic test failures in DivC: #21626; - Fixed 1D Mat handling in the framework: #21782; - Reduced the number of G-API generated accuracy tests: #21909. - Drop upstream patches: * 0001-highgui-Fix-unresolved-OpenGL-functions-for-Qt-backe.patch * videoio_initial_FFmpeg_5_0_support.patch * videoio_ffmpeg_avoid_memory_leaks.patch OBS-URL: https://build.opensuse.org/request/show/983700 OBS-URL: https://build.opensuse.org/package/show/science/opencv?expand=0&rev=33
473 lines
15 KiB
RPMSpec
473 lines
15 KiB
RPMSpec
#
|
|
# spec file for package opencv
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
# Build failure with LTO enabled on ppc64le boo#1146096
|
|
%ifarch ppc64le
|
|
%define _lto_cflags %{nil}
|
|
%endif
|
|
|
|
%define libname lib%{name}
|
|
%define soname 406
|
|
# disabled by default as many fail
|
|
%bcond_with tests
|
|
%bcond_without gapi
|
|
%bcond_without ffmpeg
|
|
%bcond_without python3
|
|
%bcond_without openblas
|
|
Name: opencv
|
|
Version: 4.6.0
|
|
Release: 0
|
|
Summary: Collection of algorithms for computer vision
|
|
# GPL-2.0 AND Apache-2.0 files are in 3rdparty/ittnotify which is not build
|
|
License: BSD-3-Clause AND GPL-2.0-only AND Apache-2.0
|
|
Group: Development/Libraries/C and C++
|
|
URL: https://opencv.org/
|
|
Source0: https://github.com/opencv/opencv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
# Several modules from the opencv_contrib package
|
|
Source1: https://github.com/opencv/opencv_contrib/archive/%{version}.tar.gz#/opencv_contrib-%{version}.tar.gz
|
|
BuildRequires: cmake
|
|
BuildRequires: fdupes
|
|
BuildRequires: libeigen3-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: memory-constraints
|
|
BuildRequires: pkgconfig
|
|
# OpenJPEGTargets.cmake erroneously requires the binaries
|
|
BuildRequires: openjpeg2
|
|
BuildRequires: tbb-devel
|
|
BuildRequires: unzip
|
|
BuildRequires: pkgconfig(OpenEXR)
|
|
BuildRequires: pkgconfig(glu)
|
|
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
|
BuildRequires: pkgconfig(libdc1394-2)
|
|
BuildRequires: pkgconfig(libgphoto2)
|
|
BuildRequires: pkgconfig(libopenjp2)
|
|
BuildRequires: pkgconfig(libpng)
|
|
BuildRequires: pkgconfig(libtiff-4)
|
|
BuildRequires: pkgconfig(libv4l2)
|
|
BuildRequires: pkgconfig(libv4lconvert)
|
|
BuildRequires: pkgconfig(libva)
|
|
BuildRequires: pkgconfig(libwebp)
|
|
BuildRequires: pkgconfig(zlib)
|
|
Provides: opencv-qt5 = %{version}
|
|
Obsoletes: opencv-qt5 < %{version}
|
|
%if %{with gapi}
|
|
BuildRequires: ade-devel >= 0.1.0
|
|
%endif
|
|
%if %{with openblas}
|
|
BuildRequires: openblas-devel
|
|
%endif
|
|
%if %{with python3}
|
|
BuildRequires: python-rpm-macros
|
|
BuildRequires: python3-numpy-devel
|
|
BuildRequires: pkgconfig(python3)
|
|
%endif
|
|
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5OpenGL) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|
%if %{with ffmpeg}
|
|
BuildRequires: pkgconfig(libavcodec)
|
|
BuildRequires: pkgconfig(libavformat)
|
|
BuildRequires: pkgconfig(libavutil)
|
|
BuildRequires: pkgconfig(libswscale)
|
|
%endif
|
|
|
|
%description
|
|
OpenCV means Intel Open Source Computer Vision Library. It is a collection of C
|
|
functions and a few C++ classes that implement some popular Image Processing and
|
|
Computer Vision algorithms.
|
|
|
|
%package -n %{name}4-cascades-data
|
|
Summary: Classifier cascades for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
Conflicts: %{name} < 4.5.1
|
|
Provides: %{name}:%{_datadir}/opencv4/lbpcascades/lbpcascade_silverware.xml
|
|
BuildArch: noarch
|
|
|
|
%description -n %{name}4-cascades-data
|
|
Haar and LBP cascades for face and object detecton
|
|
|
|
%package -n %{libname}%{soname}
|
|
Summary: Libraries to use OpenCV computer vision
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n %{libname}%{soname}
|
|
The Open Computer Vision Library is a collection of algorithms and sample code
|
|
for various computer vision problems. The library is compatible with IPL and
|
|
utilizes Intel Integrated Performance Primitives for better performance.
|
|
|
|
%package -n libopencv_aruco%{soname}
|
|
Summary: Pattern grid detection libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_aruco%{soname}
|
|
Pattern grid detectiion libraries for OpenCV
|
|
|
|
%package -n libopencv_face%{soname}
|
|
Summary: Face detection libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
Conflicts: %{libname}%{soname} < %{version}-%{release}
|
|
Requires: %{name}4-cascades-data
|
|
|
|
%description -n libopencv_face%{soname}
|
|
Face detection libraries for OpenCV
|
|
|
|
%package -n libopencv_gapi%{soname}
|
|
Summary: G-API library component for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_gapi%{soname}
|
|
G-API library component for OpenCV
|
|
|
|
%package -n libopencv_highgui%{soname}
|
|
Summary: Higlevel GUI libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_highgui%{soname}
|
|
Higlevel GUI libraries for OpenCV
|
|
|
|
%package -n libopencv_imgcodecs%{soname}
|
|
Summary: Image codec libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_imgcodecs%{soname}
|
|
Image codec libraries for OpenCV
|
|
|
|
%package -n libopencv_superres%{soname}
|
|
Summary: Superresolution libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_superres%{soname}
|
|
Superresolution libraries for OpenCV
|
|
|
|
%package -n libopencv_objdetect%{soname}
|
|
Summary: Face detection libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
Requires: %{name}4-cascades-data
|
|
|
|
%description -n libopencv_objdetect%{soname}
|
|
Object detection libraries for OpenCV
|
|
|
|
%package -n libopencv_optflow%{soname}
|
|
Summary: Optical flow calculation libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_optflow%{soname}
|
|
Optical flow calculation libraries for OpenCV
|
|
|
|
%package -n libopencv_videoio%{soname}
|
|
Summary: Video IO libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_videoio%{soname}
|
|
Video IO libraries for OpenCV
|
|
|
|
%package -n libopencv_videostab%{soname}
|
|
Summary: Video stabilization libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_videostab%{soname}
|
|
Video stabilization libraries for OpenCV
|
|
|
|
%package -n libopencv_ximgproc%{soname}
|
|
Summary: Image processing libraries for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: System/Libraries
|
|
|
|
%description -n libopencv_ximgproc%{soname}
|
|
Image processing libraries for OpenCV
|
|
|
|
%package devel
|
|
Summary: Development files for using the OpenCV library
|
|
License: BSD-3-Clause
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{libname}%{soname} = %{version}
|
|
Requires: libopencv_aruco%{soname} = %{version}
|
|
Requires: libopencv_face%{soname} = %{version}
|
|
Requires: libopencv_gapi%{soname} = %{version}
|
|
Requires: libopencv_highgui%{soname} = %{version}
|
|
Requires: libopencv_imgcodecs%{soname} = %{version}
|
|
Requires: libopencv_objdetect%{soname} = %{version}
|
|
Requires: libopencv_optflow%{soname} = %{version}
|
|
Requires: libopencv_superres%{soname} = %{version}
|
|
Requires: libopencv_videoio%{soname} = %{version}
|
|
Requires: libopencv_videostab%{soname} = %{version}
|
|
Requires: libopencv_ximgproc%{soname} = %{version}
|
|
Requires: %{name} = %{version}
|
|
Requires: pkgconfig(gl)
|
|
Requires: pkgconfig(glu)
|
|
Requires: pkgconfig(ice)
|
|
Requires: pkgconfig(sm)
|
|
Requires: pkgconfig(x11)
|
|
Requires: pkgconfig(xext)
|
|
Provides: %{name}-qt5-devel = %{version}
|
|
Obsoletes: %{name}-qt5-devel < %{version}
|
|
|
|
%description devel
|
|
This package contains the OpenCV C/C++ library and header files, as well as
|
|
documentation. It should be installed if you want to develop programs that will
|
|
use the OpenCV library.
|
|
|
|
%package -n python3-%{name}
|
|
Summary: Python 3 bindings for apps which use OpenCV
|
|
License: BSD-3-Clause
|
|
Group: Development/Libraries/Python
|
|
Provides: python3-%{name}-qt5 = %{version}
|
|
Obsoletes: python3-%{name}-qt5 < %{version}
|
|
|
|
%description -n python3-%{name}
|
|
This package contains Python 3 bindings for the OpenCV library.
|
|
|
|
%package doc
|
|
Summary: Documentation and examples for OpenCV
|
|
License: BSD-3-Clause
|
|
Group: Documentation/Other
|
|
# Since this package also contains examples that need -devel to be compiled
|
|
Suggests: %{name}-devel
|
|
Provides: %{name}-qt5-doc = %{version}
|
|
Obsoletes: %{name}-qt5-doc < %{version}
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
This package contains the documentation and examples for the OpenCV library.
|
|
|
|
%prep
|
|
%setup -q -a 1
|
|
%autopatch -p1
|
|
|
|
# Only copy over modules we need
|
|
mv opencv_contrib-%{version}/modules/{aruco,face,tracking,optflow,plot,shape,superres,videostab,ximgproc} modules/
|
|
rm -Rf opencv_contrib-%{version}/modules/*
|
|
cp opencv_contrib-%{version}/LICENSE LICENSE.contrib
|
|
|
|
# Remove Windows specific files
|
|
rm -f doc/packaging.txt
|
|
|
|
%build
|
|
%limit_build -m 1800
|
|
|
|
# openCV does not understand the standard RelWithDebinfo,
|
|
# but has a separate variable for it
|
|
# Dynamic dispatch: https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
|
|
# x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
|
|
# is the highest extension available on any non-64bit x86 CPU
|
|
# ARM: ARMv6, e.g. RPi1, only has VFPv2
|
|
%cmake \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
-DBUILD_WITH_DEBUG_INFO=ON \
|
|
%if %{with tests}
|
|
-DBUILD_TESTS=ON \
|
|
%endif
|
|
-DOPENCV_INCLUDE_INSTALL_PATH=%{_includedir} \
|
|
-DOPENCV_LICENSES_INSTALL_PATH=%{_licensedir}/%{name} \
|
|
-DOPENCV_GENERATE_PKGCONFIG=ON \
|
|
-DINSTALL_C_EXAMPLES=ON \
|
|
-DINSTALL_PYTHON_EXAMPLES=ON \
|
|
-DENABLE_OMIT_FRAME_POINTER=ON \
|
|
-DWITH_QT=ON \
|
|
-DWITH_OPENGL=ON \
|
|
-DOpenGL_GL_PREFERENCE:STRING="GLVND" \
|
|
-DWITH_UNICAP=ON \
|
|
-DWITH_XINE=ON \
|
|
-DWITH_IPP=OFF \
|
|
-DWITH_TBB=ON \
|
|
%if %{without gapi}
|
|
-DWITH_ADE=OFF \
|
|
-DWITH_opencv_gapi=OFF \
|
|
%else
|
|
-Dade_DIR:PATH=%{_datadir}/ade \
|
|
%endif
|
|
%ifarch %{ix86}
|
|
-DCPU_BASELINE_DISABLE=SSE \
|
|
-DCPU_DISPATCH=SSE,SSE2,SSE3 \
|
|
%endif
|
|
%ifarch x86_64
|
|
-DCPU_BASELINE=SSE2 \
|
|
-DCPU_DISPATCH=SSE3,SSE4_1,SSE4_2,FP16,FMA3,AVX,AVX2,AVX512_ICL \
|
|
%endif
|
|
%ifarch %{arm}
|
|
%ifarch armv7l armv7hl
|
|
-DCPU_BASELINE=VFPV3 \
|
|
-DCPU_DISPATCH=NEON \
|
|
%else
|
|
-DCPU_BASELINE_DISABLE=NEON,VFPV3 \
|
|
%endif
|
|
%endif
|
|
%ifarch aarch64
|
|
-DCPU_BASELINE=NEON \
|
|
-DCPU_DISPATCH=FP16 \
|
|
%endif
|
|
-DPYTHON_DEFAULT_EXECUTABLE=%{_bindir}/python3 \
|
|
-DOPENCV_SKIP_PYTHON_LOADER=ON \
|
|
-DOPENCV_PYTHON3_INSTALL_PATH=%{python3_sitearch} \
|
|
-DOPENCV_DOWNLOAD_TRIES_LIST:STRING="" \
|
|
-DWITH_JASPER=OFF \
|
|
%{nil}
|
|
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
mkdir -p %{buildroot}%{_docdir}/%{name}-doc
|
|
mv %{buildroot}%{_datadir}/opencv4/samples %{buildroot}%{_docdir}/%{name}-doc/examples
|
|
|
|
# Fix rpmlint warning "doc-file-dependency"
|
|
chmod 644 %{buildroot}%{_docdir}/%{name}-doc/examples/python/*.py
|
|
|
|
# Remove LD_LIBRARY_PATH wrapper script, we install into proper library dirs
|
|
rm %{buildroot}%{_bindir}/setup_vars_opencv4.sh
|
|
|
|
# Fix duplicated install prefix in pkg-config file
|
|
cat %{buildroot}%{_libdir}/pkgconfig/opencv4.pc
|
|
sed -i -e 's|//usr||g' %{buildroot}%{_libdir}/pkgconfig/opencv4.pc
|
|
|
|
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc/examples
|
|
%fdupes -s %{buildroot}%{_includedir}
|
|
|
|
%check
|
|
%if %{with tests}
|
|
export LD_LIBRARY_PATH=$(pwd)/build/lib:$LD_LIBRARY_PATH
|
|
%ctest
|
|
|
|
# Diagnostics:
|
|
%{buildroot}%{_bindir}/opencv_version -v
|
|
%{buildroot}%{_bindir}/opencv_version -hw
|
|
grep -E 'model|stepping|flags' /proc/cpuinfo | head -n4
|
|
%endif
|
|
|
|
%post -n %{libname}%{soname} -p /sbin/ldconfig
|
|
%postun -n %{libname}%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_aruco%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_aruco%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_face%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_face%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_gapi%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_gapi%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_highgui%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_highgui%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_imgcodecs%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_imgcodecs%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_objdetect%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_objdetect%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_optflow%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_optflow%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_superres%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_superres%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_videoio%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_videoio%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_videostab%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_videostab%{soname} -p /sbin/ldconfig
|
|
%post -n libopencv_ximgproc%{soname} -p /sbin/ldconfig
|
|
%postun -n libopencv_ximgproc%{soname} -p /sbin/ldconfig
|
|
|
|
|
|
%files
|
|
%license LICENSE LICENSE.contrib
|
|
%license %{_licensedir}/opencv/*
|
|
%{_bindir}/opencv_*
|
|
%dir %{_datadir}/opencv4
|
|
%exclude %{_datadir}/opencv4/valgrind*
|
|
|
|
%files -n %{name}4-cascades-data
|
|
%{_datadir}/opencv4/*cascades
|
|
|
|
%files -n %{libname}%{soname}
|
|
%license LICENSE LICENSE.contrib
|
|
%{_libdir}/libopencv_calib3d.so.*
|
|
%{_libdir}/libopencv_core.so.*
|
|
%{_libdir}/libopencv_dnn.so.*
|
|
%{_libdir}/libopencv_features2d.so.*
|
|
%{_libdir}/libopencv_flann.so.*
|
|
%{_libdir}/libopencv_imgproc.so.*
|
|
%{_libdir}/libopencv_ml.so.*
|
|
%{_libdir}/libopencv_photo.so.*
|
|
%{_libdir}/libopencv_plot.so.*
|
|
%{_libdir}/libopencv_shape.so.*
|
|
%{_libdir}/libopencv_stitching.so.*
|
|
%{_libdir}/libopencv_tracking.so.*
|
|
%{_libdir}/libopencv_video.so.*
|
|
|
|
%files -n libopencv_aruco%{soname}
|
|
%{_libdir}/libopencv_aruco.so.*
|
|
|
|
%files -n libopencv_face%{soname}
|
|
%{_libdir}/libopencv_face.so.*
|
|
|
|
%if %{with gapi}
|
|
%files -n libopencv_gapi%{soname}
|
|
%{_libdir}/libopencv_gapi.so.*
|
|
%endif
|
|
|
|
%files -n libopencv_highgui%{soname}
|
|
%{_libdir}/libopencv_highgui.so.*
|
|
|
|
%files -n libopencv_imgcodecs%{soname}
|
|
%{_libdir}/libopencv_imgcodecs.so.*
|
|
|
|
%files -n libopencv_objdetect%{soname}
|
|
%{_libdir}/libopencv_objdetect.so.*
|
|
|
|
%files -n libopencv_optflow%{soname}
|
|
%{_libdir}/libopencv_optflow.so.*
|
|
|
|
%files -n libopencv_superres%{soname}
|
|
%{_libdir}/libopencv_superres.so.*
|
|
|
|
%files -n libopencv_videoio%{soname}
|
|
%{_libdir}/libopencv_videoio.so.*
|
|
|
|
%files -n libopencv_videostab%{soname}
|
|
%{_libdir}/libopencv_videostab.so.*
|
|
|
|
%files -n libopencv_ximgproc%{soname}
|
|
%{_libdir}/libopencv_ximgproc.so.*
|
|
|
|
%files devel
|
|
%license LICENSE LICENSE.contrib
|
|
%{_includedir}/opencv2/
|
|
%{_libdir}/lib*.so
|
|
%{_libdir}/pkgconfig/opencv4.pc
|
|
%dir %{_libdir}/cmake/opencv4
|
|
%{_libdir}/cmake/opencv4/OpenCVConfig*.cmake
|
|
%{_libdir}/cmake/opencv4/OpenCVModules*.cmake
|
|
%{_datadir}/opencv4/valgrind*
|
|
|
|
%if %{with python3}
|
|
%files -n python3-%{name}
|
|
%license LICENSE LICENSE.contrib
|
|
%{python3_sitearch}/cv2.%{py3_soflags}.so
|
|
%endif
|
|
|
|
%files doc
|
|
%{_docdir}/%{name}-doc/
|
|
|
|
%changelog
|