From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44163) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iV16Q-0000u0-Dt for guix-patches@gnu.org; Wed, 13 Nov 2019 17:27:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iV16O-0006QM-DT for guix-patches@gnu.org; Wed, 13 Nov 2019 17:27:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:51561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iV16M-0006PF-OW for guix-patches@gnu.org; Wed, 13 Nov 2019 17:27:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iV16M-0002MT-Kl for guix-patches@gnu.org; Wed, 13 Nov 2019 17:27:02 -0500 Subject: bug#38127: [PATCH] gnu: Add x42-plugins. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Marius Bakke In-Reply-To: References: <452ecadc3842a20e4e6c768649855525@posteo.net> <87a793l7do.fsf@devup.no> Date: Wed, 13 Nov 2019 23:26:20 +0100 Message-ID: <87pnhvifar.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alexandros Theodotou , 38127-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Alexandros Theodotou writes: >> > +audio and MIDI plugins that can also run as standalone JACK=20 >> > applications.") >> > + (home-page "https://x42-plugins.com/x42/") >> > + (license license:gpl2+))) >>=20 >> I notice in the FAQ that "Some binaries are provided as demo. A >> license/signature file is required to remove the evaluation >> restrictions". >>=20 >> If there are such binaries in the source tarball, they must be >> removed >> with a source 'snippet' to ensure 'guix build --source' contains only >> free software. > This tarball only contains sources and is specifically targeted at > distro packagers (see https://github.com/x42/x42-plugins). I believe > the binaries are provided as separate downloads on the website. OK, that's reassuring. Thanks for checking! > From 05ffc94c834f99b3cb56a9ebc97096958a07981e Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 10:54:00 +0000 > Subject: [PATCH] gnu: Add x42-plugins. > > * gnu/packages/music.scm: (x42-plugins): New variable. [...] > + (inputs > + `(("cairo" ,cairo) > + ("fftwf" ,fftwf) > + ("jack" ,jack-1) > + ("fftw" ,fftw) I removed 'fftw', since it appeared unused. Let me know if that was mistaken. I also sorted these alphabetically out of preference. Applied! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl3MgwwACgkQoqBt8qM6 VPoQ+wf+IfXzbt2Ci3BXEiwAVpJlG6zfouvTR1/1QwLhGFcjEH2xnZSYsCp6BaM9 sOaWNEMpSdKcyFeh+J7NTktl6utrnQ4pXbiAw46ninB2qtryhk0Uecu0D5bvBdE5 57MRc+xMXK877GYGwHgfxHK0Uy72Ovg2pDAcbtcBnjG4pZrgCgUsxSkI9CirXB1J 6vdROaKLyY5Q20iBGm0Z/hPIu6W+XlDmX2rDRNZqb5B97IndpMByADIcmTp+uFNP 6BCa42y0kG5d5ld+eNRtkNzwOyRyKlsUrEn7vg/pVtnDO3s3XqZbrcC3mC2BTbtB prwJnwnaJOvjaLN3pYXxuyDqu0C5rQ== =enmQ -----END PGP SIGNATURE----- --=-=-=--