* [bug#72956] [PATCH] gnu: easyrpg-player: Enable MIDI format support.
@ 2024-09-02 9:41 gemmaro
2024-09-02 11:00 ` bug#72956: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: gemmaro @ 2024-09-02 9:41 UTC (permalink / raw)
To: 72956; +Cc: gemmaro
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72956: [PATCH] gnu: easyrpg-player: Enable MIDI format support.
2024-09-02 9:41 [bug#72956] [PATCH] gnu: easyrpg-player: Enable MIDI format support gemmaro
@ 2024-09-02 11:00 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2024-09-02 11:00 UTC (permalink / raw)
To: gemmaro; +Cc: 72956-done
gemmaro <gemmaro.dev@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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-02 11:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 9:41 [bug#72956] [PATCH] gnu: easyrpg-player: Enable MIDI format support gemmaro
2024-09-02 11:00 ` bug#72956: " 宋文武 via Guix-patches via
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.