all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Brendan Tildesley <brendan.tildesley@gmail.com>
To: 33671@debbugs.gnu.org
Subject: [bug#33671] [PATCH 2/3] gnu: ardour: Add libusb input.
Date: Sat, 8 Dec 2018 19:02:10 +1100	[thread overview]
Message-ID: <c7fd8bb9-498e-a687-ca48-4f5cbeec745a@gmail.com> (raw)
In-Reply-To: <handler.33671.B.15442560546076.ack@debbugs.gnu.org>

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



[-- Attachment #2: 0002-gnu-ardour-Add-libusb-input.patch --]
[-- Type: text/x-patch, Size: 1080 bytes --]

From 330711e40df3c016a9f6c10c42bce0fd65733166 Mon Sep 17 00:00:00 2001
From: Brendan Tildesley <brendan.tildesley@openmailbox.org>
Date: Sat, 8 Dec 2018 02:34:12 +1100
Subject: [PATCH 2/3] gnu: ardour: Add libusb input.

* gnu/packages/audio.scm (ardour): [inputs]: add libusb.
---
 gnu/packages/audio.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 3d77987062..d751a4904b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -74,6 +74,7 @@
   #:use-module (gnu packages qt)
   #:use-module (gnu packages libbsd)
   #:use-module (gnu packages linux)
+  #:use-module (gnu packages libusb)
   #:use-module (gnu packages llvm)
   #:use-module (gnu packages mp3) ;taglib
   #:use-module (gnu packages perl)
@@ -271,6 +272,7 @@ namespace ARDOUR { const char* revision = \"" version "\" ; }"))
        ("libsamplerate" ,libsamplerate)
        ("libxml2" ,libxml2)
        ("libogg" ,libogg)
+       ("libusb" ,libusb)
        ("libvorbis" ,libvorbis)
        ("flac" ,flac)
        ("lv2" ,lv2)
-- 
2.19.2


  parent reply	other threads:[~2018-12-08  8:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-08  8:00 [bug#33671] [PATCH 1/3] gnu: ardour: Add a phase to install Freedesktop files Brendan Tildesley
     [not found] ` <handler.33671.B.15442560546076.ack@debbugs.gnu.org>
2018-12-08  8:02   ` Brendan Tildesley [this message]
2018-12-08  8:03   ` [bug#33671] [PATCH 3/3] gnu: ardour: Sort inputs and native-inputs Brendan Tildesley
2018-12-24 10:08 ` bug#33671: [PATCH 1/3] gnu: ardour: Add a phase to install Freedesktop files Efraim Flashner

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=c7fd8bb9-498e-a687-ca48-4f5cbeec745a@gmail.com \
    --to=brendan.tildesley@gmail.com \
    --cc=33671@debbugs.gnu.org \
    /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.