unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 42997@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#42997] [PATCH 2/2] gnu: muse-sequencer: Add dependencies.
Date: Sun, 23 Aug 2020 12:17:45 -0300	[thread overview]
Message-ID: <20200823151745.16679-1-monego@posteo.net> (raw)
In-Reply-To: <20200823151551.16314-1-monego@posteo.net>

* gnu/packages/music.scm (muse-sequencer): Add dependencies.
[arguments]: Fix RtAudio include path.
[inputs]: Add glib, libinstpatch, lrdf, python, python-pyro4, rtaudio, rubberband.
---
 gnu/packages/music.scm | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7cc6d7b1ea..31aaa130e8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4146,14 +4146,17 @@ sample library.")
      `(#:tests? #f ; there is no test target
        #:configure-flags
        (list "-DENABLE_LV2_SUPPLIED=OFF"
-             "-DENABLE_RTAUDIO=OFF"    ; FIXME: not packaged
-             "-DENABLE_INSTPATCH=OFF"  ; FIXME: not packaged
              "-DENABLE_VST_NATIVE=OFF"
              "-DCMAKE_BUILD_TYPE=Release")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'chdir
            (lambda _ (chdir "muse3")))
+         ;; Fix RtAudio include syntax.
+         (add-after 'chdir 'fix-rtaudio
+           (lambda _
+             (substitute* "muse/driver/rtaudio.h"
+               (("rtaudio/RtAudio.h") "RtAudio.h"))))
          ;; Fix validate-runpath stage.
          (add-before 'configure 'set-LDFLAGS
            (lambda* (#:key inputs outputs #:allow-other-keys)
@@ -4173,18 +4176,25 @@ sample library.")
      `(("alsa-lib" ,alsa-lib)
        ("dssi" ,dssi)
        ("fluidsynth" ,fluidsynth)
+       ("glib" ,glib)
        ("jack" ,jack-1)
        ("ladspa" ,ladspa)
        ("lash" ,lash)
+       ("libinstpatch" ,libinstpatch)
        ("liblo" ,liblo)
        ("libsamplerate" ,libsamplerate)
        ("libsndfile" ,libsndfile)
        ("lilv" ,lilv)
+       ("lrdf" ,lrdf)
        ("lv2" ,lv2)
        ("pcre" ,pcre)
        ("pulseaudio" ,pulseaudio)
+       ("python" ,python)
+       ("python-pyro4" ,python-pyro4)
        ("qtbase" ,qtbase)
        ("qtsvg" ,qtsvg)
+       ("rtaudio" ,rtaudio)
+       ("rubberband" ,rubberband)
        ("sord" ,sord)))
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.20.1





  reply	other threads:[~2020-08-23 15:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-23 15:15 [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1 Vinicius Monego
2020-08-23 15:17 ` Vinicius Monego [this message]
2020-12-18 13:14   ` bug#42997: [PATCH 2/2] gnu: muse-sequencer: Add dependencies Ludovic Courtès
2020-08-23 18:22 ` [bug#42997] [PATCH 1/2] gnu: muse-sequencer: Update to 3.1.1 Leo Famulari
2020-08-24 16:46   ` Vinicius Monego
2020-12-18 13:13 ` Ludovic Courtès

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=20200823151745.16679-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=42997@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 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).