emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62346: closed ([PATCH] gnu: Add cl-music-spelling.)


From: GNU bug Tracking System
Subject: bug#62346: closed ([PATCH] gnu: Add cl-music-spelling.)
Date: Wed, 22 Mar 2023 13:40:02 +0000

Your message dated Wed, 22 Mar 2023 13:39:03 +0000
with message-id <87y1nodhwp.fsf@kitej>
and subject line Re: [bug#62346] [PATCH] gnu: Add cl-music-spelling.
has caused the debbugs.gnu.org bug report #62346,
regarding [PATCH] gnu: Add cl-music-spelling.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62346: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62346
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add cl-music-spelling. Date: Tue, 21 Mar 2023 10:44:10 -0500
* gnu/packages/lisp-xyz.scm (cl-music-spelling, ecl-music-spelling,
sbcl-music-spelling): New variables.
---
 gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b7b504caff..15e929086e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27490,6 +27490,35 @@ (define-public ecl-triads
           `(modify-phases ,phases
              (delete 'build-binary))))))))
 
+(define-public sbcl-music-spelling
+  (let ((commit "a2d492af440ad30a21042140cf8ffce4b73fbd42")
+        (revision "0"))
+    (package
+      (name "sbcl-music-spelling")
+      (version (git-version "0.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/ntrocado/music-spelling";)
+               (commit commit)))
+         (file-name (git-file-name "music-spelling" version))
+         (sha256
+          (base32 "0fgahb0jjr4sp2739d55gylmx8alsghnx3spyaqfqci4cxfrys52"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs (list sbcl-alexandria))
+      (home-page "https://github.com/ntrocado/music-spelling/";)
+      (synopsis "Automatically spell musical pitches and rhythms")
+      (description "This package implements an algorithm for the spelling
+of enharmonics and dealing with ties and dots in rhythm notation.")
+      (license license:asl2.0))))
+
+(define-public cl-music-spelling
+  (sbcl-package->cl-source-package sbcl-music-spelling))
+
+(define-public ecl-music-spelling
+  (sbcl-package->ecl-package sbcl-music-spelling))
+
 (define-public sbcl-closure-template
   ;; There are no releases since 2015.
   (let ((commit "f1983aa525045691e128027d2a2d74831c873d6e")
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62346] [PATCH] gnu: Add cl-music-spelling. Date: Wed, 22 Mar 2023 13:39:03 +0000
Patch pushed as 72644ce13f96b109a88cf067cc6e75beba3e9dae.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]