From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add portmidi (and add MIDI support to frescobaldi) Date: Mon, 02 May 2016 19:56:38 +0200 Message-ID: <87eg9kwdgp.fsf@elephly.net> References: <87oa8uyhkn.fsf@elephly.net> <20160501203051.GC7127@jasmine> 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]:37226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axI5s-0000sA-6z for guix-devel@gnu.org; Mon, 02 May 2016 13:57:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axI5g-0004uy-IZ for guix-devel@gnu.org; Mon, 02 May 2016 13:57:10 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:24175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axI5g-0004sP-1N for guix-devel@gnu.org; Mon, 02 May 2016 13:57:04 -0400 In-reply-to: <20160501203051.GC7127@jasmine> 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" To: Leo Famulari Cc: guix-devel Leo Famulari writes: > On Wed, Apr 27, 2016 at 09:31:20PM +0200, Ricardo Wurmus wrote: >> these patches add MIDI support to Frescobaldi via portmidi. I took a >> patch from Gentoo to break apart the portmidi build, so that we can >> disable the Java parts and cleanly disable the tests which fail to link >> (possibly because they are linked before “-lportmidi” is available). > > Can you add a similar explanation of the patch in a comment in the > patch? I’ve added an explanation to the patch. I’ll push the three commits in a moment. Thanks for checking! ~~ Ricardo