unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 75473@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#75473] [PATCH] gnu: opencv: update to 4.11.0.
Date: Thu,  9 Jan 2025 21:51:00 -0800	[thread overview]
Message-ID: <ad861f7d46c05525ea64e4fe03eb70aa47e1ae82.1736488247.git.atai@atai.org> (raw)

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

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

diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm
index 90f78329f4..20e188bd70 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -490,7 +490,7 @@ (define-public vtk-7
 (define-public opencv
   (package
     (name "opencv")
-    (version "4.10.0")
+    (version "4.11.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -529,7 +529,7 @@ (define-public opencv
                   (for-each delete-file (find-files "." "\\.jar$"))))
               (sha256
                (base32
-                "0vinljqhq3r8sffy2396q688irb6iz389sv5vlg04z9y7mvddb8x"))))
+                "1ha0230yw9ihybmg2b3mkk9vbnlgzlwx597v2hm14y403047zvgb"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
@@ -712,7 +712,7 @@ (define-public opencv
            (file-name (git-file-name "opencv_extra" version))
            (sha256
             (base32
-             "16gykga4cc8q8iqx9sj25ggxrp6mqbppwwib734nhlk1b6s2q15j"))))
+             "1zs8ps01vq1pvs5zmpw0wd7xc2l85yqd85vksdj8kddkx6alda8j"))))
        ("opencv-contrib"
         ,(origin
            (method git-fetch)
@@ -721,7 +721,7 @@ (define-public opencv
            (file-name (git-file-name "opencv_contrib" version))
            (sha256
             (base32
-             "07sanb0kb90rwghlp4jpgvmicr39hgrsjmsc5nifcryw3d0r0m14"))))))
+             "0wsvd7pnj0p6dvdl4x4r46dkrkxkd61v411ih30j3wa9l7m7vmv0"))))))
     (inputs
      (list eigen
            ffmpeg-4

base-commit: 461d773adead955e2daead70cee4415f7f0f00be
-- 
2.34.1





             reply	other threads:[~2025-01-10  5:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-10  5:51 Andy Tai [this message]
2025-01-11 15:23 ` bug#75473: [PATCH] gnu: opencv: update to 4.11.0 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad861f7d46c05525ea64e4fe03eb70aa47e1ae82.1736488247.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=75473@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).