From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 51903@debbugs.gnu.org
Cc: Pierre Neidhardt <mail@ambrevar.xyz>, jgart <jgart@dismail.de>
Subject: [bug#51903] [PATCH v2] gnu: Add cl-cmn.
Date: Wed, 17 Nov 2021 03:55:47 -0500 [thread overview]
Message-ID: <20211117085546.1183-1-jgart@dismail.de> (raw)
In-Reply-To: <20211117015205.19233-1-jgart@dismail.de>
Here's an updated patch. This one fails to build.
See previous message for error log.
* gnu/packages/music.scm (cl-cmn): New variable.
---
gnu/packages/lisp-xyz.scm | 27 +++++++++++++++++++++++++++
gnu/packages/music.scm | 1 +
2 files changed, 28 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4b17c173c9..3da203cba9 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -19209,6 +19209,33 @@ (define-public sbcl-fxml
(define-public cl-fxml
(sbcl-package->cl-source-package sbcl-fxml))
+(define-public sbcl-cmn
+ (package
+ (name "sbcl-cmn")
+ (version "2016.8.17")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://ccrma.stanford.edu/software/cmn/cmn"
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1f4ivhg1vq2fwklmwjj30bj7ij1yab45rnjjwps3qpsh0lpd6yj3"))
+ (file-name (string-append name "-" version))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ `(#:asd-systems '("cmn")
+ #:asd-files '("cmn.asd")))
+ (home-page "https://ccrma.stanford.edu/software/cmn/")
+ (synopsis "Western music notation package written in Common Lisp")
+ (description
+"CMN provides a package of functions to hierarchically describe a musical
+score. When evaluated, the musical score is rendered to an image.")
+ (license license:llgpl)))
+
+(define-public cl-cmn
+ (sbcl-package->cl-source-package sbcl-cmn))
+
(define-public sbcl-vernacular
;; No release.
(let ((commit "79be179e9ada423b3ec41d2a1ea6f6e0266ed21f"))
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 60cff2cc28..3f335fcf30 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -66,6 +66,7 @@ (define-module (gnu packages music)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
+ #:use-module (guix build-system asdf)
#:use-module (guix build-system gnu)
#:use-module (guix build-system ant)
#:use-module (guix build-system cmake)
--
2.33.1
next prev parent reply other threads:[~2021-11-17 8:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-17 1:52 [bug#51903] [PATCH] gnu: Add cl-cmn jgart via Guix-patches via
2021-11-17 7:49 ` Pierre Neidhardt
2021-11-17 8:50 ` jgart via Guix-patches via
2021-11-17 9:24 ` Pierre Neidhardt
2021-11-17 8:55 ` jgart via Guix-patches via [this message]
2021-11-17 10:39 ` [bug#51903] cmn license etc bil
2021-11-21 12:51 ` Guillaume Le Vaillant
2021-11-21 14:16 ` bil
2021-11-21 16:20 ` Guillaume Le Vaillant
2021-11-21 17:45 ` bil
2021-11-21 17:54 ` Guillaume Le Vaillant
2021-11-21 19:22 ` bil
2021-11-22 0:30 ` jgart via Guix-patches via
2021-11-22 10:10 ` Guillaume Le Vaillant
2021-11-22 14:13 ` bil
2021-11-22 18:35 ` [bug#51903] [PATCH v3] gnu: Add cl-cmn jgart via Guix-patches via
2021-11-22 19:45 ` bug#51903: " Guillaume Le Vaillant
2021-11-22 20:11 ` [bug#51903] " jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211117085546.1183-1-jgart@dismail.de \
--to=guix-patches@gnu.org \
--cc=51903@debbugs.gnu.org \
--cc=jgart@dismail.de \
--cc=mail@ambrevar.xyz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.