unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kkebreau@posteo.net>
To: 30517@debbugs.gnu.org
Subject: [bug#30517] [PATCH] gnu: milkytracker: Actually link with the JACK library.
Date: Sun, 18 Feb 2018 15:22:27 -0500	[thread overview]
Message-ID: <874lmeyrng.fsf@posteo.net> (raw)
In-Reply-To: <20180218195049.20339-1-kkebreau@posteo.net> (Kei Kebreau's message of "Sun, 18 Feb 2018 14:50:49 -0500")

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

Kei Kebreau <kkebreau@posteo.net> writes:

> * gnu/packages/music.scm (milkytracker)[arguments]: Add appropriate configure
> flag.
> ---
>  gnu/packages/music.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index 3709f10d1..e88c9f21f 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -2609,7 +2609,8 @@ of tools for manipulating and accessing your music.")
>                      (("add_subdirectory\\(resources/music\\)") ""))))))
>      (build-system cmake-build-system)
>      (arguments
> -     '(#:tests? #f)) ; no check target
> +     '(#:tests? #f ; no check target
> +       #:configure-flags '("-DCMAKE_CXX_FLAGS=-ljack")))
>      (inputs
>       `(("alsa-lib" ,alsa-lib)
>         ("jack" ,jack-1)

It should be noted that when I configure MilkyTracker to use JACK as an
audio driver, close the program, start the JACK server and open
MilkyTracker again, the MilkyTracker window appears black. When I drag
the window around on my desktop the program graphics flicker until I
stop dragging it, at which point it goes black again. Does anyone else
get this bug?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2018-02-18 20:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-18 19:50 [bug#30517] [PATCH] gnu: milkytracker: Actually link with the JACK library Kei Kebreau
2018-02-18 20:22 ` Kei Kebreau [this message]
2018-03-07 13:04 ` Ludovic Courtès
2018-03-08 15:11   ` bug#30517: " Kei Kebreau

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=874lmeyrng.fsf@posteo.net \
    --to=kkebreau@posteo.net \
    --cc=30517@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).