public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: allow not include extras with his 500 MB
Date: Fri, 28 Aug 2026 13:32:09 GMT	[thread overview]
Message-ID: <178792392999.1.4114100932011191794.rpms-opencv-27e100e162ec@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 27e100e162ecffe8a7539fcda7bfb38793cb387c
Author : Sérgio M. Basto <sergio@serjux.com>
Date   : 2022-03-20T04:11:08+00:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/27e100e162ecffe8a7539fcda7bfb38793cb387c?branch=opencv5

Log:
allow not include extras with his 500 MB

---
diff --git a/opencv.spec b/opencv.spec
index f156b51..c52f1e0 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,5 +1,6 @@
 %undefine __cmake_in_source_build
 %bcond_without  tests
+%bcond_without  extras
 %bcond_with     ffmpeg
 %bcond_without  gstreamer
 %bcond_with     eigen2
@@ -63,7 +64,9 @@ URL:            https://opencv.org
 #
 Source0:        %{name}-clean-%{version}.tar.gz
 Source1:        %{name}_contrib-clean-%{version}.tar.gz
+%{?with_extras:
 Source2:        %{name}_extra-clean-%{version}.tar.gz
+}
 Source3:        face_landmark_model.dat.xz
 # from https://github.com/opencv/ade/archive/v0.1.1f.zip
 Source4:        b624b995ec9c439cbc2e9e6ee940d3a2-v0.1.1f.zip
@@ -239,7 +242,7 @@ distribution, since the library maintains binary compatibility, and tries
 to provide decent performance and stability.
 
 %prep
-%setup -q -a1 -a2
+%setup -q -a1 %{?with_extras:-a2}
 %if 1
 # we don't use pre-built contribs except quirc
 pushd 3rdparty
@@ -331,7 +334,7 @@ install -pm 0644 %{SOURCE4} .cache/ade/
  -DWITH_OPENMP=ON \
  -DOPENCV_CONFIG_INSTALL_PATH=%{_lib}/cmake/OpenCV \
  -DOPENCV_GENERATE_PKGCONFIG=ON \
- -DOPENCV_TEST_DATA_PATH=opencv_extra-%{version}/testdata \
+%{?with_extras: -DOPENCV_TEST_DATA_PATH=opencv_extra-%{version}/testdata} \
  %{?with_gdcm: -DWITH_GDCM=ON } \
  %{?with_libmfx: -DWITH_MFX=ON } \
  %{?with_clp: -DWITH_CLP=ON } \

                 reply	other threads:[~2026-08-28 13:32 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=178792392999.1.4114100932011191794.rpms-opencv-27e100e162ec@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