public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Reenable gstreamer
Date: Fri, 28 Aug 2026 13:30:44 GMT [thread overview]
Message-ID: <178792384427.1.5912263113283684693.rpms-opencv-114cbf390b11@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-28 13:30 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=178792384427.1.5912263113283684693.rpms-opencv-114cbf390b11@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