public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Karsten Hopp <karsten@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: - fix build on s390x where we don't have libraw1394 and devel
Date: Fri, 28 Aug 2026 13:29:46 GMT [thread overview]
Message-ID: <178792378652.1.16115252823732412607.rpms-opencv-7cc3e452c681@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 7cc3e452c6811e8edb0d819fab877ce63b30043f
Author : Karsten Hopp <karsten@fedoraproject.org>
Date : 2009-09-10T12:32:22+00:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/7cc3e452c6811e8edb0d819fab877ce63b30043f?branch=opencv5
Log:
- fix build on s390x where we don't have libraw1394 and devel
---
diff --git a/opencv.spec b/opencv.spec
index 9b0f965..e47153e 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -3,7 +3,7 @@
Name: opencv
Version: 1.1.0
-Release: 0.6.pre1%{?dist}
+Release: 0.7.pre1%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
@@ -26,8 +26,10 @@ BuildRequires: gtk2-devel
BuildRequires: unicap-devel
BuildRequires: libtheora-devel
BuildRequires: libvorbis-devel
+%ifnarch s390 s390x
BuildRequires: libraw1394-devel
BuildRequires: libdc1394-devel
+%endif
BuildRequires: jasper-devel
BuildRequires: libpng-devel
BuildRequires: libjpeg-devel
@@ -162,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Sep 10 2009 Karsten Hopp <karsten@redhat.com> 1.1.0-0.7.pre1
+- fix build on s390x where we don't have libraw1394 and devel
+
* Fri Jul 30 2009 Haïkel Guémar <karlthered@gmail.com> 1.1.0.0.6.pre1
- Fix typo I introduced that prevented build on i386/i586
reply other threads:[~2026-08-28 13:29 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=178792378652.1.16115252823732412607.rpms-opencv-7cc3e452c681@fedoraproject.org \
--to=karsten@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