]> git.pld-linux.org Git - packages/opencv.git/commitdiff
up to 2.4.11
authorElan Ruusamäe <glen@delfi.ee>
Tue, 19 May 2015 11:44:51 +0000 (14:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 19 May 2015 12:05:37 +0000 (15:05 +0300)
- is x86 patch obsolete?

- does not build with current cmake?
CMake Error at samples/gpu/CMakeLists.txt:109 (list_filterout):
  Unknown CMake command "list_filterout".

opencv-cflags.patch
opencv.spec

index afc1009ef1f85c813a0b2a47f33a6e5a42260928..1ae421505a66eaa26363892d7901b80cb63a062e 100644 (file)
@@ -1,6 +1,5 @@
-diff -ur OpenCV-2.4.2.orig//cmake/OpenCVCompilerOptions.cmake OpenCV-2.4.2/cmake/OpenCVCompilerOptions.cmake
---- OpenCV-2.4.2.orig//cmake/OpenCVCompilerOptions.cmake       2012-07-09 23:40:12.980147858 +0000
-+++ OpenCV-2.4.2/cmake/OpenCVCompilerOptions.cmake     2012-07-09 23:46:59.773180868 +0000
+--- opencv-2.4.11/cmake/OpenCVCompilerOptions.cmake~   2015-05-19 11:39:16.000000000 +0300
++++ opencv-2.4.11/cmake/OpenCVCompilerOptions.cmake    2015-05-19 11:47:57.851517663 +0300
 @@ -47,6 +47,8 @@
    endif()
  endmacro()
@@ -10,7 +9,7 @@ diff -ur OpenCV-2.4.2.orig//cmake/OpenCVCompilerOptions.cmake OpenCV-2.4.2/cmake
  if(MINGW)
    # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838
    # here we are trying to workaround the problem
-@@ -105,10 +107,6 @@
+@@ -110,10 +110,6 @@
      add_extra_compiler_option(-Werror)
    endif()
  
@@ -18,6 +17,6 @@ diff -ur OpenCV-2.4.2.orig//cmake/OpenCVCompilerOptions.cmake OpenCV-2.4.2/cmake
 -    add_extra_compiler_option(-march=i686)
 -  endif()
 -
-   # Other optimizations
-   if(ENABLE_OMIT_FRAME_POINTER)
-     add_extra_compiler_option(-fomit-frame-pointer)
+   if(APPLE)
+     add_extra_compiler_option(-Wno-semicolon-before-method-body)
+   endif()
index af879b304b0f500ade0ae3e60df979f678577ef3..ec133684a071d22861bc6a55412ec1bca50a2d0f 100644 (file)
@@ -43,8 +43,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.10.1
-Release:       2
+Version:       2.4.11
+Release:       0.1
 Epoch:         1
 %if %{with unicap} || %{with xine}
 License:       GPL (enforced by used libraries), BSD (opencv itself)
@@ -53,7 +53,7 @@ License:      BSD
 %endif
 Group:         Libraries
 Source0:       https://github.com/Itseez/opencv/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: f84af999f45edc829bfda60a13fedbaa
+# Source0-md5: fa06384719cb0be48183b4de972f0b2a
 Patch0:                %{name}-cflags.patch
 Patch1:                %{name}-x86.patch
 Patch2:                %{name}-unicap-c++.patch
@@ -269,7 +269,7 @@ Wiązania Pythona do OpenCV.
 %undos modules/gpu/CMakeLists.txt
 
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1 needs checking
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
This page took 0.078 seconds and 4 git commands to generate.