From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: Add shntool. Date: Tue, 29 Dec 2015 19:56:28 -0500 Message-ID: <20151230005628.GB5737@jasmine> References: <4226347b7b8b1caeffcadde82a4f7245ae69ead5.1451280624.git.leo@famulari.name> <87ege4zvf0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aE544-0004Vn-Nx for guix-devel@gnu.org; Tue, 29 Dec 2015 19:56:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aE541-0001ZA-Jz for guix-devel@gnu.org; Tue, 29 Dec 2015 19:56:32 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:46028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aE541-0001Yw-H6 for guix-devel@gnu.org; Tue, 29 Dec 2015 19:56:29 -0500 Content-Disposition: inline In-Reply-To: <87ege4zvf0.fsf@gnu.org> 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: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Wed, Dec 30, 2015 at 12:28:51AM +0100, Ludovic Courtès wrote: > Leo Famulari skribis: > > > * gnu/packages/audio.scm (shntool): New variable. > > [...] > > > + (synopsis "Multi-purpose WAVE data utility") > > “WAVE audio data processing tool”? That is better. > > > + (description "shntool is a multi-purpose WAVE data processing and reporting > > +utility. File formats are abstracted from its core, so it can process any file > > +that contains WAVE data, compressed or not - provided there exists a format > ^^^ > Literally “---” (three hyphens), with no surrounding space, which > translates to an em dash in Texinfo. Done. > > OK with these changes! Pushed as 6819a8ddd6. > > Ludo’.