From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add AlsaModularSynth. Date: Thu, 26 Feb 2015 18:08:56 +0100 Message-ID: <87lhjk61nb.fsf@gnu.org> 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> <87twy9abtb.fsf@mango.localdomain> 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]:50543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR1vq-0005TZ-PO for guix-devel@gnu.org; Thu, 26 Feb 2015 12:09:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR1vm-00017d-MY for guix-devel@gnu.org; Thu, 26 Feb 2015 12:09:02 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:55486) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR1vm-00017Z-J4 for guix-devel@gnu.org; Thu, 26 Feb 2015 12:08:58 -0500 In-Reply-To: <87twy9abtb.fsf@mango.localdomain> (Ricardo Wurmus's message of "Wed, 25 Feb 2015 23:03:28 +0100") 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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: [...] >>> + (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=E2=80=99d 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. OK. > 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. Good, thanks! Ludo=E2=80=99.