From ad5cc579730c825dc9ae74b7d02a4fee5f8fd809d2875e5e90ac8dbd7faeac9b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 30 Apr 2014 13:10:07 +0000 Subject: [PATCH] Accepting request 230936 from KDE:Extra Drop the BuildRequires on libucil and libunicap for Factory. This stops us from getting ride of Gstreamer 0.10 and besides these two libraries seem to be unmaintained upstream as that the latest actions are from 2010 OBS-URL: https://build.opensuse.org/request/show/230936 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=51 --- opencv.changes | 8 ++++++++ opencv.spec | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/opencv.changes b/opencv.changes index 9579d1e..3efc221 100644 --- a/opencv.changes +++ b/opencv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Apr 6 16:22:56 UTC 2014 - tittiatcoke@gmail.com + +- Drop the BuildRequires on libucil and libunicap for Factory. This + stops us from getting ride of Gstreamer 0.10 and besides these two + libraries seem to be unmaintained upstream as that the latest + actions are from 2010 + ------------------------------------------------------------------- Thu Apr 3 11:22:56 UTC 2014 - tittiatcoke@gmail.com diff --git a/opencv.spec b/opencv.spec index 07e165a..b0d3622 100644 --- a/opencv.spec +++ b/opencv.spec @@ -48,6 +48,8 @@ BuildRequires: fdupes BuildRequires: gstreamer-plugins-base-devel %else BuildRequires: gstreamer-0_10-plugins-base-devel +BuildRequires: libucil-devel +BuildRequires: libunicap-devel %endif BuildRequires: libdc1394-devel %if 0%{?suse_version} > 1230 @@ -62,8 +64,6 @@ BuildRequires: libjasper-devel BuildRequires: libjpeg-devel BuildRequires: libqt4-devel BuildRequires: libtiff-devel -BuildRequires: libucil-devel -BuildRequires: libunicap-devel BuildRequires: libv4l-devel %if 0%{?suse_version} > 1220 BuildRequires: ilmbase-devel