GNU bug report logs - #67872
[PATCH] gnu: opencv: Update to 4.8.1

Previous Next

Package: guix-patches;

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

Date: Sun, 17 Dec 2023 23:26:02 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 67872 in the body.
You can then email your comments to 67872 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#67872; Package guix-patches. (Sun, 17 Dec 2023 23: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. (Sun, 17 Dec 2023 23: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
Subject: [PATCH] gnu: opencv: Update to 4.8.1
Date: Sun, 17 Dec 2023 15:24:31 -0800
[Message part 1 (text/plain, inline)]

[0001-gnu-opencv-Update-to-4.8.1.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#67872; Package guix-patches. (Mon, 01 Jan 2024 02:02:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 67872 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: opencv: Update to 4.8.1
Date: Sun, 31 Dec 2023 18:01:14 -0800
* gnu/packages/image-processing.scm (opencv): Update to 4.8.1

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

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 306da962cc..dd53932a8c 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.0")
+    (version "4.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -534,7 +534,7 @@ (define-public opencv
                   (for-each delete-file (find-files "." "\\.jar$"))))
               (sha256
                (base32
-                "14bjpb0ahhaqnim8g6vs0gyd6jgnmly1amx25a0rk1a6ii2aiywn"))))
+                "1alvfqacbmrn7s6rbx0r150fg0lmsg13s887gn289vdawgrd7k04"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags

base-commit: 19f5302d136783d861b42107ae5e2920bbd769d9
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67872; Package guix-patches. (Sun, 11 Feb 2024 08:27:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 67872 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v3] gnu: opencv: Update to 4.8.1
Date: Sun, 11 Feb 2024 00:25:51 -0800
From f39c62a53948e005af96d6821b21958cb77eedd2 Mon Sep 17 00:00:00 2001
Message-ID: <f39c62a53948e005af96d6821b21958cb77eedd2.1702855345.git.atai <at> atai.org>
From: Andy Tai <atai <at> atai.org>
Date: Sun, 17 Dec 2023 15:20:58 -0800
Subject: [PATCH] gnu: opencv: Update to 4.8.1
To: guix-patches <at> gnu.org

* gnu/packages/image-processing.scm (opencv): Update to 4.8.1

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

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index a25e88182d..98a3d0396d 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.0")
+    (version "4.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -534,7 +534,7 @@ (define-public opencv
                   (for-each delete-file (find-files "." "\\.jar$"))))
               (sha256
                (base32
-                "14bjpb0ahhaqnim8g6vs0gyd6jgnmly1amx25a0rk1a6ii2aiywn"))))
+                "1alvfqacbmrn7s6rbx0r150fg0lmsg13s887gn289vdawgrd7k04"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags

base-commit: a303cb9a20030433519e254c5396b4d3e29dba5f
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#67872; Package guix-patches. (Mon, 12 Feb 2024 19:45:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 67872 <at> debbugs.gnu.org
Subject: QA passes
Date: Mon, 12 Feb 2024 11:43:24 -0800
The patch passes Guix QA
https://qa.guix.gnu.org/issue/67872




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 13 Feb 2024 12:17:01 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Tue, 13 Feb 2024 12:17:01 GMT) Full text and rfc822 format available.

Message #19 received at 67872-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Andy Tai <atai <at> atai.org>
Cc: 67872-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#67872] [PATCH v3] gnu: opencv: Update to 4.8.1
Date: Tue, 13 Feb 2024 12:16:11 +0000
[Message part 1 (text/plain, inline)]
Andy Tai <atai <at> atai.org> writes:

> From f39c62a53948e005af96d6821b21958cb77eedd2 Mon Sep 17 00:00:00 2001
> Message-ID: <f39c62a53948e005af96d6821b21958cb77eedd2.1702855345.git.atai <at> atai.org>
> From: Andy Tai <atai <at> atai.org>
> Date: Sun, 17 Dec 2023 15:20:58 -0800
> Subject: [PATCH] gnu: opencv: Update to 4.8.1
> To: guix-patches <at> gnu.org
>
> * gnu/packages/image-processing.scm (opencv): Update to 4.8.1
>
> Change-Id: Ia493896c063b32c5b42cdfee5e8e921dc957ff71
> ---
>  gnu/packages/image-processing.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
68bc23a5ba7d92d67744a24a24a3cfdd30bfe453.

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

Information forwarded to guix-patches <at> gnu.org:
bug#67872; Package guix-patches. (Tue, 13 Feb 2024 12:17: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. (Wed, 13 Mar 2024 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 135 days ago.

Previous Next


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