all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75473] [PATCH] gnu: opencv: update to 4.11.0.
@ 2025-01-10  5:51 Andy Tai
  2025-01-11 15:23 ` bug#75473: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2025-01-10  5:51 UTC (permalink / raw)
  To: 75473; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#75473: [PATCH] gnu: opencv: update to 4.11.0.
  2025-01-10  5:51 [bug#75473] [PATCH] gnu: opencv: update to 4.11.0 Andy Tai
@ 2025-01-11 15:23 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2025-01-11 15:23 UTC (permalink / raw)
  To: Andy Tai; +Cc: 75473-done

[-- Attachment #1: Type: text/plain, Size: 1965 bytes --]

Andy Tai <atai@atai.org> writes:

> * 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
pushed, closing.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-01-11 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10  5:51 [bug#75473] [PATCH] gnu: opencv: update to 4.11.0 Andy Tai
2025-01-11 15:23 ` bug#75473: " Zheng Junjie

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.