public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Reenable pylint and vtk, they are working now.
Date: Fri, 28 Aug 2026 13:31:13 GMT [thread overview]
Message-ID: <178792387327.1.13481061231860657940.rpms-opencv-6b88360f44e2@fedoraproject.org> (raw)
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)
reply other threads:[~2026-08-28 13:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178792387327.1.13481061231860657940.rpms-opencv-6b88360f44e2@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox