[PATCH] opencv: add flag OPENCV_GENERATE_PKGCONFIG required for openFrameworks

  • Done
  • quality assurance status badge
Details
2 participants
  • Blake Shaw
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Blake Shaw
Severity
normal
B
B
Blake Shaw wrote on 18 Mar 2022 16:24
(address . guix-patches@gnu.org)(name . Blake Shaw)(address . blake@nonconstructivism.com)
32b63bbb7db9533ac1b86a93272a3fafcb489c49.1647617079.git.blake@nonconstructivism.com
---
gnu/packages/image-processing.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Toggle diff (21 lines)
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 272f400f67..975a5eb792 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -428,7 +428,7 @@ (define-public opencv
"-DWITH_ITT=OFF"
"-DWITH_CAROTENE=OFF" ; only visible on arm/aarch64
"-DENABLE_PRECOMPILED_HEADERS=OFF"
-
+ "-DOPENCV_GENERATE_PKGCONFIG=ON"
;; CPU-Features:
;; See cmake/OpenCVCompilerOptimizations.cmake
;; (CPU_ALL_OPTIMIZATIONS) for a list of all optimizations
@@ -1303,3 +1303,5 @@ (define-public labelme
"Image and video labeling tool supporting different shapes like
polygons, rectangles, circles, lines, points and VOC/COCO export.")
(license license:gpl3+)))
+
+opencv
--
2.34.0
M
M
Mathieu Othacehe wrote on 22 Mar 2022 11:31
(name . Blake Shaw)(address . blake@nonconstructivism.com)(address . 54449-done@debbugs.gnu.org)
87tubqnuqs.fsf@gnu.org
Hello,

I added a commit message,

Toggle quote (3 lines)
> +
> +opencv

removed that bit, and pushed as
614a7610dab88f5124f2837e70ff878861ef2d8d.

Thanks,

Mathieu
Closed
?