From: Andy Tai <atai@atai.org>
To: 71833@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#71833] [PATCH v5] gnu: opencv: Update to 4.10.0
Date: Wed, 28 Aug 2024 20:33:49 -0700 [thread overview]
Message-ID: <66b2aa77bcf96c283488046c4c9629cf0da67284.1724902408.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: de25a21433bf8ac213302c52789af06a37f4f972
--
2.34.1
next prev parent reply other threads:[~2024-08-29 3:35 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 ` [bug#71833] [PATCH v4] " Andy Tai
2024-08-29 3:33 ` Andy Tai [this message]
2024-08-29 6:06 ` bug#71833: [PATCH v5] " 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
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=66b2aa77bcf96c283488046c4c9629cf0da67284.1724902408.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 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).