From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 2/2] gnu: Add AlsaModularSynth. Date: Wed, 25 Feb 2015 23:03:28 +0100 Message-ID: <87twy9abtb.fsf@mango.localdomain> References: <1424552053-17323-1-git-send-email-rekado@elephly.net> <1424552053-17323-2-git-send-email-rekado@elephly.net> <878ufr6kf0.fsf@mango.localdomain> <87h9udbraa.fsf@mango.localdomain> <871tlexf9r.fsf@gnu.org> 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]:39439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQk3R-00023q-WD for guix-devel@gnu.org; Wed, 25 Feb 2015 17:03:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQk3R-0007vG-5x for guix-devel@gnu.org; Wed, 25 Feb 2015 17:03:41 -0500 In-reply-to: <871tlexf9r.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: >> From 79a6aa562688c02bd4c50035a971478a2f2331e1 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Sat, 21 Feb 2015 21:52:10 +0100 >> Subject: [PATCH 1/2] gnu: Add zita-alsa-pcmi. >> >> * gnu/packages/audio.scm (zita-alsa-pcmi): New variable. > > [...] > >> + (license license:gpl3))) > > GPLv3-only? No, the files in the tarball say "or later". Sorry about that. >> + (inputs >> + `(("alsa-lib" ,alsa-lib) >> + ("fftw" ,fftw) >> + ("jack" ,jack-1) >> + ("ladspa" ,ladspa) >> + ("liblo" ,liblo) >> + ("qt" ,qt-4) >> + ("zita-alsa-pcmi" ,zita-alsa-pcmi))) > > This one must be GPLv2+, otherwise there’d be problems combining it with > the first one. Indeed. Unfortunately, GPLv2-only is actually correct. The file headers all say ams is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. I contacted the author to ask if relicensing is an option, but it seems that at least two more authors are involved. Luckily, AMS could also be built against clalsadrv, the deprecated predecessor of zita-alsa-pcmi. I'll package that up and replace the input for alsa-modular-synth. ~~ Ricardo