From: Marius Bakke <mbakke@fastmail.com>
To: Ricardo Wurmus <rekado@elephly.net>, guix-devel@gnu.org
Subject: Re: [PATCH 2/2] gnu: Add ams-lv2.
Date: Sat, 03 Dec 2016 22:08:37 +0100 [thread overview]
Message-ID: <87h96kbu0a.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <20161203194209.19164-2-rekado@elephly.net>
[-- Attachment #1: Type: text/plain, Size: 1933 bytes --]
Ricardo Wurmus <rekado@elephly.net> writes:
> * gnu/packages/music.scm (ams-lv2): 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 febd983..f5322b4 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -1697,6 +1697,38 @@ JACK for audio and ALSA sequencer for MIDI as multimedia infrastructures and
> follows a traditional multi-track tape recorder control paradigm.")
> (license license:gpl2+)))
>
> +(define-public ams-lv2
> + (package
> + (name "ams-lv2")
> + (version "1.2.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://github.com/blablack/ams-lv2/"
> + "archive/" version ".tar.gz"))
> + (file-name (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "1392spswkhfd38fggf584wb3m8aqpg7csfrs9zxnzyvhgmp0fgqk"))))
> + (build-system waf-build-system)
> + (arguments `(#:tests? #f)) ; no tests
> + (inputs
> + `(("lv2" ,lv2)
> + ("lvtk" ,lvtk)
> + ("gtkmm" ,gtkmm-2)
> + ("gtk" ,gtk+-2)
> + ("cairo" ,cairo)
> + ("fftw" ,fftw)))
> + (native-inputs
> + `(("pkg-config" ,pkg-config)))
> + (home-page "https://objectivewave.wordpress.com/ams-lv2/")
> + (synopsis "Port of Alsa Modular Synth internal modules into LV2")
> + (description "This set of LV2 plugins is a port of the internal modules
> +found in Alsa Modular Synth. These plugins are used to create modular
> +synthesizers and contain: VCO, VCF, VCA, LFO, slew limiter, envelopes, sample
> +and hold, etc.")
> + (license license:gpl2)))
The bundled "waf" script is bsd-3. Perhaps that can be removed, since it
uses waf-build-system? Otherwise this LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2016-12-03 21:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-03 19:42 [PATCH 1/2] gnu: lvtk: Build UI library Ricardo Wurmus
2016-12-03 19:42 ` [PATCH 2/2] gnu: Add ams-lv2 Ricardo Wurmus
2016-12-03 21:08 ` Marius Bakke [this message]
2016-12-03 22:39 ` Ricardo Wurmus
2016-12-03 21:04 ` [PATCH 1/2] gnu: lvtk: Build UI library Marius Bakke
2016-12-03 22:32 ` Ricardo Wurmus
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=87h96kbu0a.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=guix-devel@gnu.org \
--cc=rekado@elephly.net \
/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.