From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 16 06:44:02 2024 Received: (at submit) by debbugs.gnu.org; 16 Aug 2024 10:44:02 +0000 Received: from localhost ([127.0.0.1]:51742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1seuR7-00078A-S0 for submit@debbugs.gnu.org; Fri, 16 Aug 2024 06:44:02 -0400 Received: from lists.gnu.org ([209.51.188.17]:58080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1seuR6-00077o-5r for submit@debbugs.gnu.org; Fri, 16 Aug 2024 06:44:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1seuQU-0004hJ-2D for guix-patches@gnu.org; Fri, 16 Aug 2024 06:43:22 -0400 Received: from mail.w13.tutanota.de ([185.205.69.213]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1seuQS-00074T-6y for guix-patches@gnu.org; Fri, 16 Aug 2024 06:43:21 -0400 Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id D38D815FE4D2 for ; Fri, 16 Aug 2024 12:42:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1723804968; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=InQ8t34HYjPwo5jwlJfMrNXZSvwJtKUqYJUfR3F+eic=; b=FJkAB/rUWoZNhgCwAal9s50yMFokBFMvcJGZqMLL53crqhvjsurC4dgtE/E7OCDa FhVjvtqtiC8lcBbBHkBVPgCFEfjGXlI41oWE4aBVWn42lw4PmF0FT/4FnvH3KZbq7X8 xSqQESmXpNZ/zEfObDocPASizogsfoYqm7SD7KSYlE/kIisnJq5xQSmGFggJW4JYBzj bZhtH4AKdR/F2+QOzhCYBCzCQVmqBoeJgUY2vP+JpWcuAaAiyB1lPgsI5naPyDZP1Ls e6fG9eKnHSvW75N0q9U5hM0rYUoD4VamOCTCUy+ZzQ7mwBOOGbzoDDrsPua5RCDgnDY urvae8b3qA== Date: Fri, 16 Aug 2024 12:42:48 +0200 (CEST) From: Apoorv To: Guix Patches Message-ID: Subject: [PATCH] Add bitrot-plugins package MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_82991_162212020.1723804968862" Received-SPF: pass client-ip=185.205.69.213; envelope-from=apoorvs@tuta.io; helo=mail.w13.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) ------=_Part_82991_162212020.1723804968862 Content-Type: multipart/alternative; boundary="----=_Part_82992_429064753.1723804968862" ------=_Part_82992_429064753.1723804968862 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit This is a patch to add a new package, `bitrot-plugins` to `gnu/packages/music.scm`. -- Sent with Tuta; enjoy secure & ad-free emails: https://tuta.com ------=_Part_82992_429064753.1723804968862 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
This is a patch to add a new package, `bitrot-plugins` to `gnu/packages/music.scm`.

--
Sent with Tuta; enjoy secure & ad-free emails:
https://tuta.com
------=_Part_82992_429064753.1723804968862-- ------=_Part_82991_162212020.1723804968862 Content-Type: text/x-patch; charset=us-ascii; name=0012-Add-bitrot-plugins-package.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0012-Add-bitrot-plugins-package.patch >From c9ff439cb3fa982895e49f57408c1d41c5e63e86 Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Fri, 16 Aug 2024 15:36:25 +0530 Subject: [PATCH 12/13] Add bitrot-plugins package --- gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index d3e247bd10..5b89419b07 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -8549,6 +8549,34 @@ (define-public ykchorus well-known Japanese vintage analog synthesizers (You Know which).") (license license:gpl2)))) +(define-public bitrot-plugins + (let ((commit "06a72cd6cbe99b469e57a662cfb34e1cfe75e070") + (revision "0")) + (package + (name "bitrot-plugins") + (version (git-version "0.7" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/grejppi/bitrot") + (recursive? #t) + (commit commit))) + (sha256 + (base32 "0gfhy6a1cc8czrw2bq922b87584fbzpvwdzrl0vv3acda03z1f85")) + (file-name (git-file-name name version)))) + (build-system waf-build-system) + (arguments + `(#:configure-flags (list "--platform=linux64") + #:phases (modify-phases %standard-phases + ;; no check target + (delete 'check)))) + (home-page "https://github.com/grejppi/bitrot") + (synopsis "Audio effect plugins (LV2, VST2, LADSPA) for glitch effects") + (description + "Audio effect plugins (LV2, VST2, LADSPA) for glitch effects") + (license license:asl2.0)))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.45.2 ------=_Part_82991_162212020.1723804968862-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 04 05:22:55 2025 Received: (at 72665) by debbugs.gnu.org; 4 Feb 2025 10:22:55 +0000 Received: from localhost ([127.0.0.1]:42769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tfG51-00047Y-EY for submit@debbugs.gnu.org; Tue, 04 Feb 2025 05:22:55 -0500 Received: from mail.envs.net ([5.199.136.28]:35234) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tfG4z-00047P-Km for 72665@debbugs.gnu.org; Tue, 04 Feb 2025 05:22:54 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id A336638A3E7F; Tue, 4 Feb 2025 10:22:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZTThjr4wygtO; Tue, 4 Feb 2025 10:22:49 +0000 (UTC) Received: from localhost (unknown [112.44.101.157]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Tue, 4 Feb 2025 10:22:49 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f98c62a3; Tue, 4 Feb 2025 10:26:33 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Apoorv Subject: Re: [bug#72665] [PATCH] Add bitrot-plugins package In-Reply-To: (Apoorv's message of "Fri, 16 Aug 2024 12:42:48 +0200 (CEST)") References: Date: Tue, 04 Feb 2025 18:26:33 +0800 Message-ID: <87zfj2ovja.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 72665 Cc: 72665@debbugs.gnu.org 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.0 (-) Apoorv writes: > From: apoorv569 > Date: Fri, 16 Aug 2024 15:36:25 +0530 > Subject: [PATCH 12/13] Add bitrot-plugins package > > --- > gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm > index d3e247bd10..5b89419b07 100644 > --- a/gnu/packages/music.scm > +++ b/gnu/packages/music.scm > @@ -8549,6 +8549,34 @@ (define-public ykchorus > well-known Japanese vintage analog synthesizers (You Know which).") > (license license:gpl2)))) > > +(define-public bitrot-plugins > + (let ((commit "06a72cd6cbe99b469e57a662cfb34e1cfe75e070") > + (revision "0")) > + (package > + (name "bitrot-plugins") > + (version (git-version "0.7" revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/grejppi/bitrot") > + (recursive? #t) > + (commit commit))) I see there are some packages you sent both use DPF, can we build it as a shared library and unbundle DPF in each plugin package? > + (sha256 > + (base32 "0gfhy6a1cc8czrw2bq922b87584fbzpvwdzrl0vv3acda03z1f85")) > + (file-name (git-file-name name version)))) > + (build-system waf-build-system) > + (arguments > + `(#:configure-flags (list "--platform=linux64") Is this 'platform' argument actually needed? Not tried, but I think it's for cross-compile, and when not specified it should default to current one.. > + #:phases (modify-phases %standard-phases > + ;; no check target > + (delete 'check)))) > + (home-page "https://github.com/grejppi/bitrot") > + (synopsis "Audio effect plugins (LV2, VST2, LADSPA) for glitch effects") > + (description > + "Audio effect plugins (LV2, VST2, LADSPA) for glitch effects") Description should be a full sentence, ends with period. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 15 14:32:47 2025 Received: (at 72665) by debbugs.gnu.org; 15 Mar 2025 18:32:48 +0000 Received: from localhost ([127.0.0.1]:43522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ttWJT-0007wg-Ch for submit@debbugs.gnu.org; Sat, 15 Mar 2025 14:32:47 -0400 Received: from mail.w13.tutanota.de ([185.205.69.213]:46724) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ttWJP-0007wC-GT for 72665@debbugs.gnu.org; Sat, 15 Mar 2025 14:32:44 -0400 Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id 6557C6CFBC3F for <72665@debbugs.gnu.org>; Sat, 15 Mar 2025 19:32:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1742063556; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=T1cfkCbAEGrh6arj3IS7NQRqdbY5fbskmqJqrPVR/sA=; b=du7XsMpYotv4NvxiYoAWPFcBO2QPUzIDMrzrhJU6knabqa9errIot8I9/Empig1h zw6EmwPWawNRTvV2vfQ1WJyXqDMNgtTkO36YrANmvQLXh5tbWhgNV+2JtDuGjRsQiwN iZ6QmCfvyD1aZlEHTjDzW3NGvtjvCM9fO2IqshsQ7SLm/q6mBrsxOfRzYM/XMkOC/uQ BQELs4DI/Y27gH9IUkU9mF6BmG6BydqTVeoW4WJMct+KxrTBWZ2Y4frdqRs949w2QsW UWxT/wEKQD/+OTOAODuV3CKah7+Jeqfm8wgzJSrPMMkDxZnmzkj283qbXFe7nhMQ744 WfNvHrzgOQ== Date: Sat, 15 Mar 2025 19:32:36 +0100 (CET) From: Apoorv To: 72665 <72665@debbugs.gnu.org> Message-ID: Subject: RE: Add bitrot-plugins package MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_216598_1164244934.1742063556407" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 72665 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 (-) ------=_Part_216598_1164244934.1742063556407 Content-Type: multipart/alternative; boundary="----=_Part_216599_890421147.1742063556407" ------=_Part_216599_890421147.1742063556407 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Here is the updated patch. I could try to make dpf a separate package but pretty much every package that uses dpf as a submodule uses a different version/commit of it. -- Secured with Tuta Mail: https://tuta.com/free-email ------=_Part_216599_890421147.1742063556407 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
Here is the updated patch.

I could try to make dpf a separate package but pretty much every package that uses dpf as a submodule uses a different version/commit of it.

--
Secured with Tuta Mail:
------=_Part_216599_890421147.1742063556407-- ------=_Part_216598_1164244934.1742063556407 Content-Type: text/x-patch; charset=us-ascii; name=0001-Add-bitrot-plugins-package.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-Add-bitrot-plugins-package.patch >From 855135f15b6441f8803c307a16af47a14555c496 Mon Sep 17 00:00:00 2001 From: apoorv569 Date: Sun, 16 Mar 2025 00:00:12 +0530 Subject: [PATCH] Add bitrot-plugins package Change-Id: I79233a736387d91dd432c47891df16850104dbfa --- gnu/packages/music.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index abe2ed0749..d7d899ce90 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -540,6 +540,34 @@ (define-public bespokesynth @end enumerate") (license license:gpl3)))) +(define-public bitrot-plugins + (let ((commit "06a72cd6cbe99b469e57a662cfb34e1cfe75e070") + (revision "0")) + (package + (name "bitrot-plugins") + (version (git-version "0.7" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/grejppi/bitrot") + (recursive? #t) + (commit commit))) + (sha256 + (base32 "0gfhy6a1cc8czrw2bq922b87584fbzpvwdzrl0vv3acda03z1f85")) + (file-name (git-file-name name version)))) + (build-system waf-build-system) + (arguments + (list + #:phases (modify-phases %standard-phases + ;; no check target + (delete 'check)))) + (home-page "https://github.com/grejppi/bitrot") + (synopsis "Audio effect plugins (LV2, VST2, LADSPA) for glitch effects.") + (description "This is a collection of audio effect plugins +(LV2, VST2, LADSPA) for glitch effects.") + (license license:asl2.0)))) + (define-public gxplugins-lv2 (let ((commit "3a325270b99a41af5ca160e50278bd5469b697e8") (revision "0")) -- 2.48.1 ------=_Part_216598_1164244934.1742063556407--