From unknown Sun Sep 07 20:38:28 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#38980 <38980@debbugs.gnu.org> To: bug#38980 <38980@debbugs.gnu.org> Subject: Status: [PATCH] gnu: sdl-mixer: Describe runtime configuration. Reply-To: bug#38980 <38980@debbugs.gnu.org> Date: Mon, 08 Sep 2025 03:38:28 +0000 retitle 38980 [PATCH] gnu: sdl-mixer: Describe runtime configuration. reassign 38980 guix-patches submitter 38980 Timotej Lazar severity 38980 normal tag 38980 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 06 06:07:54 2020 Received: (at submit) by debbugs.gnu.org; 6 Jan 2020 11:07:54 +0000 Received: from localhost ([127.0.0.1]:45189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQEj-000775-QZ for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:07:54 -0500 Received: from lists.gnu.org ([209.51.188.17]:33121) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQEj-00076z-3D for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:07:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53793) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioQEh-0004g8-Jc for guix-patches@gnu.org; Mon, 06 Jan 2020 06:07:52 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioQEg-00064G-Cs for guix-patches@gnu.org; Mon, 06 Jan 2020 06:07:51 -0500 Received: from araneo.si ([90.157.193.204]:41262) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ioQEf-00062w-Qj for guix-patches@gnu.org; Mon, 06 Jan 2020 06:07:50 -0500 Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id da11255d for ; Mon, 6 Jan 2020 11:07:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=5JP7luQPIcZ/EmIchHHv1hb/2ZU=; b=g3OSyU+43uePOfpV /sg1DcEJNINOeUeK7zzxfl89lZSpPjCFbJIRJnqmghFL6/62YbJt1Q/y8WJK7PJr ikqeu3G74S4L6dQKWLUp3ENtUv8cJ+HvGo5l4dahA8UaPnCOFarL+8QZUgIifPk+ IHQQCENvblFopobQBtTTxx2TdX0y65XuTu/wvd2pDXchOqnCGsQE1l7jAYenC6eH hjZVCp+jwDawyOqh9UstqDfbJi4GFVRcP6Jfkd0udDrO7/RzNTA3gmaa1tGOja3A HsbDaqBbLx1Q4io5MAStPveHUlaAVOJb6SLf1RudOp1F8lQezxb2DJXBIUsKCVUT 7He7pw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 32a3cee7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 6 Jan 2020 11:07:46 +0000 (UTC) From: Timotej Lazar To: guix-patches@gnu.org Subject: [PATCH] gnu: sdl-mixer: Describe runtime configuration. Date: Mon, 6 Jan 2020 12:06:51 +0100 Message-Id: <20200106110651.3375-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 90.157.193.204 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Timotej Lazar X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 06 06:41:07 2020 Received: (at 38980-done) by debbugs.gnu.org; 6 Jan 2020 11:41:07 +0000 Received: from localhost ([127.0.0.1]:45266 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQkt-00085M-4w for submit@debbugs.gnu.org; Mon, 06 Jan 2020 06:41:07 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:39932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ioQkp-00085A-Ty for 38980-done@debbugs.gnu.org; Mon, 06 Jan 2020 06:41:05 -0500 Received: from localhost (unknown [185.17.13.127]) by dd26836.kasserver.com (Postfix) with ESMTPSA id DC23E3365231; Mon, 6 Jan 2020 12:41:01 +0100 (CET) Date: Mon, 6 Jan 2020 12:41:00 +0100 From: Danny Milosavljevic To: Timotej Lazar Subject: Re: [bug#38980] [PATCH] gnu: sdl-mixer: Describe runtime configuration. Message-ID: <20200106124100.65288a90@scratchpost.org> In-Reply-To: <20200106110651.3375-1-timotej.lazar@araneo.si> References: <20200106110651.3375-1-timotej.lazar@araneo.si> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/Pzkn9oHYM39u.pf4ChSxOfL"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38980-done Cc: 38980-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --Sig_/Pzkn9oHYM39u.pf4ChSxOfL Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Thanks! Pushed to guix master as commit 769b96b62e8c09b078f73adc09fb860505920f8f. --Sig_/Pzkn9oHYM39u.pf4ChSxOfL Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl4THMwACgkQ5xo1VCww uqUt3AgAi9hC8LrIDSOq78cMocyVPHFYjy+WjLSg2L6SgnsxOGMIml4M5BP2eel0 gSgkpiOqkDffidxQPVhN+D4fiaqwWwV/oOY1fIBcWx85oXcfXmVtLZkkKow3YM1A wHumMfeORs00x5dSpHa4bN+eX0cBspADv3NJm3rZfDlkl6Iu+Hee/IYfQNKRzHS9 TMontSt4uGd0zlspdgxiYmw2En+mq2GR7zl1dgSKfB9cT+CviUxH8lkExuKuyo4P 5WW6lhQg8a3fSe7MiHnM+3Er+3/gyZKoOTZX20y7Ob5ZTDnd46bZnwIPfrErjufY UqSQaTHb78b9FVZuyLkz0MYlsg/xlQ== =+bBA -----END PGP SIGNATURE----- --Sig_/Pzkn9oHYM39u.pf4ChSxOfL-- From unknown Sun Sep 07 20:38:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 03 Feb 2020 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator