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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69938 in the body.
You can then email your comments to 69938 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69938; Package guix-patches. (Fri, 22 Mar 2024 05:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 22 Mar 2024 05:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#69938; Package guix-patches. (Fri, 22 Mar 2024 15:44:02 GMT) Full text and rfc822 format available.

Message #8 received at 69938 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: guix-patches <at> gnu.org, 69938 <at> debbugs.gnu.org
Subject: Re: [bug#69938] [PATCH] gnu: opencv: Update to 4.9.0
Date: Fri, 22 Mar 2024 15:42:01 +0000
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> * 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"

It would be good to have something in the commit message about why
you're making this change.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#69938; Package guix-patches. (Fri, 22 Mar 2024 16:17:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#69938; Package guix-patches. (Mon, 25 Mar 2024 04:53:02 GMT) Full text and rfc822 format available.

Message #14 received at 69938 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 69938 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: opencv: Update to 4.9.0.
Date: Sun, 24 Mar 2024 21:50:14 -0700
* 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(-)

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 52287ad951..ce54caba57 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: a6fc564bcc32ba599fc701f340c2d59c47bb225b
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#69938; Package guix-patches. (Mon, 25 Mar 2024 18:11:01 GMT) Full text and rfc822 format available.

Message #17 received at 69938 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 69938 <at> debbugs.gnu.org
Subject: passes Guix QA
Date: Mon, 25 Mar 2024 11:09:51 -0700
patch passes Guix QA:
https://issues.guix.gnu.org/69938




Information forwarded to guix-patches <at> gnu.org:
bug#69938; Package guix-patches. (Mon, 25 Mar 2024 21:11:02 GMT) Full text and rfc822 format available.

Message #20 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 25 Mar 2024 21:11:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Mon, 25 Mar 2024 21:11:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 23 Apr 2024 11:24:46 GMT) Full text and rfc822 format available.

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

Previous Next


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