all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: "64103@debbugs.gnu.org" <64103@debbugs.gnu.org>
Subject: [bug#64103] [PATCH 2/2] gnu: zrythm: Enable rtaudio.
Date: Fri, 16 Jun 2023 07:11:21 +0000	[thread overview]
Message-ID: <FI7OQjFSpV24BzcdkwkuYGdMtiUPUwMqx_yBqSfYQf1VNI3X1cSn6Nq5pTTYYmlfDfVe0JIUX1f6SGrSK_jbZlkgko-R5Z1_Yq5pJ_6Yj5c=@proton.me> (raw)
In-Reply-To: <KcqZvcfkNVYOukI4xeqb8llOpZncj-vnS4IIz3EkZxNb-Xb231w1ld_F7Y9TKGlbDSvDjKXFUddCqgi5aB0lEzH8q7GsllIGP_xEpzmDICU=@proton.me>

* gnu/packages/music.scm (zrythm)[#:configure-flags]: Add
"-Drtaudio=enabled".
[inputs]: Add rtaudio.
---
 gnu/packages/music.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2e7edda..cae0a3e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6509,6 +6509,7 @@ (define-public zrythm
                    "-Dgraphviz=enabled" ;for exporting routing graphs
                    "-Dguile=enabled"    ;for Guile scripting
                    "-Djack=enabled"     ;for JACK audio/MIDI backend
+                   "-Drtaudio=enabled"  ;for RtAudio backend (ALSA)
                    "-Drtmidi=enabled"   ;for RtMidi backend (ALSA sequencer)
                    "-Dsdl=enabled")     ;for SDL audio backend (which uses ALSA)
            #:phases
@@ -6590,6 +6591,7 @@ (define-public zrythm
            pipewire
            pulseaudio
            reproc
+           rtaudio
            rtmidi
            rubberband
            sdl2
--
libgit2 1.5.1





  parent reply	other threads:[~2023-06-16  7:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-16  7:07 [bug#64103] [PATCH 0/2] gnu: zrythm: Enable rtaudio Sughosha via Guix-patches via
2023-06-16  7:10 ` [bug#64103] [PATCH 1/2] gnu: rtaudio: Update to 5.2.0 Sughosha via Guix-patches via
2023-06-16  7:11 ` Sughosha via Guix-patches via [this message]
2023-09-06  4:42 ` bug#64103: [PATCH 0/2] gnu: zrythm: Enable rtaudio Maxim Cournoyer

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='FI7OQjFSpV24BzcdkwkuYGdMtiUPUwMqx_yBqSfYQf1VNI3X1cSn6Nq5pTTYYmlfDfVe0JIUX1f6SGrSK_jbZlkgko-R5Z1_Yq5pJ_6Yj5c=@proton.me' \
    --to=guix-patches@gnu.org \
    --cc=64103@debbugs.gnu.org \
    --cc=Sughosha@proton.me \
    /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.