From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41726) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwCa3-000218-SE for guix-patches@gnu.org; Mon, 27 Jan 2020 17:10:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwCa2-0007Wg-Pp for guix-patches@gnu.org; Mon, 27 Jan 2020 17:10:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53183) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwCa2-0007WZ-NJ for guix-patches@gnu.org; Mon, 27 Jan 2020 17:10:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwCa2-0004tu-Hi for guix-patches@gnu.org; Mon, 27 Jan 2020 17:10:02 -0500 Subject: [bug#39038] [PATCH 1/2] gnu: Add zrythm. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <7e6141c7b4268f031e07ab7aa6b69590ab2665aa.camel@zrythm.org> Date: Mon, 27 Jan 2020 23:09:50 +0100 In-Reply-To: <7e6141c7b4268f031e07ab7aa6b69590ab2665aa.camel@zrythm.org> (Alexandros Theodotou's message of "Wed, 08 Jan 2020 14:34:32 +0000") Message-ID: <874kwgft5d.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alexandros Theodotou Cc: 39038@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Alexandros, Alexandros Theodotou skribis: > From 601bfb7e9c9efb13d8218fc35f09da70649e8513 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Wed, 8 Jan 2020 14:26:45 +0000 > Subject: [PATCH 1/2] gnu: Add libaudec. > > * gnu/packages/audio.scm (libaudec): New variable. Applied with the cosmetic changes below. Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index ce0c7d61ae..c0fb800193 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -4035,9 +4035,8 @@ in the package.") (native-inputs `(("pkg-config", pkg-config))) (synopsis "Library for reading and resampling audio files") - (description "libaudec is a wrapper library over -ffmpeg, sndfile and libsamplerate for reading and -resampling audio files, based on Robin Gareus' `audio_decoder` -code.") + (description "libaudec is a wrapper library over ffmpeg, sndfile and +libsamplerate for reading and resampling audio files, based on Robin Gareus' +@code{audio_decoder} code.") (home-page "https://git.zrythm.org/cgit/libaudec") (license license:agpl3+))) --=-=-=--