From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gnu: Add wildmidi. Date: Tue, 17 Feb 2015 17:03:20 -0500 Message-ID: <874mqk8ac7.fsf@netris.org> References: <1424068433-2600-1-git-send-email-iyzsong@gmail.com> 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]:36023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNqEe-000563-GF for guix-devel@gnu.org; Tue, 17 Feb 2015 17:03:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNqEb-000125-1B for guix-devel@gnu.org; Tue, 17 Feb 2015 17:03:16 -0500 Received: from world.peace.net ([50.252.239.5]:54331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNqEa-00011B-TI for guix-devel@gnu.org; Tue, 17 Feb 2015 17:03:12 -0500 In-Reply-To: <1424068433-2600-1-git-send-email-iyzsong@gmail.com> (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Mon, 16 Feb 2015 14:33:53 +0800") 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: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > * gnu/packages/midi.scm: New file. > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. The package looks good to me, with two caveats: * It might be better to put this in audio.scm for now. What do you think? * You mentioned in another thread (subject "Midi") that you hadn't tested it, and then Andreas reported that it didn't work. We should get it working before adding it. Thanks! Mark