]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- updated to 2.4.5
authorMarcin Krol <hawk@tld-linux.org>
Mon, 6 May 2013 13:28:25 +0000 (13:28 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Mon, 6 May 2013 13:28:25 +0000 (13:28 +0000)
- removed obsolete opencv-ocl-blas.patch

opencv-ocl-blas.patch [deleted file]
opencv.spec

diff --git a/opencv-ocl-blas.patch b/opencv-ocl-blas.patch
deleted file mode 100644 (file)
index 82fc712..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- OpenCV-2.4.3/modules/ocl/perf/perf_gemm.cpp.orig   2012-10-12 00:55:12.000000000 +0200
-+++ OpenCV-2.4.3/modules/ocl/perf/perf_gemm.cpp        2013-02-16 10:09:54.859534100 +0100
-@@ -109,5 +109,5 @@
- INSTANTIATE_TEST_CASE_P(ocl_gemm, Gemm, testing::Combine(
-                             testing::Values(CV_32FC1, CV_32FC2/* , CV_64FC1, CV_64FC2*/),
-                             testing::Values(cv::Size(512, 512), cv::Size(1024, 1024)),
--                            testing::Values(0, cv::GEMM_1_T, cv::GEMM_2_T, cv::GEMM_1_T + cv::GEMM_2_T)));
--#endif
-\ No newline
-+                            testing::Values(0, int(cv::GEMM_1_T), int(cv::GEMM_2_T), cv::GEMM_1_T + cv::GEMM_2_T)));
-+#endif
index de778ed86d16e181c06857e4126f5990d4c95c41..41e5eff66dc0db89d6bfb984c9a5148062ef1086 100644 (file)
@@ -33,8 +33,8 @@
 Summary:       A library of programming functions mainly aimed at real time computer vision
 Summary(pl.UTF-8):     Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym
 Name:          opencv
-Version:       2.4.3
-Release:       2
+Version:       2.4.5
+Release:       1
 Epoch:         1
 %if %{with unicap} || %{with xine}
 License:       GPL (enforced by used libraries), BSD (opencv itself)
@@ -42,8 +42,8 @@ License:      GPL (enforced by used libraries), BSD (opencv itself)
 License:       BSD
 %endif
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/opencvlibrary/OpenCV-%{version}.tar.bz2
-# Source0-md5: c0a5af4ff9d0d540684c0bf00ef35dbe
+Source0:       http://downloads.sourceforge.net/opencvlibrary/opencv-unix/%{version}/opencv-%{version}.tar.gz
+# Source0-md5: 8eac87462c7bec8b89021b723207c623
 Patch0:                %{name}-cflags.patch
 Patch1:                %{name}-link.patch
 Patch2:                %{name}-unicap-c++.patch
@@ -162,7 +162,7 @@ OpenCV Python bindings.
 Wiązania Pythona do OpenCV.
 
 %prep
-%setup -q -n OpenCV-%{version}
+%setup -q
 
 %undos CMakeLists.txt
 %undos modules/gpu/CMakeLists.txt
@@ -174,7 +174,7 @@ Wiązania Pythona do OpenCV.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
+#%patch7 -p1
 
 %build
 install -d build
This page took 0.106669 seconds and 4 git commands to generate.