From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/3] gnu: Add libcue. Date: Wed, 21 Oct 2015 21:29:13 +0200 Message-ID: <87d1w881h2.fsf@gnu.org> References: <1445253649-1582-1-git-send-email-paul@denknerd.org> <1445253649-1582-2-git-send-email-paul@denknerd.org> 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]:48478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zoz4Y-00064E-ST for guix-devel@gnu.org; Wed, 21 Oct 2015 15:29:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zoz4V-0002vr-NS for guix-devel@gnu.org; Wed, 21 Oct 2015 15:29:18 -0400 In-Reply-To: <1445253649-1582-2-git-send-email-paul@denknerd.org> (Paul van der Walt's message of "Mon, 19 Oct 2015 13:20:48 +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: Paul van der Walt Cc: guix-devel@gnu.org Paul van der Walt skribis: > * gnu/packages/cdrom.scm (libcue): New variable. [...] > + (description "Libcue is intended to parse a so called cue sheet from= a > +char string or a file pointer. For handling of the parsed data a conven= ient > +API is available. What about: =E2=80=9CLibcue is C library to parse so-called @dfn{cue sheets= }, which contain meta-data for CD/DVD tracks. It provides an API to manipulate the data.=E2=80=9D > +This project is meant as a fork of cuetools by Svend Sorensen which saw = its > +last release in 02/2006.") I=E2=80=99d probably remove this paragraph.=20=20 OK with a change along these lines, thanks! Ludo=E2=80=99.