unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28041] [PATCH] gnu: Add dssi.
@ 2017-08-11  0:04 Danny Milosavljevic
  2017-08-15 18:29 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2017-08-11  0:04 UTC (permalink / raw)
  To: 28041

* 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+

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#28041] [PATCH] gnu: Add dssi.
  2017-08-11  0:04 [bug#28041] [PATCH] gnu: Add dssi Danny Milosavljevic
@ 2017-08-15 18:29 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-08-15 18:29 UTC (permalink / raw)
  To: Danny Milosavljevic, 28041

[-- Attachment #1: Type: text/plain, Size: 867 bytes --]

Danny Milosavljevic <dannym@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!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-15 18:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-11  0:04 [bug#28041] [PATCH] gnu: Add dssi Danny Milosavljevic
2017-08-15 18:29 ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).