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
This commit is contained in:
Stephan Kulow 2012-01-10 13:51:10 +00:00 committed by Git OBS Bridge
parent 9a768f8315
commit b7f02a04a1
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -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