GNU bug report logs - #28041
[PATCH] gnu: Add dssi.

Previous Next

Package: guix-patches;

Reported by: Danny Milosavljevic <dannym <at> scratchpost.org>

Date: Fri, 11 Aug 2017 00:06:01 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 28041 in the body.
You can then email your comments to 28041 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#28041; Package guix-patches. (Fri, 11 Aug 2017 00:06:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Danny Milosavljevic <dannym <at> scratchpost.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 11 Aug 2017 00:06:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Danny Milosavljevic <dannym <at> scratchpost.org>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>
Subject: [PATCH] gnu: Add dssi.
Date: Fri, 11 Aug 2017 02:04:42 +0200
* gnu/packages/music.scm (dssi): New variable.
---
 gnu/packages/music.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 40996b11b..10a93a940 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3170,3 +3170,35 @@ MuseScore can also play back scores through the built-in sequencer and SoundFont
 sample library.")
     (home-page "https://musescore.org")
     (license license:gpl2)))
+
+(define-public dssi
+  (package
+    (name "dssi")
+    (version "1.1.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://sourceforge/dssi/dssi/" version
+                    "/dssi-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0kl1hzhb7cykzkrqcqgq1dk4xcgrcxv0jja251aq4z4l783jpj7j"))))
+    (build-system gnu-build-system)
+    (inputs
+     `(("alsa-lib" ,alsa-lib)
+       ("jack-2" ,jack-2)
+       ("ladspa" ,ladspa)
+       ("libsamplerate" ,libsamplerate)
+       ("libsndfile" ,libsndfile)
+       ("liblo" ,liblo)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (synopsis "Audio plugin API for soft synths and effects")
+    (description "DSSI is a plugin API for software instruments with user
+interfaces, permitting them to be hosted in-process by audio applications.
+It is intended to be simple, GUI-toolkit-agnostic, and slightly biased
+towards familiarity with MIDI. The DSSI distribution package contains
+a JACK/ALSA-sequencer reference host and some plugins as well as the
+specification and header.")
+    (home-page "http://dssi.sourceforge.net/")
+    (license license:gpl2+))) ; and lgpl-2.1+




Information forwarded to guix-patches <at> gnu.org:
bug#28041; Package guix-patches. (Tue, 15 Aug 2017 18:31:01 GMT) Full text and rfc822 format available.

Message #8 received at 28041 <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Danny Milosavljevic <dannym <at> scratchpost.org>, 28041 <at> debbugs.gnu.org
Subject: Re: [bug#28041] [PATCH] gnu: Add dssi.
Date: Tue, 15 Aug 2017 20:29:40 +0200
[Message part 1 (text/plain, inline)]
Danny Milosavljevic <dannym <at> scratchpost.org> writes:

> * gnu/packages/music.scm (dssi): New variable.

[...]

> +    (description "DSSI is a plugin API for software instruments with user
> +interfaces, permitting them to be hosted in-process by audio applications.
> +It is intended to be simple, GUI-toolkit-agnostic, and slightly biased
> +towards familiarity with MIDI. The DSSI distribution package contains
                                ^^^
                                missing space

> +a JACK/ALSA-sequencer reference host and some plugins as well as the
> +specification and header.")
> +    (home-page "http://dssi.sourceforge.net/")
> +    (license license:gpl2+))) ; and lgpl-2.1+

Can you be a little more verbose? I'm guessing some parts are LGPL2.1+,
but interface with the stricter GPL2+, so the result is effectively the
latter?

The rest LGTM!
[signature.asc (application/pgp-signature, inline)]

bug closed, send any further explanations to 28041 <at> debbugs.gnu.org and Danny Milosavljevic <dannym <at> scratchpost.org> Request was from Danny Milosavljevic <dannym <at> scratchpost.org> to control <at> debbugs.gnu.org. (Tue, 15 Aug 2017 18:59:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Sep 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 339 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.