public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mamoru TASAKA <mtasaka@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: F-32: remove vtk gcdm dependency for now because they have broken dependency
Date: Fri, 28 Aug 2026 13:31:12 GMT	[thread overview]
Message-ID: <178792387279.1.1080950392944132473.rpms-opencv-319098a209ed@fedoraproject.org> (raw)

          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
 

                 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=178792387279.1.1080950392944132473.rpms-opencv-319098a209ed@fedoraproject.org \
    --to=mtasaka@fedoraproject.org \
    --cc=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