From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add portmidi (and add MIDI support to frescobaldi) Date: Sun, 1 May 2016 16:30:51 -0400 Message-ID: <20160501203051.GC7127@jasmine> References: <87oa8uyhkn.fsf@elephly.net> 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]:43573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awy1N-0005Im-LE for guix-devel@gnu.org; Sun, 01 May 2016 16:31:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awy1B-0000mQ-Um for guix-devel@gnu.org; Sun, 01 May 2016 16:31:12 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:45820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awy19-0000jd-Mq for guix-devel@gnu.org; Sun, 01 May 2016 16:31:05 -0400 Content-Disposition: inline In-Reply-To: <87oa8uyhkn.fsf@elephly.net> 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: Ricardo Wurmus Cc: guix-devel 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?