From: Andy Tai <atai@atai.org>
To: 71833@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71833] [PATCH v4] gnu: opencv: Update to 4.10.0
Date: Sun, 18 Aug 2024 21:29:27 -0700 [thread overview]
Message-ID: <b309a9b08c9d60cf28e0fe86924772cff5ee4f55.1724041736.git.atai@atai.org> (raw)
In-Reply-To: <d82a1db8fe7e24a4a0ec3d3dbbac9be6e1798738.1719637219.git.atai@atai.org>
* gnu/packages/image-processing.scm (opencv): Update to 4.10.0.
Change-Id: I4de85cdaa744386deb8162a689dca23003c150ef
---
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 65bf701f09..4affe87682 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -476,7 +476,7 @@ (define-public vtk-7
(define-public opencv
(package
(name "opencv")
- (version "4.9.0")
+ (version "4.10.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -515,7 +515,7 @@ (define-public opencv
(for-each delete-file (find-files "." "\\.jar$"))))
(sha256
(base32
- "1s3d2bzf74biz18flb33533dfx3j31305ddh4gzgvg55hpr1zp55"))))
+ "0vinljqhq3r8sffy2396q688irb6iz389sv5vlg04z9y7mvddb8x"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
@@ -698,7 +698,7 @@ (define-public opencv
(file-name (git-file-name "opencv_extra" version))
(sha256
(base32
- "1x095sgc0fkl8zzpxlswpnmxkf80cvzab1ddcq792dys5qm2s1x4"))))
+ "16gykga4cc8q8iqx9sj25ggxrp6mqbppwwib734nhlk1b6s2q15j"))))
("opencv-contrib"
,(origin
(method git-fetch)
@@ -707,7 +707,7 @@ (define-public opencv
(file-name (git-file-name "opencv_contrib" version))
(sha256
(base32
- "17xrvzllbcrprxn6c0g4x25i2wa7yqa0ycv177wah3if9s30dgib"))))))
+ "07sanb0kb90rwghlp4jpgvmicr39hgrsjmsc5nifcryw3d0r0m14"))))))
(inputs
(list eigen
ffmpeg-4
base-commit: 58a839273d1e4fac2b3a0ec456aabdf82deaa124
--
2.34.1
next prev parent reply other threads:[~2024-08-19 4:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-29 5:01 [bug#71833] [PATCH] gnu: opencv: Update to 4.10.0 Andy Tai
2024-07-04 4:20 ` [bug#71833] [PATCH v2] " Andy Tai
2024-07-12 6:19 ` [bug#71833] [PATCH v3] " Andy Tai
2024-08-19 4:29 ` Andy Tai [this message]
2024-08-29 3:33 ` [bug#71833] [PATCH v5] " Andy Tai
2024-08-29 6:06 ` bug#71833: " Z572
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b309a9b08c9d60cf28e0fe86924772cff5ee4f55.1724041736.git.atai@atai.org \
--to=atai@atai.org \
--cc=71833@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 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.