guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sdl-mixer: Describe runtime configuration.


From: guix-commits
Subject: branch master updated: gnu: sdl-mixer: Describe runtime configuration.
Date: Mon, 06 Jan 2020 06:40:42 -0500

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 769b96b  gnu: sdl-mixer: Describe runtime configuration.
769b96b is described below

commit 769b96b62e8c09b078f73adc09fb860505920f8f
Author: Timotej Lazar <address@hidden>
AuthorDate: Mon Jan 6 12:06:51 2020 +0100

    gnu: sdl-mixer: Describe runtime configuration.
    
    * gnu/packages/sdl.scm (sdl-mixer)[description]: Add information about 
runtime
    MIDI playback options.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 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 8072556..727a276 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)))
 



reply via email to

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