From 224ddd9f20b548b4925e704905a678d3bfce14e1 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 20 Aug 2025 11:49:42 +0200 Subject: [PATCH] gnu: opencpn: Update to 5.12.2. * gnu/packages/geo.scm (opencpn): Update to 5.12.2. [native-inputs]: Add git-minimal and googletest. [inputs]: Add glew, openssl, rapidjson and shapelib. Replace wxwidgets-3.0 by wxwidgets. Fixes: guix/guix#2118 Change-Id: I3575320118b40b9a11433cd262e8177a00287040 --- gnu/packages/geo.scm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index be73ca3a874..98a26fbb1f7 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2018, 2019 Arun Isaac ;;; Copyright © 2018 Joshua Sierles, Nextjournal ;;; Copyright © 2018, 2019, 2020, 2021 Julien Lepiller -;;; Copyright © 2019-2023 Guillaume Le Vaillant +;;; Copyright © 2019-2023, 2025 Guillaume Le Vaillant ;;; Copyright © 2019-2023 Efraim Flashner ;;; Copyright © 2019, 2021 Wiktor Żelazny ;;; Copyright © 2019, 2020 Hartmut Goebel @@ -152,6 +152,7 @@ #:use-module (gnu packages textutils) #:use-module (gnu packages time) #:use-module (gnu packages tls) + #:use-module (gnu packages version-control) #:use-module (gnu packages video) #:use-module (gnu packages web) #:use-module (gnu packages webkit) @@ -3134,7 +3135,7 @@ exchanged form one Spatial DBMS and the other.") (define-public opencpn (package (name "opencpn") - (version "5.6.2") + (version "5.12.2") (source (origin (method git-fetch) @@ -3143,16 +3144,17 @@ exchanged form one Spatial DBMS and the other.") (commit (string-append "Release_" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "16hb0ycp0kbx2h8fx08rqkgrlz48kaym0d6wqvpjrcfa2r4myss8")))) + (base32 "0w57zcq1rpx3cfhcqjqw25wiz1pi6lx7xnif511vr4plvzqdx8yd")))) (build-system cmake-build-system) (native-inputs - (list gettext-minimal pkg-config)) + (list gettext-minimal git-minimal googletest pkg-config)) (inputs (list alsa-utils bzip2 cairo curl eudev + glew glu gtk+ jasper @@ -3164,12 +3166,15 @@ exchanged form one Spatial DBMS and the other.") libusb lz4 mesa + openssl pango portaudio + rapidjson + shapelib sqlite tinyxml wxsvg - wxwidgets-3.0 + wxwidgets xz zlib)) (arguments