GNU bug report logs - #69938
[PATCH] gnu: opencv: Update to 4.9.0

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 22 Mar 2024 05:26:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#69938: closed ([PATCH] gnu: opencv: Update to 4.9.0)
Date: Mon, 25 Mar 2024 21:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 Mar 2024 21:10:07 +0000
with message-id <87r0fyggql.fsf <at> cbaines.net>
and subject line Re: [bug#69938] [PATCH v2] gnu: opencv: Update to 4.9.0.
has caused the debbugs.gnu.org bug report #69938,
regarding [PATCH] gnu: opencv: Update to 4.9.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
69938: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69938
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: opencv: Update to 4.9.0
Date: Thu, 21 Mar 2024 22:11:48 -0700
* gnu/packages/image-processing.scm (opencv): Update to 4.9.0

Change-Id: I982256730e33b418491ba2b9238c0e532cb9a7a9
---
 gnu/packages/image-processing.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 98a3d0396d..479d43fd70 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -494,7 +494,7 @@ (define-public vtk-7
 (define-public opencv
   (package
     (name "opencv")
-    (version "4.8.1")
+    (version "4.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -519,7 +519,6 @@ (define-public opencv
                                 "libjpeg"
                                 "libjpeg-turbo"
                                 "libpng"
-                                "libtengine"
                                 "libtiff"
                                 "libwebp"
                                 "openexr"
@@ -534,7 +533,7 @@ (define-public opencv
                   (for-each delete-file (find-files "." "\\.jar$"))))
               (sha256
                (base32
-                "1alvfqacbmrn7s6rbx0r150fg0lmsg13s887gn289vdawgrd7k04"))))
+                "1s3d2bzf74biz18flb33533dfx3j31305ddh4gzgvg55hpr1zp55"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
@@ -717,7 +716,7 @@ (define-public opencv
            (file-name (git-file-name "opencv_extra" version))
            (sha256
             (base32
-             "11y9b35j74gg4gqll4v366qmhvjkcqml45khiajd8zsk1fraf70l"))))
+             "1x095sgc0fkl8zzpxlswpnmxkf80cvzab1ddcq792dys5qm2s1x4"))))
        ("opencv-contrib"
         ,(origin
            (method git-fetch)
@@ -726,7 +725,7 @@ (define-public opencv
            (file-name (git-file-name "opencv_contrib" version))
            (sha256
             (base32
-             "16crcca9r4y4rby0dqdhc06qi84hjk6qxy2sql2dhh35hfs856rr"))))))
+             "17xrvzllbcrprxn6c0g4x25i2wa7yqa0ycv177wah3if9s30dgib"))))))
     (inputs
      (list eigen
            ffmpeg-4

base-commit: 69951a61a1d8f1f2135ea2dc836738be282b97bc
-- 
2.34.1



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: guix-patches <at> gnu.org, 69938-done <at> debbugs.gnu.org
Subject: Re: [bug#69938] [PATCH v2] gnu: opencv: Update to 4.9.0.
Date: Mon, 25 Mar 2024 21:10:07 +0000
[Message part 4 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/image-processing.scm (opencv): Update to 4.9.0.
>   [source]: Remove non-existent "libtengine" from 3rdParty
>   drectory list to be deleted.
>
> Change-Id: I982256730e33b418491ba2b9238c0e532cb9a7a9
> ---
>  gnu/packages/image-processing.scm | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)

Thanks, I've pushed this to master as
82fe02130e5bb09c4c2d6aa36071caa8ee973f09.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.