Accepting request 225779 from KDE:Extra
- Upstream now provides tarballs with source only as git tags from github so update Source0 path. - Add requires on various X extensions linked to opencv_ts module. As those are present in the .pc file we need it anyway. - Update to OpenCV 2.4.8 More info at: http://opencv.org/opencv-2-4-8.html The brief list of changes: * NVidia CUDA support on Android devices with CUDA capable SoC and CUDA sample; * Concurrent kernel execution and user defined context support for OpenCL; * Integration with Intel Perceptual SDK and new depth sensors support for Windows; * 32 reported bugs have been closed; * 139 pull requests have been merged; OBS-URL: https://build.opensuse.org/request/show/225779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv?expand=0&rev=49
This commit is contained in:
parent
13a9870924
commit
97bb18f305
3
2.4.8.tar.gz
Normal file
3
2.4.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05606424060e4d59f3269fe74ac0468d44a73073315ed77bb84c645f9ab982a9
|
||||||
|
size 88749781
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c48d6c735bfa40c76cadcc0106051e095d8b492b05ac7d2cc9647be807dd2a43
|
|
||||||
size 85587316
|
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 07:50:56 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Upstream now provides tarballs with source only as git tags
|
||||||
|
from github so update Source0 path.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 12 12:13:39 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Add requires on various X extensions linked to opencv_ts module.
|
||||||
|
As those are present in the .pc file we need it anyway.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 19 15:57:26 EET 2014 - koprok@gmail.com
|
||||||
|
|
||||||
|
- Update to OpenCV 2.4.8
|
||||||
|
More info at:
|
||||||
|
http://opencv.org/opencv-2-4-8.html
|
||||||
|
The brief list of changes:
|
||||||
|
* NVidia CUDA support on Android devices with CUDA capable SoC and
|
||||||
|
CUDA sample;
|
||||||
|
* Concurrent kernel execution and user defined context support for
|
||||||
|
OpenCL;
|
||||||
|
* Integration with Intel Perceptual SDK and new depth sensors support
|
||||||
|
for Windows;
|
||||||
|
* 32 reported bugs have been closed;
|
||||||
|
* 139 pull requests have been merged;
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 16 17:11:21 UTC 2014 - dvlaeev@suse.com
|
Thu Jan 16 17:11:21 UTC 2014 - dvlaeev@suse.com
|
||||||
|
|
||||||
|
@ -22,13 +22,13 @@
|
|||||||
%define soname 2_4
|
%define soname 2_4
|
||||||
|
|
||||||
Name: opencv
|
Name: opencv
|
||||||
Version: 2.4.7
|
Version: 2.4.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Collection of algorithms for computer vision
|
Summary: Collection of algorithms for computer vision
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://opencv.org/
|
Url: http://opencv.org/
|
||||||
Source0: http://downloads.sourceforge.net/project/%{name}library/%{name}-unix/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/Itseez/%{name}/archive/%{version}.tar.gz
|
||||||
# PATCH-FIX-UPSTREAM opencv-samples.patch koprok@nand.bg -- Improve samples installation.
|
# PATCH-FIX-UPSTREAM opencv-samples.patch koprok@nand.bg -- Improve samples installation.
|
||||||
Patch1: %{name}-samples.patch
|
Patch1: %{name}-samples.patch
|
||||||
# PATCH-FIX-UPSTREAM opencv-underlinking.patch koprok@nand.bg -- Make libopencv_highgui.so link to libv4l2 since it's using symbols defined there.
|
# PATCH-FIX-UPSTREAM opencv-underlinking.patch koprok@nand.bg -- Make libopencv_highgui.so link to libv4l2 since it's using symbols defined there.
|
||||||
@ -94,7 +94,12 @@ Group: Development/Libraries/C and C++
|
|||||||
Provides: %{name}-devel-static = %{version}
|
Provides: %{name}-devel-static = %{version}
|
||||||
Requires: %{libname}%{soname} = %{version}
|
Requires: %{libname}%{soname} = %{version}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: pkgconfig(gl)
|
||||||
Requires: pkgconfig(glu)
|
Requires: pkgconfig(glu)
|
||||||
|
Requires: pkgconfig(ice)
|
||||||
|
Requires: pkgconfig(sm)
|
||||||
|
Requires: pkgconfig(x11)
|
||||||
|
Requires: pkgconfig(xext)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the OpenCV C/C++ library and header files, as well as
|
This package contains the OpenCV C/C++ library and header files, as well as
|
||||||
|
Loading…
Reference in New Issue
Block a user