From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: swh-plugins-lv2: New variable [WIP, v2] Date: Fri, 04 Nov 2016 12:12:03 +0100 Message-ID: <87h97na48s.fsf@elephly.net> References: <5664BA45.3080600@gmx.net> <5669891E.2070101@gmx.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]:37640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2cPz-0002AE-54 for guix-devel@gnu.org; Fri, 04 Nov 2016 07:12:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2cPu-0002Ip-79 for guix-devel@gnu.org; Fri, 04 Nov 2016 07:12:19 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21472) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2cPt-0002HZ-VV for guix-devel@gnu.org; Fri, 04 Nov 2016 07:12:14 -0400 In-reply-to: <5669891E.2070101@gmx.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: Florian Paul Schmidt Cc: guix-devel@gnu.org Hi Flo, > On 12/06/2015 11:44 PM, Florian Paul Schmidt wrote: >> Just pushing this out to get some feedback (I'll need to package more >> audio plugins and this might be a good start to talk about possible issues) > > Updated the patch, since it seems the other version didn't get submitted.. I’m so sorry for not noticing this email earlier! Shortly before the first anniversary of your patch I’ve rebased and updated it. There’s been a release since you submitted this, I switched to modify-phases syntax, added pkg-config to the native-inputs (because otherwise it wouldn’t find FFTW), moved libxslt to native-inputs, and changed “fftw” to “fftwf” (because that’s the library pkg-config actually looks for). Now the FFT plugins are built correctly as well. Pushed to master as 18f3d92b39faaa881c65e5838434059f2f8ced75. Thanks again for the patch and my apologies for not handling this earlier! ~~ Ricardo