Package: opencv / 4.10.0+dfsg-5

Metadata

Package Version Patches format
opencv 4.10.0+dfsg-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
change_jquery.js_path | (download)

doc/header.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/2] use system-installed jquery

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>

cmake dont install inexistent files.patch | (download)

cmake/OpenCVDetectOpenCL.cmake | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
0006 Fix LAPACK finding CMake code.patch | (download)

cmake/OpenCVFindLAPACK.cmake | 19 4 + 15 - 0 !
1 file changed, 4 insertions(+), 15 deletions(-)

 fix lapack finding cmake code

On Debian cblas.h and lapacke.h are not installed in the same include
directory. This does not matter when compiling, but the custom header
check in OpenCV fails on it. Force OpenCV to use the standard CMake
check_include_file function to do the check so it succeeds.

0008 Do not embed build directory in binaries.patch | (download)

modules/core/CMakeLists.txt | 10 0 + 10 - 0 !
modules/core/include/opencv2/core/private.hpp | 4 2 + 2 - 0 !
modules/core/include/opencv2/core/utility.hpp | 4 2 + 2 - 0 !
modules/core/src/utils/datafile.cpp | 48 1 + 47 - 0 !
4 files changed, 5 insertions(+), 61 deletions(-)

 do not embed build directory in binaries

This makes the opencv core module build reproducibly.

0009 Do not embed build directory in documentation.patch | (download)

doc/CMakeLists.txt | 4 3 + 1 - 0 !
doc/Doxyfile.in | 2 1 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 do not embed build directory in documentation

This makes the documentation build reproducibly.

cmake no download.patch | (download)

cmake/OpenCVDownload.cmake | 256 2 + 254 - 0 !
1 file changed, 2 insertions(+), 254 deletions(-)

---
setup py for egg.patch | (download)

modules/python/package/setup.py | 23 1 + 22 - 0 !
1 file changed, 1 insertion(+), 22 deletions(-)

---