From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add sfarklib & sfarkxtc Date: Fri, 26 Jun 2015 14:57:25 +0200 Message-ID: <87zj3m8w5m.fsf@gnu.org> References: <87k2uuz0n3.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8TCE-00021P-Qb for guix-devel@gnu.org; Fri, 26 Jun 2015 08:57:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8TCC-0000sy-4U for guix-devel@gnu.org; Fri, 26 Jun 2015 08:57:30 -0400 In-Reply-To: <87k2uuz0n3.fsf@elephly.net> (Ricardo Wurmus's message of "Tue, 23 Jun 2015 21:26:56 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > From bac01c1b64ed14fc1c26f35961f1c8fd29caabcb Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 23 Jun 2015 21:25:19 +0200 > Subject: [PATCH 1/2] gnu: Add sfarklib. > > * gnu/packages/compression.scm (sfarklib): New variable. [...] > + (home-page "https://github.com/raboof/sfArkLib") > + (synopsis "Library for SoundFont decompression") > + (description > + "Library for decompressing SoundFonts compressed with sfArk.") Try to add more details, like: SfArkLib is a $LANGUAGE library for decompressing $DATATYPE files in the SoundFont format compressed with the sfArk $KIND. > From 5618f7936ca27261265040dc59d2fba6ffbefd72 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Tue, 23 Jun 2015 21:25:57 +0200 > Subject: [PATCH 2/2] gnu: Add sfarkxtc. > > * gnu/packages/compression.scm (sfarkxtc): New variable. [...] > + (description "SfArk extractor converts SoundFonts in the legacy sfAr= k v2 > +file format to the sf2.") Likewise. OK with these changes! Ludo=E2=80=99.