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 filePatch | File delta | Description |
---|---|---|
change_jquery.js_path | (download) |
doc/header.html |
2 1 + 1 - 0 ! |
[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 ! |
--- |
0006 Fix LAPACK finding CMake code.patch | (download) |
cmake/OpenCVFindLAPACK.cmake |
19 4 + 15 - 0 ! |
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 ! |
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 ! |
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 ! |
--- |
setup py for egg.patch | (download) |
modules/python/package/setup.py |
23 1 + 22 - 0 ! |
--- |