From b7f02a04a1a25638104cccd15091f2893052765ea8aaea67e8d9c8ef05c88043 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 10 Jan 2012 13:51:10 +0000 Subject: [PATCH] Accepting request 99574 from KDE:Distro:Factory - Use Explicit Buildrequires on several needed libraries future dependency cleanups may/will cause build to fail otherwise. (forwarded request 99538 from elvigia) OBS-URL: https://build.opensuse.org/request/show/99574 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=29 --- opencv.changes | 6 ++++++ opencv.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/opencv.changes b/opencv.changes index 64e1888..97251a5 100644 --- a/opencv.changes +++ b/opencv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 10 04:24:32 UTC 2012 - crrodriguez@opensuse.org + +- Use Explicit Buildrequires on several needed libraries + future dependency cleanups may/will cause build to fail otherwise. + ------------------------------------------------------------------- Sat Dec 31 14:21:49 UTC 2011 - idonmez@suse.com diff --git a/opencv.spec b/opencv.spec index cb880ab..e2996ef 100644 --- a/opencv.spec +++ b/opencv.spec @@ -1,7 +1,7 @@ # # spec file for package opencv # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -53,6 +53,10 @@ BuildRequires: libqt4-devel #BuildRequires: libunicap-devel BuildRequires: libxine-devel BuildRequires: python-numpy-devel +BuildRequires: libtiff-devel +BuildRequires: zlib-devel +BuildRequires: libjpeg-devel +BuildRequires: libilmbase-devel %if %{with ffmpeg} BuildRequires: libffmpeg-devel %endif