From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 26 05:23:58 2021 Received: (at submit) by debbugs.gnu.org; 26 Oct 2021 09:23:59 +0000 Received: from localhost ([127.0.0.1]:45137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfIgS-0004q4-8i for submit@debbugs.gnu.org; Tue, 26 Oct 2021 05:23:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:38478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfIgP-0004pv-WA for submit@debbugs.gnu.org; Tue, 26 Oct 2021 05:23:50 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfIgL-00060r-Da for guix-patches@gnu.org; Tue, 26 Oct 2021 05:23:47 -0400 Received: from mout3.freenet.de ([2001:748:100:40::2:5]:33442) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfIgH-00038h-Cp for guix-patches@gnu.org; Tue, 26 Oct 2021 05:23:43 -0400 Received: from [195.4.92.121] (helo=sub2.freenet.de) by mout3.freenet.de with esmtpa (ID t_w_@01019freenet.de) (port 25) (Exim 4.92 #3) id 1mfIg9-0000LA-V7 for guix-patches@gnu.org; Tue, 26 Oct 2021 11:23:33 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=freenet.de; s=mjaymdexmjqk; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=3L68g3ikGd8FNYnmyQs0+SNakYnNGIVx1lzA5yFocGw=; b=ZF5C3B0dirqA9aPhCRQbDDNH8a sVzzOZMxNdO5SN305TZjyckilkSnRjZV6GPqpUh9JBwhBjIf+AbONzjPZY3JygDhJjIxuf/CUXCqj UTLpn+TM4HIKHFE5ioPGw02FevwS4iEFbAyy1FUzAOAOBd5rczJUJZqgv+qaPL3ZHmZ1c2NSId9Ca bYk2idIl9KBEU6umK24IFDjAqqWrlL3lB9ae3PSPzMsbXLEPz2Gq3QzgEcuBMuzk7oADY93AK1sCu Sku3I7wGC8M8VPF0U5OTIUe/tgyGyCv0t+FGSzYEepDx/73x6ZG6dYP+d9byCwjKWK8pl3U8APm/V I2KTrAtw==; Received: from p200300e4f7124200b5ca35b4d0342189.dip0.t-ipconnect.de ([2003:e4:f712:4200:b5ca:35b4:d034:2189]:40878 helo=charly..) by sub2.freenet.de with esmtpsa (ID t_w_@01019freenet.de) (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (port 465) (Exim 4.92 #3) id 1mfIg9-0004oA-RL; Tue, 26 Oct 2021 11:23:33 +0200 From: Thorsten Wilms To: guix-patches@gnu.org Subject: [PATCH] gnu: Add fomp-lv2. Date: Tue, 26 Oct 2021 11:23:29 +0200 Message-Id: <20211026092329.8375-1-t_w_@freenet.de> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Originated-At: 2003:e4:f712:4200:b5ca:35b4:d034:2189!40878 X-FNSign: v=2 s=82A27EA74645117D691E92A3EBBDE1F8CF850C04598D2F06E260CCAB595064EE X-Scan-TS: Tue, 26 Oct 2021 11:23:33 +0200 Received-SPF: pass client-ip=2001:748:100:40::2:5; envelope-from=prvs=0933223195=t_w_@freenet.de; helo=mout3.freenet.de X-Spam_score_int: -8 X-Spam_score: -0.9 X-Spam_bar: / X-Spam_report: (-0.9 / 5.0 requ) DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit Cc: Thorsten Wilms 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.3 (--) * gnu/packages/audio.scm (fomp-lv2): New variable. --- gnu/packages/audio.scm | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index faf106fc68..1dcdebc300 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2018 Clément Lassieur ;;; Copyright © 2018 Brett Gilio ;;; Copyright © 2018, 2019 Marius Bakke -;;; Copyright © 2018 Thorsten Wilms +;;; Copyright © 2018, 2021 Thorsten Wilms ;;; Copyright © 2018 Eric Bavier ;;; Copyright © 2018 Brendan Tildesley ;;; Copyright © 2019, 2021 Pierre Langlois @@ -5566,3 +5566,26 @@ (define-public mda-lv2 "MDA-LV2 is an LV2 port of the MDA plugins. It includes effects and a few instrument plugins.") (license license:gpl3+))) + +(define-public fomp-lv2 + (package + (name "fomp-lv2") + (version "1.2.2") + (source + (origin + (method url-fetch) + (uri + (string-append "http://download.drobilla.net/fomp-" + version ".tar.bz2")) + (sha256 + (base32 "0vyrx62xiakqdsc11xm8z0wgyn0zdqhsz99l0rxp0fv24y7s4wf6")))) + (build-system waf-build-system) + (arguments `(#:tests? #f)) ; No check target. + (inputs `(("lv2" ,lv2))) + (native-inputs `(("pkg-config" ,pkg-config))) + (synopsis "Filter, EQ, chorus and oscillator LV2 plugins. +plugins.") + (description "Fomp is an LV2 port of the MCP, VCO, FIL, and WAH plugins by +Fons Adriaensen, consisting of filters, EQ, chorus and oscillators.") + (home-page "http://drobilla.net/software/fomp.html") + (license license:gpl2+))) -- 2.33.1