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 ZynAddSubFX Date: Tue, 01 Sep 2015 23:32:00 +0200 Message-ID: <87si6xddwv.fsf@gnu.org> References: <87fv2z4btx.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]:59549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWtA0-0005FT-Nh for guix-devel@gnu.org; Tue, 01 Sep 2015 17:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWt9v-0002XL-Ot for guix-devel@gnu.org; Tue, 01 Sep 2015 17:32:08 -0400 In-Reply-To: <87fv2z4btx.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 31 Aug 2015 19:17:14 +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 3926ec4243d497438b080b83678b2bd05105024d Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 31 Aug 2015 17:33:56 +0200 > Subject: [PATCH 1/2] gnu: Add minixml. > > * gnu/packages/xml.scm (minixml): New variable. [...] > + (description > + "Mini-XML is a small XML library that you can use to read and write= XML > +and XML-like data files in your application without requiring large > +non-standard libraries. > + > +Mini-XML supports reading of UTF-8 and UTF-16 and writing of UTF-8 encod= ed XML > +files and strings. Data is stored in a linked-list tree structure, prese= rving > +the XML data hierarchy, and arbitrary element names, attributes, and att= ribute > +values are supported with no preset limits, just available memory.") Maybe something neutral? Like =E2=80=9CMini-XML is a small C library to re= ad and write XML files in UTF-8 and UTF-16.=E2=80=9D > + ;; LGPL 2.0 with additional exceptions for static linking > + (license license:lgpl2.0+))) 2.0 or later? OK with this/these change(s). > From 93385af3c66a35c7102229a49b571655145e5898 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 31 Aug 2015 17:34:28 +0200 > Subject: [PATCH 2/2] gnu: Add ZynAddSubFX. > > * gnu/packages/music.scm (zynaddsubfx): New variable. [...] > + (home-page "http://zynaddsubfx.sf.net/") > + (synopsis "Software synthesizer") > + (description > + "ZynAddSubFX is a feature heavy realtime software synthesizer.") You=E2=80=99ll have to expound a bit, I think. :-) Otherwise OK. (I like the name, BTW.) Ludo=E2=80=99.