From: Mark H Weaver <mhw@netris.org>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]: gnu: Add patchage.
Date: Mon, 16 Feb 2015 10:03:06 -0500 [thread overview]
Message-ID: <87d259aogl.fsf@netris.org> (raw)
In-Reply-To: <87a90enbvg.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sun, 15 Feb 2015 21:44:19 +0100")
Ricardo Wurmus <rekado@elephly.net> writes:
> From d1ee03729c640bd6727bb13f61fa2729b6eef93b Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <rekado@elephly.net>
> Date: Sun, 15 Feb 2015 21:43:01 +0100
> Subject: [PATCH] gnu: Add patchage.
>
> * gnu/packages/audio.scm (patchage): New variable.
> ---
> gnu/packages/audio.scm | 34 ++++++++++++++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
>
> diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
> index 5b365e8..bd757cb 100644
> --- a/gnu/packages/audio.scm
> +++ b/gnu/packages/audio.scm
> @@ -499,6 +499,40 @@ extensions into easy to use C++ classes. It is the successor of
> lv2-c++-tools.")
> (license license:gpl3+)))
>
> +(define-public patchage
> + (package
> + (name "patchage")
> + (version "1.0.0")
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "http://download.drobilla.net/patchage-"
> + version
> + ".tar.bz2"))
> + (sha256
> + (base32
> + "1agdpwwi42176l4mxj0c4fsvdiv1ig56bfnnx0msckxmy57df8bb"))))
> + (build-system waf-build-system)
> + (arguments `(#:tests? #f)) ; no check target
> + (inputs
> + `(("alsa-lib" ,alsa-lib)
> + ("boost" ,boost)
> + ("jack" ,jack-1)
> + ("libuuid" ,util-linux)
> + ("ganv" ,ganv)
> + ("glib" ,glib)
> + ("glibmm" ,glibmm)
> + ("gtkmm" ,gtkmm-2)
> + ("dbus" ,dbus)
> + ("dbus-glib" ,dbus-glib)))
> + (native-inputs
> + `(("pkg-config" ,pkg-config)))
> + (home-page "http://drobilla.net/software/patchage/")
> + (synopsis "Modular patch bay for audio and MIDI systems")
> + (description
> + "Patchage is a modular patch bay for audio and MIDI systems based on Jack
> +and Alsa.")
"JACK" and "ALSA".
> + (license license:gpl3+)))
> +
Okay to push with those spelling fixes.
Thanks!
Mark
prev parent reply other threads:[~2015-02-16 15:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-15 20:44 [PATCH]: gnu: Add patchage Ricardo Wurmus
2015-02-15 20:48 ` Ricardo Wurmus
2015-02-16 14:55 ` Mark H Weaver
2015-02-16 15:01 ` Mark H Weaver
2015-02-16 15:03 ` Mark H Weaver [this message]
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d259aogl.fsf@netris.org \
--to=mhw@netris.org \
--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 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).