emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38980: closed ([PATCH] gnu: sdl-mixer: Describe runtime configuratio


From: GNU bug Tracking System
Subject: bug#38980: closed ([PATCH] gnu: sdl-mixer: Describe runtime configuration.)
Date: Mon, 06 Jan 2020 11:42:01 +0000

Your message dated Mon, 6 Jan 2020 12:41:00 +0100
with message-id <address@hidden>
and subject line Re: [bug#38980] [PATCH] gnu: sdl-mixer: Describe runtime 
configuration.
has caused the debbugs.gnu.org bug report #38980,
regarding [PATCH] gnu: sdl-mixer: Describe runtime configuration.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38980: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38980
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: sdl-mixer: Describe runtime configuration. Date: Mon, 6 Jan 2020 12:06:51 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38980] [PATCH] gnu: sdl-mixer: Describe runtime configuration. Date: Mon, 6 Jan 2020 12:41:00 +0100
Thanks!

Pushed to guix master as commit 769b96b62e8c09b078f73adc09fb860505920f8f.

Attachment: pgpNnKqU9C_og.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]