From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 08 05:57:35 2019 Received: (at submit) by debbugs.gnu.org; 8 Nov 2019 10:57:35 +0000 Received: from localhost ([127.0.0.1]:44845 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iT1xK-0008J8-PC for submit@debbugs.gnu.org; Fri, 08 Nov 2019 05:57:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:45695) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iT1xG-0008Iy-2n for submit@debbugs.gnu.org; Fri, 08 Nov 2019 05:57:29 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55808) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT1xA-0001MB-V2 for guix-patches@gnu.org; Fri, 08 Nov 2019 05:57:25 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_MED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT1x7-0001jk-LZ for guix-patches@gnu.org; Fri, 08 Nov 2019 05:57:20 -0500 Received: from mout02.posteo.de ([185.67.36.142]:58143) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iT1vp-00018G-SL for guix-patches@gnu.org; Fri, 08 Nov 2019 05:57:17 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E867B240108 for ; Fri, 8 Nov 2019 11:55:54 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 478cd55HG5z6tmH for ; Fri, 8 Nov 2019 11:55:53 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Fri, 08 Nov 2019 11:55:53 +0100 From: Alexandros Theodotou To: Guix patches Subject: [PATCH] gnu: Add x42-plugins. Message-ID: <452ecadc3842a20e4e6c768649855525@posteo.net> X-Sender: alex@zrythm.org User-Agent: Posteo Webmail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.142 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) NOTE: this patch depends on https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38121 and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38126 From ee2e983068b3dd11aaed7c703388904749e77a44 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. --- gnu/packages/music.scm | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index a30765e87f..a6caf4d0ff 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -24,6 +24,7 @@ ;;; Copyright =C2=A9 2019 Jakob L. Kreuze ;;; Copyright =C2=A9 2019 raingloom ;;; Copyright =C2=A9 2019 David Wilson +;;; Copyright =C2=A9 2019 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -4699,3 +4700,57 @@ You can also get metadata about the playing track=20 such as the artist and title for integration into status line generators or other command-line=20 tools.") (home-page "https://github.com/altdesktop/playerctl") (license license:lgpl3+))) + +(define-public x42-plugins + (package + (name "x42-plugins") + (version "20191013") + (source + (origin + (method url-fetch) + (uri (string-append + "http://gareus.org/misc/x42-plugins/x42-plugins-" + version ".tar.xz")) + (sha256 + (base32 + "18kn1bmc0s6dp834kc51ibifzzn3bxwya4p8s8yq9f4mpmkghi24")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; no "check" target + #:make-flags + (list (string-append "PREFIX=3D" (assoc-ref %outputs "out")) + "LIBZITACONVOLVER=3D-lzita-convolver" + (string-append + "FONTFILE=3D" (assoc-ref %build-inputs "font-dejavu") + "/share/fonts/truetype/DejaVuSans-Bold.ttf")) + #:phases + (modify-phases %standard-phases + (add-before 'build 'set-CC-variable + (lambda _ (setenv "CC" "gcc") #t)) + (delete 'configure)))) + (inputs + `(("cairo" ,cairo) + ("fftwf" ,fftwf) + ("jack" ,jack-1) + ("fftw" ,fftw) + ("ftgl" ,ftgl) + ("glib" ,glib) + ("glibc" ,glibc) + ("glu" ,glu) + ("hicolor-icon-theme" ,hicolor-icon-theme) + ("libsamplerate" ,libsamplerate) + ("libx11" ,libx11) + ("libltc" ,libltc) + ("pango" ,pango) + ("zita-convolver" ,zita-convolver))) + (native-inputs + `(("help2man" ,help2man) + ("liblo" ,liblo) + ("lv2" ,lv2) + ("font-dejavu" ,font-dejavu) + ("pkg-config" ,pkg-config))) + (synopsis "Collection of LV2/JACK audio/MIDI processing plugins") + (description "x42-plugins is a collection of over 80 cross-platform=20 LV2 +audio and MIDI plugins that can also run as standalone JACK=20 applications.") + (home-page "https://x42-plugins.com/x42/") + (license license:gpl2+))) --=20 2.24.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 10 17:00:20 2019 Received: (at 38127) by debbugs.gnu.org; 10 Nov 2019 22:00:20 +0000 Received: from localhost ([127.0.0.1]:52765 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTvFn-00071z-9y for submit@debbugs.gnu.org; Sun, 10 Nov 2019 17:00:19 -0500 Received: from wout5-smtp.messagingengine.com ([64.147.123.21]:35319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTvFk-00071j-Oj for 38127@debbugs.gnu.org; Sun, 10 Nov 2019 17:00:13 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id BF85048E; Sun, 10 Nov 2019 17:00:06 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Sun, 10 Nov 2019 17:00:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm1; bh=7+eGSCLRnxGa7gy3bJXBcZ8Pux bRBkApxHUKYS0r2dA=; b=eMtyNTpjXk+mR0cF1XAe+nvdOW/r8zQlcILIEgmvjG N5/reix6tLIs0cpqV/JOSA01OOVJ7+dc7xLYfxnZLxqqbsscPlluewHwzh2gEFMN 8lctqap7K5V8gTKqHbREL74Cg2c/yO1m/LLLTM/21/9L19MS/q/oMNYf+pDDEFWZ 5+RYK+eZDm9XD9P7dh7POZ8Tq5toxPwAK9b4yPseNbP160bNQL5xywOCAIn/p27l boc8bGoo3pQgUZV/J3yCjc0RhzoV52LerytRH4MdXGSg7PwXLpz/GnvkNwFo/7d0 tDtjTlLo1TR7i4LW3VqMeZhoDoaJcEKVt+8PNteYr+Ww== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=7+eGSC LRnxGa7gy3bJXBcZ8PuxbRBkApxHUKYS0r2dA=; b=ukQM5/9BgGoexoExcutK2m 2YZJDDmRrXx0QF1yEW8gylPwEAywQXP9uJMwGynv/E+fsC5FAbiX+HkeCaGJyINj 08njHUXzpzP7Db9gjxcSrGYC1eSdPn5BCh8YrRxSBf4caEdn4Gjz/Np2UK3Iv7sU hRputDCa+9OIr14E5sOh913fl9r1wGJaIGY9slRLhNVrQG3fMthXCOMzhoP7KwTt 1i5U99a4OwclLkrkt9H1R2RxR7JOpm2tyqkbB8k4J46/DavtgviZ1siT43XzOd0K fHAqnEXkean6rVvb7Dy88AO79MecQXNhxSR2kFcSWkWj2v3OfrV+5MSY9J2+gNrA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedruddvhedgudehlecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffujghffgffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhi uhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghilhdrtghomheqnecuffhomh grihhnpeiggedvqdhplhhughhinhhsrdgtohhmpdhgnhhurdhorhhgnecukfhppeekgedr hedvrddvvdeirddutddvnecurfgrrhgrmhepmhgrihhlfhhrohhmpehmsggrkhhkvgesfh grshhtmhgrihhlrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (84-52-226.102.3p.ntebredband.no [84.52.226.102]) by mail.messagingengine.com (Postfix) with ESMTPA id 1EB8F3060074; Sun, 10 Nov 2019 17:00:05 -0500 (EST) From: Marius Bakke To: Alexandros Theodotou , 38127@debbugs.gnu.org Subject: Re: [bug#38127] [PATCH] gnu: Add x42-plugins. In-Reply-To: <452ecadc3842a20e4e6c768649855525@posteo.net> References: <452ecadc3842a20e4e6c768649855525@posteo.net> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Sun, 10 Nov 2019 23:00:03 +0100 Message-ID: <87a793l7do.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38127 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Alexandros Theodotou writes: > NOTE: this patch depends on > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38121 and > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38126 > From ee2e983068b3dd11aaed7c703388904749e77a44 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. The patch LGTM overall, but indentation seems to be off. Can you run this through "./etc/indent-code.el"? [...] > + (synopsis "Collection of LV2/JACK audio/MIDI processing plugins") > + (description "x42-plugins is a collection of over 80 cross-platform= =20 > LV2 > +audio and MIDI plugins that can also run as standalone JACK=20 > applications.") > + (home-page "https://x42-plugins.com/x42/") > + (license license:gpl2+))) I notice in the FAQ that "Some binaries are provided as demo. A license/signature file is required to remove the evaluation restrictions". 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl3IiGMACgkQoqBt8qM6 VPqj8Af/fXhbg4Lkx1lt/UJQzPjVNTpnZQgA+BrbjwU6IffJYGc3NQ4S0r57tRNC J88IeL35ZGADTAjeVcZtDFNgEmbKzQMdpbYiShxXZM7xEp0HGU1VIyFk0xJKOUUC L3XIkAKdZqc+HaelXtMQ6FUPxHVpjg90RWJ/vLzlaoEHi/5QempeWRubVK8paUij pR1EjWMrovVjm40cJumYs9hRsGM/kSpQS2q2mJEfgqnD+VNpxKSiNj9YKiArV9IO 0JDOW2pija3n7cHO+qmdabsGoy/LfoirSBjAF5Nyob47FS5tYz2JX97HGGymQL2L RoyWTJF52TOV7B057AOlyaLorMPmJQ== =MzV1 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Nov 10 20:53:17 2019 Received: (at 38127) by debbugs.gnu.org; 11 Nov 2019 01:53:17 +0000 Received: from localhost ([127.0.0.1]:52899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTytJ-0004EJ-AZ for submit@debbugs.gnu.org; Sun, 10 Nov 2019 20:53:17 -0500 Received: from mout02.posteo.de ([185.67.36.142]:41433) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTytE-0004E2-VV for 38127@debbugs.gnu.org; Sun, 10 Nov 2019 20:53:16 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 818E22400FB for <38127@debbugs.gnu.org>; Mon, 11 Nov 2019 02:53:06 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47BDRP1cg1z9rxH; Mon, 11 Nov 2019 02:53:04 +0100 (CET) Message-ID: Subject: Re: [bug#38127] [PATCH] gnu: Add x42-plugins. From: Alexandros Theodotou To: Marius Bakke , 38127@debbugs.gnu.org Date: Mon, 11 Nov 2019 01:53:02 +0000 In-Reply-To: <87a793l7do.fsf@devup.no> References: <452ecadc3842a20e4e6c768649855525@posteo.net> <87a793l7do.fsf@devup.no> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-moxqAm/i+6xnMj1umLvF" User-Agent: Evolution 3.30.5 MIME-Version: 1.0 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38127 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-moxqAm/i+6xnMj1umLvF Content-Type: multipart/mixed; boundary="=-Y89NcXDjanQJcKkwubn5" --=-Y89NcXDjanQJcKkwubn5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thanks for the pointers! > The patch LGTM overall, but indentation seems to be off. Can you run > this through "./etc/indent-code.el"? That script gives me weird indentation that I don't see in any packages, like: (define-public dpf-plugins (package (name ^ missing space Hopefully the updated patch looks better, I tried to match the other packages in music.scm. > > +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. --=-Y89NcXDjanQJcKkwubn5 Content-Disposition: attachment; filename="0001-gnu-Add-x42-plugins.patch" Content-Transfer-Encoding: base64 Content-Type: text/x-patch; name="0001-gnu-Add-x42-plugins.patch"; charset="UTF-8" RnJvbSAwNWZmYzk0YzgzNGY5OWIzY2I1NmE5ZWJjOTcwOTY5NThhMDc5ODFlIE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBBbGV4YW5kcm9zIFRoZW9kb3RvdSA8YWxleEB6cnl0aG0ub3Jn PgpEYXRlOiBGcmksIDggTm92IDIwMTkgMTA6NTQ6MDAgKzAwMDAKU3ViamVjdDogW1BBVENIXSBn bnU6IEFkZCB4NDItcGx1Z2lucy4KCiogZ251L3BhY2thZ2VzL211c2ljLnNjbTogKHg0Mi1wbHVn aW5zKTogTmV3IHZhcmlhYmxlLgotLS0KIGdudS9wYWNrYWdlcy9tdXNpYy5zY20gfCA1NSArKysr KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysKIDEgZmlsZSBjaGFuZ2VkLCA1 NSBpbnNlcnRpb25zKCspCgpkaWZmIC0tZ2l0IGEvZ251L3BhY2thZ2VzL211c2ljLnNjbSBiL2du dS9wYWNrYWdlcy9tdXNpYy5zY20KaW5kZXggMmYwMjM2ODVkZi4uNWVmZGFlMzFlNCAxMDA2NDQK LS0tIGEvZ251L3BhY2thZ2VzL211c2ljLnNjbQorKysgYi9nbnUvcGFja2FnZXMvbXVzaWMuc2Nt CkBAIC00NzM3LDMgKzQ3MzcsNTggQEAgZm9yIGludGVncmF0aW9uIGludG8gc3RhdHVzIGxpbmUg Z2VuZXJhdG9ycyBvciBvdGhlciBjb21tYW5kLWxpbmUgdG9vbHMuIikKIGVmZmVjdHMuICBJdCBj b250YWlucyBhIGJpdGNydXNoZXIsIGRlbGF5LCBkaXN0b3J0aW9uLCBlcXVhbGl6ZXIsIGNvbXBy ZXNzb3IsCiBhbmQgcmV2ZXJiLiIpCiAgICAgKGxpY2Vuc2UgbGljZW5zZTpncGwyKykpKQorCiso ZGVmaW5lLXB1YmxpYyB4NDItcGx1Z2lucworICAocGFja2FnZQorICAgIChuYW1lICJ4NDItcGx1 Z2lucyIpCisgICAgKHZlcnNpb24gIjIwMTkxMDEzIikKKyAgICAoc291cmNlCisgICAgICAob3Jp Z2luCisgICAgICAgIChtZXRob2QgdXJsLWZldGNoKQorICAgICAgICAodXJpCisgICAgICAgICAg KHN0cmluZy1hcHBlbmQgImh0dHA6Ly9nYXJldXMub3JnL21pc2MveDQyLXBsdWdpbnMveDQyLXBs dWdpbnMtIgorICAgICAgICAgICAgICAgICAgICAgICAgIHZlcnNpb24gIi50YXIueHoiKSkKKyAg ICAgICAgKHNoYTI1NgorICAgICAgICAgIChiYXNlMzIKKyAgICAgICAgICAgICIxOGtuMWJtYzBz NmRwODM0a2M1MWliaWZ6em4zYnh3eWE0cDhzOHlxOWY0bXBta2doaTI0IikpKSkKKyAgICAoYnVp bGQtc3lzdGVtIGdudS1idWlsZC1zeXN0ZW0pCisgICAgKGFyZ3VtZW50cworICAgICBgKCM6dGVz dHM/ICNmICA7IG5vICJjaGVjayIgdGFyZ2V0CisgICAgICAgIzptYWtlLWZsYWdzCisgICAgICAg KGxpc3QgKHN0cmluZy1hcHBlbmQgIlBSRUZJWD0iIChhc3NvYy1yZWYgJW91dHB1dHMgIm91dCIp KQorICAgICAgICAgICAgICJMSUJaSVRBQ09OVk9MVkVSPS1seml0YS1jb252b2x2ZXIiCisgICAg ICAgICAgICAgKHN0cmluZy1hcHBlbmQgIkZPTlRGSUxFPSIKKyAgICAgICAgICAgICAgICAgICAg ICAgICAgICAoYXNzb2MtcmVmICVidWlsZC1pbnB1dHMgImZvbnQtZGVqYXZ1IikKKyAgICAgICAg ICAgICAgICAgICAgICAgICAgICAiL3NoYXJlL2ZvbnRzL3RydWV0eXBlL0RlamFWdVNhbnMtQm9s ZC50dGYiKSkKKyAgICAgICAjOnBoYXNlcworICAgICAgIChtb2RpZnktcGhhc2VzICVzdGFuZGFy ZC1waGFzZXMKKyAgICAgICAgIChhZGQtYmVmb3JlICdidWlsZCAnc2V0LUNDLXZhcmlhYmxlCisg ICAgICAgICAgIChsYW1iZGEgXworICAgICAgICAgICAgIChzZXRlbnYgIkNDIiAiZ2NjIikKKyAg ICAgICAgICAgICAjdCkpCisgICAgICAgICAoZGVsZXRlICdjb25maWd1cmUpKSkpCisgICAgKGlu cHV0cworICAgICBgKCgiY2Fpcm8iICxjYWlybykKKyAgICAgICAoImZmdHdmIiAsZmZ0d2YpCisg ICAgICAgKCJqYWNrIiAsamFjay0xKQorICAgICAgICgiZmZ0dyIgLGZmdHcpCisgICAgICAgKCJm dGdsIiAsZnRnbCkKKyAgICAgICAoImdsaWIiICxnbGliKQorICAgICAgICgiZ2x1IiAsZ2x1KQor ICAgICAgICgiaGljb2xvci1pY29uLXRoZW1lIiAsaGljb2xvci1pY29uLXRoZW1lKQorICAgICAg ICgibGlic2FtcGxlcmF0ZSIgLGxpYnNhbXBsZXJhdGUpCisgICAgICAgKCJsaWJ4MTEiICxsaWJ4 MTEpCisgICAgICAgKCJsaWJsdGMiICxsaWJsdGMpCisgICAgICAgKCJwYW5nbyIgLHBhbmdvKQor ICAgICAgICgieml0YS1jb252b2x2ZXIiICx6aXRhLWNvbnZvbHZlcikpKQorICAgIChuYXRpdmUt aW5wdXRzCisgICAgIGAoKCJoZWxwMm1hbiIgLGhlbHAybWFuKQorICAgICAgICgibGlibG8iICxs aWJsbykKKyAgICAgICAoImx2MiIgLGx2MikKKyAgICAgICAoImZvbnQtZGVqYXZ1IiAsZm9udC1k ZWphdnUpCisgICAgICAgKCJwa2ctY29uZmlnIiAscGtnLWNvbmZpZykpKQorICAgIChzeW5vcHNp cyAiQ29sbGVjdGlvbiBvZiBMVjIvSkFDSyBhdWRpby9NSURJIHByb2Nlc3NpbmcgcGx1Z2lucyIp CisgICAgKGRlc2NyaXB0aW9uICJ4NDItcGx1Z2lucyBpcyBhIGNvbGxlY3Rpb24gb2Ygb3ZlciA4 MCBjcm9zcy1wbGF0Zm9ybSBMVjIKK2F1ZGlvIGFuZCBNSURJIHBsdWdpbnMgdGhhdCBjYW4gYWxz byBydW4gYXMgc3RhbmRhbG9uZSBKQUNLIGFwcGxpY2F0aW9ucy4iKQorICAgIChob21lLXBhZ2Ug Imh0dHBzOi8veDQyLXBsdWdpbnMuY29tL3g0Mi8iKQorICAgIChsaWNlbnNlIGxpY2Vuc2U6Z3Bs MispKSkKLS0gCjIuMjQuMAoK --=-Y89NcXDjanQJcKkwubn5-- --=-moxqAm/i+6xnMj1umLvF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEESBMjhK0999huJUuDAi6uQjE9cPMFAl3Ivv4ACgkQAi6uQjE9 cPMiTQgApRWNAGTZz5Jf8nkZj6kR1WdzaBL66/lU3zZuTEd0LrRn5+jZzr4+pnsy bLpuJHfuF8B4wVNi/PQHFbrk6mRfRmIPBSS9hl3I5y+k72AfBY/2g+oYh9DDpjt7 aUkMDx1Npt9bIgvnwe2x3RB53JpJPe0a5ks3hCGagRmjb++uhl0J0OmTKI7EGFdv 85FzNKGu5/CaV8mdasokCE/XYVVFE5UfhDSFjzCqWqQXHWjNgWZmNyYQHEbs5qXy i66PTQYZUQOv3N8ZUo+U+RQNFbFfrYq4Y8K90gXv/rxa9S7G0U7ld+3a+9awObtg Gq9fJWPlNsZ7V1g/S88GIk3er/OV/g== =TYOA -----END PGP SIGNATURE----- --=-moxqAm/i+6xnMj1umLvF-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 13 17:26:29 2019 Received: (at 38127-done) by debbugs.gnu.org; 13 Nov 2019 22:26:29 +0000 Received: from localhost ([127.0.0.1]:60379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV15p-0002LV-Fq for submit@debbugs.gnu.org; Wed, 13 Nov 2019 17:26:29 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:46563) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iV15n-0002LI-Ra for 38127-done@debbugs.gnu.org; Wed, 13 Nov 2019 17:26:28 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id B7CAE221A9; Wed, 13 Nov 2019 17:26:22 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Wed, 13 Nov 2019 17:26:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm1; bh=rCysl8/54mqB9SBV9w52An58Rg 1gPF2h+9HCTPVvGvw=; b=A++OYnEmMxXWTSBzKdaYXVaW3MPHtkk6rqoe6lbhvp tKmereYZkk/gs9+YK5FNnl/QsyB/LnQrYtCOkb6zbugJIJz0KvK2pshe8mnXIC49 WwU8l5nJ3OIvdDWqd+pmRO88WHp47mksyGT4ZjrG/fFDXYhU+/MDkJxE19G9EGFv GzpvDSNi3AeZt+6zP4MZP81BONSk5D8ZqXRj2Tw8GT/HjBnyXDlXB8kCei/qBipB dQsJTMkkMd4ZtADde8juUIqQ7BX+8fPmNf54fuH8JuJNDmaM4/GEygM2c6dL/zT0 dPYTkycm482NAucH03L2WL8qczJKeWNdsG+4gzajYs8g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=rCysl8 /54mqB9SBV9w52An58Rg1gPF2h+9HCTPVvGvw=; b=pf9IbauIsuzWsLgpTCa0hY ENKmkGIro280PLKRvfE7hTJQGjng1OznISaqkI7EPtEf0srcdJBZ4SIodPNecIV+ KedFPOReomSI8exSuiuOQz4XSirIMEqwiFeNoXPIqWcWiFsCj4uphZLrnUxde0uM 6n+gQo8xI+eXdz4dnFfWvxiGlIOSZBN43QqYEFgcKKEHC60y/7z2hZqgV4+uKgaZ 4Dn8HdR3DWsoro6wvRF8omYMTGu0BDtLPvPGIi1CP5wD0yjo0DRLCd6XoQuDsU6p uYNsTgg7V5+6T0GfR890StEGTNkHLywu7dtZ1UwWSm3vbc2Xz9IbtQh/QY5apJ/w == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudefuddgudeigecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffujghffgffkfggtgesghdtreertdertdenucfhrhhomhepofgrrhhi uhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghsthhmrghilhdrtghomheqnecuffhomh grihhnpeiggedvqdhplhhughhinhhsrdgtohhmpdhgihhthhhusgdrtghomhenucfkphep iedvrdduiedrudelvddrudehtdenucfrrghrrghmpehmrghilhhfrhhomhepmhgsrghkkh gvsehfrghsthhmrghilhdrtghomhenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from localhost (ti0006q161-0149.bb.online.no [62.16.192.150]) by mail.messagingengine.com (Postfix) with ESMTPA id 343C98005C; Wed, 13 Nov 2019 17:26:22 -0500 (EST) From: Marius Bakke To: Alexandros Theodotou , 38127-done@debbugs.gnu.org Subject: Re: [bug#38127] [PATCH] gnu: Add x42-plugins. In-Reply-To: References: <452ecadc3842a20e4e6c768649855525@posteo.net> <87a793l7do.fsf@devup.no> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) 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" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38127-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-=-= 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----- --=-=-=-- From unknown Tue Jun 24 19:11:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 12 Dec 2019 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator