gnu: redkite: Update to 2.1.0.

* gnu/packages/audio.scm (redkite): Update to 2.1.0.
[source]: Update url.
[synopsis, home-page]: Update.

Change-Id: I57c363f0bd156ea2bf461ba5a835246c12de3a55
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
apoorv569 2025-08-25 12:06:12 +05:30 committed by Andreas Enge
parent 23e2d584f0
commit 9366958c4f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6479,16 +6479,16 @@ workstations as well as consumer software such as music players.")
(define-public redkite (define-public redkite
(package (package
(name "redkite") (name "redkite")
(version "1.3.1") ;marked unmaintained as of Oct. 2021 (version "2.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/free-sm/redkite") (url "https://github.com/quamplex/redkite")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1zb2k2a4m7z2ravqrjn8fq8lic20wbr2m8kja3p3113jsk7j9zvd")))) (base32 "1xn7vnv7zszy0f1ynxd7qn0131w0gmk3rp3my4xjh143dhck4q4b"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;no tests included `(#:tests? #f)) ;no tests included
@ -6496,13 +6496,13 @@ workstations as well as consumer software such as music players.")
(list cairo)) (list cairo))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(synopsis "Small GUI toolkit") (synopsis "Lightweight graphics widget toolkit for embedded GUI")
(description "Redkite is a small GUI toolkit developed in C++17 and (description "Redkite is a small GUI toolkit developed in C++17 and
inspired from other well known GUI toolkits such as Qt and GTK. It is inspired from other well known GUI toolkits such as Qt and GTK. It is
minimal on purpose and is intended to be statically linked to applications, minimal on purpose and is intended to be statically linked to applications,
therefore satisfying any requirements they may have to be self contained, therefore satisfying any requirements they may have to be self contained,
as is the case with audio plugins.") as is the case with audio plugins.")
(home-page "https://gitlab.com/geontime/redkite") (home-page "https://github.com/quamplex/redkite")
(license license:gpl3+))) (license license:gpl3+)))
(define-public carla (define-public carla