]> git.pld-linux.org Git - packages/opencv.git/commitdiff
- add missing header, rel 5 auto/th/opencv-4.5.1-5
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Nov 2021 08:41:50 +0000 (09:41 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 25 Nov 2021 08:41:50 +0000 (09:41 +0100)
gcc11.patch [new file with mode: 0644]
opencv.spec

diff --git a/gcc11.patch b/gcc11.patch
new file mode 100644 (file)
index 0000000..74d8901
--- /dev/null
@@ -0,0 +1,10 @@
+--- opencv-4.5.1/modules/gapi/test/gapi_async_test.cpp~        2020-12-21 21:01:38.000000000 +0100
++++ opencv-4.5.1/modules/gapi/test/gapi_async_test.cpp 2021-11-25 09:37:36.975911938 +0100
+@@ -13,6 +13,7 @@
+ #include <condition_variable>
+ #include <stdexcept>
++#include <thread>
+ namespace opencv_test
+ {
index d766b4ff67beb7cbfb0065ffda8170e4e3bc2760..c820c2a282832776c1a64be88bf1e3058816f926 100644 (file)
@@ -60,7 +60,7 @@ Summary:      A library of programming functions mainly aimed at real time computer v
 Summary(pl.UTF-8):     Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym
 Name:          opencv
 Version:       4.5.1
 Summary(pl.UTF-8):     Biblioteka funkcji do grafiki komputerowej w czasie rzeczywistym
 Name:          opencv
 Version:       4.5.1
-Release:       4
+Release:       5
 Epoch:         1
 %if %{with unicap} || %{with xine}
 License:       GPL (enforced by used libraries), BSD (opencv itself)
 Epoch:         1
 %if %{with unicap} || %{with xine}
 License:       GPL (enforced by used libraries), BSD (opencv itself)
@@ -106,6 +106,7 @@ Patch0:             %{name}-ximea.patch
 Patch1:                python-install.patch
 Patch2:                pkgconfig-paths.patch
 Patch3:                no-cxx-in-c-header.patch
 Patch1:                python-install.patch
 Patch2:                pkgconfig-paths.patch
 Patch3:                no-cxx-in-c-header.patch
+Patch4:                gcc11.patch
 URL:           http://www.opencv.org/
 %{?with_pvapi:BuildRequires:   AVT_GigE_SDK-devel}
 %{?with_opencl:BuildRequires:  OpenCL-devel}
 URL:           http://www.opencv.org/
 %{?with_pvapi:BuildRequires:   AVT_GigE_SDK-devel}
 %{?with_opencl:BuildRequires:  OpenCL-devel}
@@ -333,6 +334,7 @@ Wiązania Pythona 3 do OpenCV.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 cache_file() {
        f="$1"
 
 cache_file() {
        f="$1"
This page took 0.127272 seconds and 4 git commands to generate.