public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: F-32: remove vtk gcdm dependency for now because they have broken dependency
@ 2026-08-28 13:31 Mamoru TASAKA
0 siblings, 0 replies; only message in thread
From: Mamoru TASAKA @ 2026-08-28 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 319098a209ed38c6ee8cf9894cb9c0a8a4a82547
Author : Mamoru TASAKA <mtasaka@fedoraproject.org>
Date : 2019-09-12T07:42:01+09:00
Stats : +12/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/319098a209ed38c6ee8cf9894cb9c0a8a4a82547?branch=opencv5
Log:
F-32: remove vtk gcdm dependency for now because they have broken dependency
(bug 1751406)
---
diff --git a/opencv.spec b/opencv.spec
index 54298e8..525581e 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -30,8 +30,14 @@
# check OpenCVFindLAPACK.cmake
%bcond_with atlas
%bcond_without openblas
+# As of 2019-09-12 gdcm dependency is broken on Fedora 32
+%if 0%{?fedora} < 32
%bcond_without gdcm
-%if 0%{?fedora} > 29
+%else
+%bcond_with gdcm
+%endif
+# As of 2019-09-12 vtk dependency is broken on Fedora 32
+%if 0%{?fedora} > 29 && 0%{?fedora} < 32
%bcond_without vtk
%else
#VTK support disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.7.1.1 + Qt4 in <= F29
@@ -59,7 +65,7 @@
Name: opencv
Version: 3.4.6
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Collection of algorithms for computer vision
# This is normal three clause BSD.
License: BSD
@@ -428,6 +434,10 @@ popd
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
+* 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)
+
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.4.6-7
- Rebuilt for Python 3.8
^ 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: F-32: remove vtk gcdm dependency for now because they have broken dependency Mamoru TASAKA
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox