public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Reenable gstreamer
@ 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 : 114cbf390b11c4558bc805820b01c6d9e839cf52
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2017-08-20T22:04:00+01:00
Stats : +9/-9 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/114cbf390b11c4558bc805820b01c6d9e839cf52?branch=opencv5
Log:
Reenable gstreamer
Remove architecture checks for tbb and enable it, inspired on (#1262788)
---
diff --git a/opencv.spec b/opencv.spec
index 6d8a8ef..ca17ec3 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,10 +1,10 @@
#global indice a
%bcond_with ffmpeg
-%bcond_with gstreamer
+%bcond_without gstreamer
%bcond_with eigen2
%bcond_with eigen3
%bcond_with openni
-%bcond_with tbb
+%bcond_without tbb
%bcond_with sse3
%bcond_with cuda
%bcond_with xine
@@ -21,7 +21,7 @@
Name: opencv
Version: 3.2.0
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
# This is normal three clause BSD.
@@ -82,11 +82,9 @@ BuildRequires: openni-devel
BuildRequires: openni-primesense
}
%endif
-%ifarch %{ix86} x86_64 ia64 ppc %{power64} aarch64
-%{?with_tbb:
+%{?with_tbb:
BuildRequires: tbb-devel
}
-%endif
BuildRequires: zlib-devel pkgconfig
BuildRequires: python2-devel
BuildRequires: python3-devel
@@ -110,7 +108,7 @@ BuildRequires: glog-devel
BuildRequires: doxygen
BuildRequires: gflags-devel
BuildRequires: SFML-devel
-BuildRequires: libucil-devel
+BuildRequires: libucil-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: mesa-libGL-devel mesa-libGLU-devel
BuildRequires: hdf5-devel
@@ -240,9 +238,7 @@ pushd build
%{!?with_sse3:-DENABLE_SSE3=OFF} \
-DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
-DBUILD_opencv_java=OFF \
-%ifarch %{ix86} x86_64 ia64 ppc %{power64} aarch64
%{?with_tbb: -DWITH_TBB=ON } \
-%endif
%{!?with_gstreamer:-DWITH_GSTREAMER=OFF} \
%{!?with_ffmpeg:-DWITH_FFMPEG=OFF} \
%{?with_cuda: \
@@ -381,6 +377,10 @@ popd
%{_libdir}/libopencv_xphoto.so.%{abiver}*
%changelog
+* Sun Aug 20 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-8
+- Reenable gstreamer
+- Remove architecture checks for tbb and enable it, inspired on (#1262788)
+
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.0-7
- Add Provides for the old name without %%_isa
^ 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: Reenable gstreamer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox