public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Reenable pylint and vtk, they are working now.
@ 2026-08-28 13:31
0 siblings, 0 replies; only message in thread
From: @ 2026-08-28 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 6b88360f44e23199f66fb9779d59e96980798829
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2019-09-13T22:45:58+01:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/6b88360f44e23199f66fb9779d59e96980798829?branch=opencv5
Log:
Reenable pylint and vtk, they are working now.
---
diff --git a/opencv.spec b/opencv.spec
index 525581e..7b8b872 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -36,8 +36,7 @@
%else
%bcond_with gdcm
%endif
-# As of 2019-09-12 vtk dependency is broken on Fedora 32
-%if 0%{?fedora} > 29 && 0%{?fedora} < 32
+%if 0%{?fedora} > 29
%bcond_without vtk
%else
#VTK support disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.7.1.1 + Qt4 in <= F29
@@ -65,7 +64,7 @@
Name: opencv
Version: 3.4.6
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@@ -114,6 +113,7 @@ BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: python3-flake8
BuildRequires: python3-numpy
+BuildRequires: pylint
BuildRequires: swig >= 1.3.24
%{?with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9}
%if 0%{?fedora} || 0%{?rhel} > 7
@@ -291,7 +291,7 @@ pushd build
-DINSTALL_PYTHON_EXAMPLES=ON \
-DPYTHON2_EXECUTABLE=false \
-DPYTHON3_EXECUTABLE=%{__python3} \
- -DENABLE_PYLINT=OFF \
+ -DENABLE_PYLINT=ON \
-DBUILD_PROTOBUF=OFF \
-DPROTOBUF_UPDATE_FILES=ON \
%{?with_opencl: -DOPENCL_INCLUDE_DIR=%{_includedir}/CL } \
@@ -434,6 +434,9 @@ popd
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
+* Fri Sep 13 2019 Sérgio Basto <sergio@serjux.com> - 3.4.6-9
+- Reenable pylint and vtk, they are working now.
+
* Wed Sep 11 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.6-8
- F-32: remove vtk gcdm dependency for now because they have broken dependency
(bug 1751406)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:31 [rpms/opencv] opencv5: Reenable pylint and vtk, they are working now
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox