[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] gnu: Add AlsaModularSynth.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 2/2] gnu: Add AlsaModularSynth. |
Date: |
Thu, 26 Feb 2015 18:08:56 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Ricardo Wurmus <address@hidden> skribis:
> Ludovic Courtès 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’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.
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’.