all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38980] [PATCH] gnu: sdl-mixer: Describe runtime configuration.
@ 2020-01-06 11:06 Timotej Lazar
  2020-01-06 11:41 ` bug#38980: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Timotej Lazar @ 2020-01-06 11:06 UTC (permalink / raw)
  To: 38980; +Cc: Timotej Lazar

* gnu/packages/sdl.scm (sdl-mixer)[description]: Add information about runtime
  MIDI playback options.
---
 gnu/packages/sdl.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 80725561fb..727a276dc5 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -281,8 +281,14 @@ WEBP, XCF, XPM, and XV.")
     (synopsis "SDL multi-channel audio mixer library")
     (description "SDL_mixer is a multi-channel audio mixer library for SDL.
 It supports any number of simultaneously playing channels of 16 bit stereo
-audio, plus a single channel of music.  Supported format include FLAC, MOD,
-MIDI, Ogg Vorbis, and MP3.")
+audio, plus a single channel of music.  Supported formats include FLAC, MOD,
+MIDI, Ogg Vorbis, and MP3.
+
+This package supports two MIDI backends, selectable at runtime.  To use the
+newer @code{fluidsynth} library, install a soundfont such as @code{fluid-3}
+and specify it using the @code{SDL_SOUNDFONTS} environment variable.  For the
+legacy @code{timidity} backend, install a patch set such as @code{freepats}
+and set the path to the configuration file with @code{TIMIDITY_CFG}.")
     (home-page "https://www.libsdl.org/projects/SDL_mixer/")
     (license zlib)))
 
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38980: [PATCH] gnu: sdl-mixer: Describe runtime configuration.
  2020-01-06 11:06 [bug#38980] [PATCH] gnu: sdl-mixer: Describe runtime configuration Timotej Lazar
@ 2020-01-06 11:41 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-01-06 11:41 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 38980-done

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

Thanks!

Pushed to guix master as commit 769b96b62e8c09b078f73adc09fb860505920f8f.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-06 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 11:06 [bug#38980] [PATCH] gnu: sdl-mixer: Describe runtime configuration Timotej Lazar
2020-01-06 11:41 ` bug#38980: " Danny Milosavljevic

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.