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

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

bug#42278: closed ([PATCH] gnu: Add ninjas2.)


From: GNU bug Tracking System
Subject: bug#42278: closed ([PATCH] gnu: Add ninjas2.)
Date: Mon, 20 Jul 2020 21:58:01 +0000

Your message dated Mon, 20 Jul 2020 23:57:32 +0200
with message-id <87imehhmsz.fsf@gnu.org>
and subject line Re: [bug#42278] [PATCH] gnu: Add ninjas2.
has caused the debbugs.gnu.org bug report #42278,
regarding [PATCH] gnu: Add ninjas2.
to be marked as done.

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


-- 
42278: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42278
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ninjas2. Date: Wed, 08 Jul 2020 22:23:22 +0100 User-agent: Evolution 3.34.2
Hi,

This patch adds ninjas2 (lv2 plugin).

Thanks,
Alex

Attachment: 0001-gnu-Add-ninjas2.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message --- Subject: Re: [bug#42278] [PATCH] gnu: Add ninjas2. Date: Mon, 20 Jul 2020 23:57:32 +0200
Alexandros Theodotou <alex@zrythm.org> writes:

> Hi,
>
> This patch adds ninjas2 (lv2 plugin).

Applied with these changes:

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 4943249705..989c65a932 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -923,17 +923,17 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC 
Micro
         (git-reference
          (url "https://github.com/clearly-broken-software/ninjas2.git";)
          (commit (string-append "v" version))
-         ;; bundles a specific commit of the DISTRHO plugin framework
+         ;; Bundles a specific commit of the DISTRHO plugin framework.
          (recursive? #t)))
        (file-name (git-file-name name version))
        (sha256
         (base32 "1kwp6pmnfar2ip9693gprfbcfscklgri1k1ycimxzlqr61nkd2k9"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f                      ; no "check" target
+     `(#:tests? #f                      ;no tests
        #:make-flags
        (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
-             "CC=gcc")
+             (string-append "CC=" ,(cc-for-target)))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)            ;no configure target
@@ -973,7 +973,7 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC 
Micro
     (description
      "Ninjas 2 is a rewrite of the Ninjas sample slicer audio plugin.
 Its goal is to be an easy to use sample slicer with quick slicing of samples
-and auto-mapping slices to midi note numbers.")
+and auto-mapping slices to MIDI note numbers.")
     (home-page "https://github.com/clearly-broken-software/ninjas2";)
     (license license:gpl3+)))
 
Thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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