[packages/opencv] - patch to update ade to 0.1.2a (0.1.1f fails to build with gcc 13 due to missing include)

qboosh qboosh at pld-linux.org
Sat Jul 8 21:52:17 CEST 2023


commit 4615b05b7128281294a2e507624216ad8a7fddb4
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 8 21:38:04 2023 +0200

    - patch to update ade to 0.1.2a (0.1.1f fails to build with gcc 13 due to missing include)

 opencv-ade.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/opencv-ade.patch b/opencv-ade.patch
new file mode 100644
index 0000000..f139aa0
--- /dev/null
+++ b/opencv-ade.patch
@@ -0,0 +1,13 @@
+--- opencv-4.5.5/modules/gapi/cmake/DownloadADE.cmake.orig	2021-12-25 04:53:27.000000000 +0100
++++ opencv-4.5.5/modules/gapi/cmake/DownloadADE.cmake	2023-07-08 18:29:26.487465343 +0200
+@@ -1,7 +1,7 @@
+ set(ade_src_dir "${OpenCV_BINARY_DIR}/3rdparty/ade")
+-set(ade_filename "v0.1.1f.zip")
+-set(ade_subdir "ade-0.1.1f")
+-set(ade_md5 "b624b995ec9c439cbc2e9e6ee940d3a2")
++set(ade_filename "v0.1.2a.zip")
++set(ade_subdir "ade-0.1.2a")
++set(ade_md5 "fa4b3e25167319cb0fa9432ef8281945")
+ ocv_download(FILENAME ${ade_filename}
+              HASH ${ade_md5}
+              URL
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/opencv.git/commitdiff/4615b05b7128281294a2e507624216ad8a7fddb4



More information about the pld-cvs-commit mailing list