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


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#72956: closed ([PATCH] gnu: easyrpg-player: Enable MIDI
 format support.)
Date: Mon, 02 Sep 2024 11:07:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 02 Sep 2024 19:00:02 +0800
with message-id <87r0a2jp71.fsf <at> envs.net>
and subject line Re: [bug#72956] [PATCH] gnu: easyrpg-player: Enable MIDI format support.
has caused the debbugs.gnu.org bug report #72956,
regarding [PATCH] gnu: easyrpg-player: Enable MIDI format support.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
72956: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72956
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: gemmaro <gemmaro.dev <at> gmail.com>
Cc: 72956-done <at> debbugs.gnu.org
Subject: Re: [bug#72956] [PATCH] gnu: easyrpg-player: Enable MIDI format
 support.
Date: Mon, 02 Sep 2024 19:00:02 +0800
gemmaro <gemmaro.dev <at> gmail.com> writes:

> * gnu/packages/easyrpg.scm (easyrpg-player)[arguments]<#:configure-flags>:
> Enable fmmidi option for MIDI format support.
>

Pushed to master as commit a3c6f1a38e, thank you!


This bug report was last modified 260 days ago.

Previous Next


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