GNU bug report logs - #72956
[PATCH] gnu: easyrpg-player: Enable MIDI format support.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Mon, 2 Sep 2024 09:45:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH] gnu: easyrpg-player: Enable MIDI format support.
Date: Mon,  2 Sep 2024 18:41:34 +0900
* gnu/packages/easyrpg.scm (easyrpg-player)[arguments]<#:configure-flags>:
Enable fmmidi option for MIDI format support.

Change-Id: I8253f84bdea7c9754e5b9e2bc1b413f2b63a5f19
---
 gnu/packages/easyrpg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/easyrpg.scm b/gnu/packages/easyrpg.scm
index 3a5413d94a..f6e4815d4d 100644
--- a/gnu/packages/easyrpg.scm
+++ b/gnu/packages/easyrpg.scm
@@ -88,7 +88,8 @@ (define-public easyrpg-player
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags
-       (list (string-append "--with-bash-completion-dir="
+       (list "--enable-fmmidi"
+             (string-append "--with-bash-completion-dir="
                             %output "/etc/bash_completion.d/"))))
     (native-inputs
      (list pkg-config))

base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27
-- 
2.45.2





This bug report was last modified 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.