public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: openni is exclusive for x86/x86_64
@ 2026-08-28 13:30
0 siblings, 0 replies; only message in thread
From: @ 2026-08-28 13:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 10c1114e20fa1a3cd4b9cd244e39f49d7abbc49d
Author : Dan Horák <dan@danny.cz>
Date : 2011-09-26T12:40:43+02:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/10c1114e20fa1a3cd4b9cd244e39f49d7abbc49d?branch=opencv5
Log:
openni is exclusive for x86/x86_64
---
diff --git a/opencv.spec b/opencv.spec
index ce7c664..9aee2e8 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -4,7 +4,7 @@
Name: opencv
Version: 2.3.1
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
@@ -38,8 +38,10 @@ BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel
BuildRequires: libv4l-devel
BuildRequires: OpenEXR-devel
+%ifarch %{ix86} x86_64
BuildRequires: openni-devel
BuildRequires: openni-primesense
+%endif
%ifarch %{ix86} x86_64 ia64
BuildRequires: tbb-devel
%endif
@@ -126,7 +128,9 @@ pushd build
-DCUDA_VERBOSE_BUILD=1 \
-DCUDA_PROPAGATE_HOST_FLAGS=0 \
} \
+%ifarch %{ix86} x86_64
-DWITH_OPENNI=ON \
+%endif
%{!?_with_xine:-DWITH_XINE=0} \
-DINSTALL_C_EXAMPLES=1 \
-DINSTALL_PYTHON_EXAMPLES=1 \
@@ -210,6 +214,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Sep 26 2011 Dan Horák <dan[at]danny.cz> - 2.3.1-2
+- openni is exclusive for x86/x86_64
+
* Fri Aug 19 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.3.1-1
- Update to 2.3.1
- Add BR openni-devel python-sphinx
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:30 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:30 [rpms/opencv] opencv5: openni is exclusive for x86/x86_64
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox