gnu: opencpn: Update to 5.6.0.
* gnu/packages/geo.scm (opencpn): Update to 5.6.0. [inputs]: Add alsa-utils, eudev, jasper, libjpeg-turbo and libusb.
This commit is contained in:
parent
797e308047
commit
2da3c84ab7
1 changed files with 11 additions and 4 deletions
|
@ -88,6 +88,8 @@
|
||||||
#:use-module (gnu packages icu4c)
|
#:use-module (gnu packages icu4c)
|
||||||
#:use-module (gnu packages java)
|
#:use-module (gnu packages java)
|
||||||
#:use-module (gnu packages kde)
|
#:use-module (gnu packages kde)
|
||||||
|
#:use-module (gnu packages libusb)
|
||||||
|
#:use-module (gnu packages linux)
|
||||||
#:use-module (gnu packages lua)
|
#:use-module (gnu packages lua)
|
||||||
#:use-module (gnu packages maths)
|
#:use-module (gnu packages maths)
|
||||||
#:use-module (gnu packages multiprecision)
|
#:use-module (gnu packages multiprecision)
|
||||||
|
@ -2012,30 +2014,35 @@ exchanged form one Spatial DBMS and the other.")
|
||||||
(define-public opencpn
|
(define-public opencpn
|
||||||
(package
|
(package
|
||||||
(name "opencpn")
|
(name "opencpn")
|
||||||
(version "5.2.4")
|
(version "5.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/OpenCPN/OpenCPN")
|
(url "https://github.com/OpenCPN/OpenCPN")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "Release_" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ffx0lmz1mp5433zqyxigy4qqav32xprpagd66krvihkyvqp2y6y"))))
|
(base32 "0g5x45wv3djfjmigk6kgs0i63yp8rs1fbmm4pb15wb3z6dml624y"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
(list bzip2
|
(list alsa-utils
|
||||||
|
bzip2
|
||||||
cairo
|
cairo
|
||||||
curl
|
curl
|
||||||
|
eudev
|
||||||
glu
|
glu
|
||||||
gtk+
|
gtk+
|
||||||
|
jasper
|
||||||
libarchive
|
libarchive
|
||||||
libelf
|
libelf
|
||||||
libexif
|
libexif
|
||||||
|
libjpeg-turbo
|
||||||
libsndfile
|
libsndfile
|
||||||
|
libusb
|
||||||
lz4
|
lz4
|
||||||
mesa
|
mesa
|
||||||
pango
|
pango
|
||||||
|
|
Reference in a new issue