GNU bug report logs -
#63814
[PATCH 0/6] gnu: Add le-biniou.
Previous Next
Reported by: Antero Mejr <antero <at> mailbox.org>
Date: Wed, 31 May 2023 19:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/music.scm (le-biniou-data): New variable.
---
gnu/packages/music.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7e4a7d1169..c29ce996a0 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -7321,6 +7321,27 @@ (define-public samplebrain
realtime.")
(license license:gpl2+)))
+(define-public le-biniou-data
+ (package
+ (name "le-biniou-data")
+ (version "3.66.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/lebiniou/lebiniou-data")
+ (commit (string-append "version-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1s8dax6ryfqz7aqq8rj5ipxddshp5mjdvj0mn9kk1zzr55hvkfb7"))))
+ (build-system gnu-build-system)
+ (native-inputs (list autoconf automake libtool))
+ (home-page "https://biniou.net/")
+ (synopsis "Data files for use with Le Biniou")
+ (description
+ "This package contains data files for use with Le Biniou.")
+ (license license:gpl2+)))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.39.2
This bug report was last modified 2 years and 18 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.