GNU bug report logs -
#61425
[PATCH 4/6] gnu: carla: Update to 2.6.0 pre-release.
Previous Next
Reported by: Maya Tomasek <maya.tomasek <at> disroot.org>
Date: Sat, 11 Feb 2023 10:37:03 UTC
Severity: normal
Tags: patch
Done: Mája Tomášek <maya.tomasek <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 11 Feb 2023 11:51:48 +0100
with message-id <87ttzs4gqj.fsf <at> disroot.org>
and subject line Closing this as this was a mistake
has caused the debbugs.gnu.org bug report #61425,
regarding [PATCH 4/6] gnu: carla: Update to 2.6.0 pre-release.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61425: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61425
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Antero Mejr <antero <at> mailbox.org>
* gnu/packages/audio.scm (carla): Update to 2.6.0 pre-release.
---
gnu/packages/audio.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e443934e51..3ce9c0888d 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -5335,19 +5335,21 @@ (define-public redkite
(license license:gpl3+)))
(define-public carla
+ (let ((commit "aa400535b31c67f4b6c1b28e6e20e4d4f82111a3")
+ (revision "0"))
(package
(name "carla")
- (version "2.4.1")
+ (version (git-version "2.6.0" revision commit))
(source
(origin
(method git-fetch)
(uri
(git-reference
(url "https://github.com/falkTX/Carla")
- (commit (string-append "v" version))))
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "01ngkmfcxyg1bb4qmfvlkkjbx4lx62akxqhizl8zmqnhfcy4p9bx"))))
+ (base32 "0cnj2sgr60f5h6wdfmihc214wf3n74686sipl3iyzmylqrcyhbjn"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ; no "check" target
@@ -5400,7 +5402,7 @@ (define-public carla
over OSC. Carla currently supports LADSPA (including LRDF), DSSI, LV2, VST2,
and VST3 plugin formats, plus SF2 and SFZ file support. It uses JACK as the
default and preferred audio driver but also supports native drivers like ALSA.")
- (license license:gpl2+)))
+ (license license:gpl2+))))
(define-public ecasound
(package
--
2.39.1
[Message part 3 (message/rfc822, inline)]
This bug report was last modified 2 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.