From unknown Sat Jun 21 10:32:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#62771 <62771@debbugs.gnu.org> To: bug#62771 <62771@debbugs.gnu.org> Subject: Status: [PATCH 0/9] Add Easyeffects Reply-To: bug#62771 <62771@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:32:33 +0000 retitle 62771 [PATCH 0/9] Add Easyeffects reassign 62771 guix-patches submitter 62771 mail@brendan.scot severity 62771 normal tag 62771 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:06:30 2023 Received: (at submit) by debbugs.gnu.org; 11 Apr 2023 08:06:30 +0000 Received: from localhost ([127.0.0.1]:36543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm91J-0001Q6-OZ for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:06:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:34214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm91H-0001Pz-Vv for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:06:28 -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 1pm91H-000105-Jv for guix-patches@gnu.org; Tue, 11 Apr 2023 04:06:27 -0400 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pm91E-0001nC-5B for guix-patches@gnu.org; Tue, 11 Apr 2023 04:06:26 -0400 Received: from smtp202.mailbox.org (unknown [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4PwdhM2whcz9sSq for ; Tue, 11 Apr 2023 10:06:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200371; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zFjhi6s5IYK/S1mTj4L9GEK0BiZFHrAsvXpvX6Fft/M=; b=cBlBjARU0bqOXZMzosKL1HN1ItiDE35jpK8Dq6sqz/1F5R6q5qCWD6X9sbeWjceod4UpGt 8QaLhaaqYM9IJab1fu0g/SiWLfJ02RNZ8ubih12/eGXCrTy9DEkPS+HGi5PGHkFAk5y3n4 Z/Dv15iLjgnbZyIQm+O/44RrJe4iGcACUDHuW5QLEeWprGeNxDR/ZoahxbAz6RMGPAuLz2 i/Idexx3DPrlMI9Hp0Dh/oWZGI1MHobDEsL8kVKRyYCCkb7ZMS171vIH9Enr6tLS5n7rVO zasFq06eBMLtT+II+CoHpIHvLN3l+AeZf02rlHiIPivcJulfDZpf1T3nnmJn5Q== Message-ID: <5fc823de-68d2-df3d-c7a0-2b6b474e262c@brendan.scot> Date: Tue, 11 Apr 2023 08:06:04 +0000 MIME-Version: 1.0 Content-Language: en-US To: Guix Patches From: Brendan Tildesley Subject: [PATCH 0/9] Add Easyeffects Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=2001:67c:2050:0:465::101; envelope-from=mail@brendan.scot; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, 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: -1.6 (-) 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: , Reply-To: mail@brendan.scot Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) I realized there was already a patch for this package here but its a bit out of date: https://issues.guix.gnu.org/57218 I did not use package-with-c-toolchain method because it seemed to create some weird module dependency cycle with commencement that broke compilation, so I just added gcc-11 to inputs. I had to update a few dependencies to get this working, and we cannot have the latest version until GTK>=4.10 is in guix. Additionally, serd has a test suite now but there was an error with test_quiet.py "not existing" even though it does, so I was left stumped and disabled tests to avoid going insane. Also this ends up causing a webkitgtk rebuild. Hope that isn't an issue. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:09:10 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:09:10 +0000 Received: from localhost ([127.0.0.1]:36548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm93u-0001UZ-A7 for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:09:10 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:54974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm93r-0001UF-QW for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:09:08 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Pwdlb5HR1z9sZH; Tue, 11 Apr 2023 10:08:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200539; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=uE63jmYp+v/1rxnvo9IXuBhAU92WzKHe+kt+LOW6//c=; b=w4XKHl6j/NBhsoHEr2MqrysjtYYwvW77x6SUd9mtUo+o5YeV/W5cNyLwUp/ElzvxzNjMSw bLSeI5tVJIHXsimmMhPenlqMHwa9DSrX0BxanRcx+c6nvVNYkXy1cNp61j9nDNrA+ogBSH fhdXc5yfwbfvwdbtil/rZCqfQUEkIQ7svhpZUoCoQLCg4B4yknnRETaoa564GJhXcS073s wejs0w6dI/xNqSPhjKdtklprItrSrdpsZjbgQ8KNOaXom9UMhDZo9zAoETOxAm1FGLrZVV k/fma9WZRk28Jnm8naEXk8GfElo4coY+zSS1GT/ccpVBbWcOWC0XAnX1Q/gNYA== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 1/9] gnu: vamp: Update to 2.10.0. Date: Tue, 11 Apr 2023 18:08:53 +1000 Message-Id: <20230411080853.22535-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Pwdlb5HR1z9sZH X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (vamp): Update to 2.10.0. --- gnu/packages/audio.scm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index cf7fcd87c8..9125955d46 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -17,7 +17,7 @@ ;;; Copyright © 2018, 2019, 2022 Marius Bakke ;;; Copyright © 2018, 2021 Thorsten Wilms ;;; Copyright © 2018 Eric Bavier -;;; Copyright © 2018, 2022 Brendan Tildesley +;;; Copyright © 2018, 2022, 2023 Brendan Tildesley ;;; Copyright © 2019, 2021 Pierre Langlois ;;; Copyright © 2019, 2021 Leo Famulari ;;; Copyright © 2019 Rutger Helling @@ -3883,16 +3883,16 @@ (define-public timidity++ (define-public vamp (package (name "vamp") - (version "2.6") + (version "2.10.0") (source (origin (method url-fetch) (uri (string-append - "https://code.soundsoftware.ac.uk" - "/attachments/download/1520/vamp-plugin-sdk-" - version ".tar.gz")) + "https://code.soundsoftware.ac.uk/attachments/download/" + "2691" ; This mysterious number changes with each update + "/vamp-plugin-sdk-" version ".tar.gz")) (sha256 (base32 - "0pzq0yy2kdl3jgfc2aqmh5m55nk1ild0hq8mydiiw35c6y0mglyh")))) + "0pzpkxrz71fzqd2m83kjyafzqzrifzsq5phcn7mqq52blii3gbxf")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:10 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:10 +0000 Received: from localhost ([127.0.0.1]:36552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94r-0001WP-OX for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:10 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:39158) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94q-0001Vt-4p for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:08 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Pwdmm3kVDz9sW4; Tue, 11 Apr 2023 10:10:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=puf0gDlo5uCTqFczjjU0XuzYfD7KtfhGdOxZZv43Uqg=; b=e+VCh8x5kbVIqiE9Oh+5DGiTCb3TmUO1VUWqHoa7aZW0AcYdA5c6uoYbsCaYa4G6u5rhs0 CrRAsbzhXkH8E+H68yAsOJfjleXPnf+UQELk9y2a4wDBXrjQLDqbjAlZJ7XN2s2io1ctNh /LjYCxEQ1Ef9r5FJ99aXrPgvUdF1NqlmQIPk/goYpeLZruavHmfWB/ddp3mFjJRENQk7Il lpSH4RUp0gr2ekD24tfjPSp5MOgIRJzRd8JKlYPihDS9uh/0Qb28HJZRUDzaeDHWDf5McV assZHgRhFoJJkTXgQyhq64Rsxgzq0fJGEZ2ojF0FyKyyKM7cgIOhMqm0bN+DTQ== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 2/9] gnu: lv2: Update to 1.18.10. Date: Tue, 11 Apr 2023 18:09:48 +1000 Message-Id: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Pwdmm3kVDz9sW4 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (lv2): Update to 1.18.10. [build-system]: Use meson. [arguments]: Enable tests. --- gnu/packages/audio.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 9125955d46..a02c49130c 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3134,18 +3134,15 @@ (define-public lilv (define-public lv2 (package (name "lv2") - (version "1.18.2") + (version "1.18.10") (source (origin (method url-fetch) (uri (string-append "https://lv2plug.in/spec/lv2-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 (base32 - "0pp0n9x1rg8d4fw853z9cvfifjdi4bl85yjxxddqa1acfjy1z2af")))) - (build-system waf-build-system) - (arguments - `(#:tests? #f ; no check target - #:configure-flags '("--no-plugins"))) + "0gwm63jrvg9lww0rl3sjkgbjwfz0vascpb19cfxmhkmm477ipibq")))) + (build-system meson-build-system) (inputs ;; Leaving off cairo and gtk+-2.0 which are needed for example plugins (list libsndfile)) -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:12 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:12 +0000 Received: from localhost ([127.0.0.1]:36555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94u-0001We-2S for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:12 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:39174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94s-0001W9-2F for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:10 -0400 Received: from smtp2.mailbox.org (unknown [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Pwdmp55WWz9sc5; Tue, 11 Apr 2023 10:10:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=khRBvmpkX9hvEsBEts3pNaZPfrOPulq6ro/6vXNfVKk=; b=BFYzGjuOzQYuDzWVr5iPQFzUb1nzEGqDlb9JK6nHrFqw3NQsxaydJBYcaorpL7xlocSxXE CHn/qYEA0SQ6ocibEH/vLvPX3v+MYfj4Ka7+NJVACKCz1/PbQcMoRoQz62xkEOMepKY35g nxkkPgNCcxKMsx9dVOHqN7Bm2SSggFUcKjK/iCK6yOXLzMjM0VNBXaq1EZoiWb6o/B1dJm asO434vusJCb3tKRrtMmV5CIH/ZRTkoeoilPc9rwKV0mvbdVjXH1OMVLI5smf7K5WBaMNO 2p45zclNEqZJyiJK1MUuYFRkZvjzcNJln5nxY/yrumOGocVdnMMHdkmJ9ehlQw== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 3/9] gnu: serd: Update to 0.30.16. Date: Tue, 11 Apr 2023 18:09:49 +1000 Message-Id: <20230411080955.22584-2-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/rdf.scm (serd): Update to 0.30.16. [build-system]: Use meson. [arguments]: Remove.ldflag hack not needed with meson. --- gnu/packages/rdf.scm | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index 13e62baa84..c62bcd4380 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2020 pukkamustard ;;; Copyright © 2022 Marius Bakke ;;; Copyright © 2022 Maxim Cournoyer +;;; Copyright © 2023 Brendan Tildesley ;;; ;;; This file is part of GNU Guix. ;;; @@ -33,6 +34,7 @@ (define-module (gnu packages rdf) #:use-module (guix download) #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) + #:use-module (guix build-system meson) #:use-module (guix build-system python) #:use-module (guix build-system waf) #:use-module (gnu packages) @@ -278,27 +280,18 @@ (define-public redland (define-public serd (package (name "serd") - (version "0.30.8") + (version "0.30.16") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/serd-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 (base32 - "11zs53yx40mv62vxsl15mvdh7s17y5v6lgcgahdvzxgnan7w8bk7")))) - (build-system waf-build-system) + "0ilimkczibiwwvc12i14b8zi6ng42hjf9j907g8dik8rlmnlh3zm")))) + (build-system meson-build-system) (arguments - `(#:tests? #f ; no check target - #:phases - (modify-phases %standard-phases - (add-before - 'configure 'set-ldflags - (lambda* (#:key outputs #:allow-other-keys) - (setenv "LDFLAGS" - (string-append "-Wl,-rpath=" - (assoc-ref outputs "out") "/lib")) - #t))))) - (home-page "https://drobilla.net/software/serd/") + `(#:tests? #f)) ; Tests fail due to "file not found" even though it exists?? + (home-page "https://drobilla.net/software/serd.html") (synopsis "Library for RDF syntax supporting Turtle and NTriples") (description "Serd is a lightweight C library for RDF syntax which supports reading -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:14 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:15 +0000 Received: from localhost ([127.0.0.1]:36559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94w-0001Wt-LY for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:14 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:58134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94u-0001WC-56 for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:12 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Pwdmr6G36z9sS2; Tue, 11 Apr 2023 10:10:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0Dgm5FiKE0xImHf7At5txWLqUragnyR9Huf8oazgPt4=; b=YIMwBFQrrzv6D/zDDSg0kQ2W++tmpNTWIGhQwAs4FNevjFEju25rIwPFyl8jxLftQQJX+J bxGSu0gr7BONLYtXnMhe2ar/BfT1UTkqMeo6pKmDXB3+ClD1PPBthXNlr95uz4sonkM7rN zDk3L/if/nnl75FQQy/DF0Y7FxaxxDLYlr9ZyEEeHU2IbtbAX0NrKYPn02jDMR/APMTgJI 197kcUKHAWB5FBaPiHdDEXjWNMUUcHuBdk6P67NYlMuNqpx6NuNBGD0PVpx4KqprLY2g+c tmT+vpkg2/Z1TBU0mcVcp6tx2xhVpBP6ox0FrieVZZhWufiVII3SEFQMleBRYA== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 4/9] gnu: sord: Update to 0.16.14. Date: Tue, 11 Apr 2023 18:09:50 +1000 Message-Id: <20230411080955.22584-3-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Pwdmr6G36z9sS2 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/rdf.scm (sord): Update to 0.16.14. [build-system]: Use meson. [arguments]: Remove.ldflag hack not needed with meson. --- gnu/packages/rdf.scm | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm index c62bcd4380..1fab18a1a2 100644 --- a/gnu/packages/rdf.scm +++ b/gnu/packages/rdf.scm @@ -305,33 +305,22 @@ (define-public serd (define-public sord (package (name "sord") - (version "0.16.8") + (version "0.16.14") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/sord-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 (base32 - "052y7zllrg0bzyky2rmrrwnnf16p6bk7q40rq9mgm0mzm8p9sa3w")))) - (build-system waf-build-system) - (arguments - `(#:tests? #f ; no check target - #:phases - (modify-phases %standard-phases - (add-before - 'configure 'set-ldflags - (lambda* (#:key outputs #:allow-other-keys) - (setenv "LDFLAGS" - (string-append "-Wl,-rpath=" - (assoc-ref outputs "out") "/lib")) - #t))))) + "06vkqk3dnn15zdnzklahib2pvbfspy2zcrnvhmxnw8fbbxyxj3r2")))) + (build-system meson-build-system) (inputs (list pcre)) (native-inputs (list pkg-config)) (propagated-inputs (list serd)) ; required by sord-0.pc - (home-page "https://drobilla.net/software/sord/") + (home-page "https://drobilla.net/software/sord.html") (synopsis "C library for storing RDF data in memory") (description "Sord is a lightweight C library for storing RDF data in memory.") -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:17 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:17 +0000 Received: from localhost ([127.0.0.1]:36562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94y-0001XB-Vl for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:17 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:34622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94w-0001WM-F5 for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:15 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Pwdmt6rFQz9sSP; Tue, 11 Apr 2023 10:10:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200606; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mWNrc+80/CsUZrs8qX3kWqb/vZFiNw03QYxwHDMR+f0=; b=FvXhfyKaQLx4sP89mIla7uS/nloItBJPCDX60UE8euHUfBmMdosLZBVoLzpDujCKxiHiST PzBTit5PK0Yv/NeMVi/6nn5SQW0iUWTSJTRQHLK6JQ516ACBoYOlWQlJPNyDnyNMKe1caB NjV9CDUJHpDuE8Yz/MkuHWGMNkeeOHHGSD4q8aBgMLrb0xdVkKX2AJKzlXEolI0SZZuUjU Z0O1LfPUz6R0c8nzBjjL17ckXeSJ770xDT7/+dHUP9et6rqc4UnLnyFQ+rXjC7mgJsiHpP sXBFZE4kkgV7TXgSxU5PJN6bmnK+8xhCSlQ6knb8l4SwibRMGp+mHKHfXA4yqg== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 5/9] gnu: sratom: Update to 0.6.14. Date: Tue, 11 Apr 2023 18:09:51 +1000 Message-Id: <20230411080955.22584-4-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Pwdmt6rFQz9sSP X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (sratom): Update to 0.6.14. [build-system]: Use meson. --- gnu/packages/audio.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index a02c49130c..e2d788bfeb 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3738,22 +3738,22 @@ (define-public rtmidi-4.0 (define-public sratom (package (name "sratom") - (version "0.6.6") + (version "0.6.14") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/sratom-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 (base32 - "178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv")))) - (build-system waf-build-system) + "1rm1mkzmqr8k818xxpm69f5jp1fnxjglj3l5ngcysfmq1psgm0lr")))) + (build-system meson-build-system) (arguments `(#:tests? #f)) ;no check target (propagated-inputs ;; In Requires of sratom-0.pc. (list lv2 serd sord)) (native-inputs (list pkg-config)) - (home-page "https://drobilla.net/software/sratom/") + (home-page "https://drobilla.net/software/sratom.html") (synopsis "Library for serialising LV2 atoms to/from RDF") (description "Sratom is a library for serialising LV2 atoms to/from RDF, particularly -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:19 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:19 +0000 Received: from localhost ([127.0.0.1]:36566 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm951-0001XV-Bq for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:19 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]:45430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm94y-0001Wc-CG for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:16 -0400 Received: from smtp2.mailbox.org (unknown [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4Pwdmx09g7z9sZH; Tue, 11 Apr 2023 10:10:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LIxsGaQvXe8lsGzVgciQMI97Ls1s2NTQJy1RQeQKi/c=; b=BKwIlHgb9tT5ClsymAScuuJFaqTdbhbZsIB09UVdV32mYAKrG2jcB3jJfsekTOphckeIui j24c672x+05bsfrYH40Lt09T45K+tUPxZ8V70LaDkGt/OezVkuZTQsmZNPlsu3IMk00cii J5Sudrt2zvr4FqK8KM+AjE1HFMIUaKx48PsMkV6ul15T7+oV7sTzaufpAmfFMg/5et6YgL b+rtZ26FObg08b/FkRvex0cil0tSwYX5yuvc8hMeTq085NI8MquDRa8DZce+C3ofr034ZC HI3nov1Jmdo+tigAxFqkoDML1w/GY5Vr3mQWqTpJ91Sh03MMTSHpG8g1VShKLw== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 6/9] gnu: rubberband: Update to 3.2.1. Date: Tue, 11 Apr 2023 18:09:52 +1000 Message-Id: <20230411080955.22584-5-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (rubberband): Update to 3.2.1 [origin]: Use current upstream repository location. [arguments]: Use libsamplerate over builtin resampler. Use guix fftw over bundled version. [inputs]: Add lv2 plugin support. Add fftw. [native-search-paths]: Add lv2 nad ladspa search paths. --- gnu/packages/audio.scm | 46 ++++++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index e2d788bfeb..7d62617667 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -143,6 +143,7 @@ (define-module (gnu packages audio) #:use-module (guix build-system trivial) #:use-module (guix build-system waf) #:use-module (guix download) + #:use-module (guix hg-download) #:use-module (guix git-download) #:use-module (guix gexp) #:use-module ((guix licenses) #:prefix license:) @@ -3663,33 +3664,38 @@ (define-public resample (define-public rubberband (package (name "rubberband") - (version "1.8.2") + (version "3.2.1") (source (origin - (method url-fetch) - (uri - (string-append "https://bitbucket.org/breakfastquay/rubberband/get/v" - version - ".tar.bz2")) - (file-name (string-append name "-" version ".tar.bz2")) + (method hg-fetch) + (uri (hg-reference + (url "https://hg.sr.ht/~breakfastquay/rubberband") + (changeset (string-append "v" version)))) + (file-name (hg-file-name name version)) (sha256 (base32 - "0462fmjnfqpv2qi0s6ny42drqarkr0xy9lw8frjmfgzyzl5n9294")))) - (build-system gnu-build-system) + "0zxq4d4i89s83r95vrb0h4zpkpqbsy2y2vralg30x57z3y2w702i")))) + (build-system meson-build-system) (arguments - `(#:tests? #f ; no check target - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'skip-jni-installation - ;; ‘make install’ unconditionally installs librubberband-jni.so, - ;; which is never built by ‘make all’. Skip it. - (lambda _ - (substitute* "Makefile.in" - ((".*cp -f \\$\\(JNI_TARGET\\).*") "")) - #t))))) + '(#:tests? #f ; missing boost unit test library + #:configure-flags + '("-Dresampler=libsamplerate" + "-Dfft=fftw" ; To avoid using bundled version + "-Ddefault_library=shared"))) ; Don't build static library (inputs - (list ladspa libsamplerate vamp)) + (list ladspa + libsamplerate + vamp + lv2 + fftw)) (native-inputs (list pkg-config)) + (native-search-paths + (list (search-path-specification + (variable "LV2_PATH") + (files '("lib/lv2"))) + (search-path-specification + (variable "LADSPA_PATH") + (files '("lib/ladspa"))))) (home-page "https://breakfastquay.com/rubberband/") (synopsis "Audio time-stretching and pitch-shifting library") (description -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:20 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:20 +0000 Received: from localhost ([127.0.0.1]:36568 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm951-0001XX-PS for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:20 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:36634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm950-0001Wr-JJ for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:19 -0400 Received: from smtp2.mailbox.org (unknown [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Pwdmz1Mp7z9sQS; Tue, 11 Apr 2023 10:10:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l2ZLj+9uQPhRn0fv4Kve9z1+lUt7DYoFMm5RUC0AAvM=; b=qM4DOiycmkaVGB+UUONAUe7c3WeV5UrK4G41NJdhkwj5rckNVJvdrjQjxcYGS56Oj0GFbZ Gpf88snGP47xQoKaXTQcoqIjkL/seIJcbHDnDy+emtJ2jlopKCswkpw+fSXGbT8EWXDAML YlvaV6k5Y1MGvne1fwHUToppjxYSNmJuhLh24IXHF+ZnIS3BB0YIm515K7Mjx229q4E8kJ +w1JZARRSDHrh7W5hOf89y1b9zs4nAvvmClsnYAuvumt52jA3CdE/ykOHVzG/Wjc0EOCLI VnlygjbXfYQvE9AkPjBfZPzsxRR4/7hQENxYDNPkshcR2o3Po2TBUK999KEdXg== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 7/9] gnu: mda-lv2: Update to 1.2.10. Date: Tue, 11 Apr 2023 18:09:53 +1000 Message-Id: <20230411080955.22584-6-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (mda-lv2): Update to 1.2.10. [build-system]: Use meson. [arguments]: Remove unnecessary flags --- gnu/packages/audio.scm | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 7d62617667..f73f181512 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -6209,20 +6209,15 @@ (define-public python-librosa (define-public mda-lv2 (package (name "mda-lv2") - (version "1.2.6") + (version "1.2.10") (source (origin (method url-fetch) (uri (string-append "http://download.drobilla.net/mda-lv2-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 - (base32 "1nspk2j11l65m5r9z5isw8j749vh9a89wgx8mkrrq15f4iq12rnd")))) - (build-system waf-build-system) - (arguments - `(#:tests? #f ; There are no tests. - #:configure-flags - (list (string-append "--prefix=" - (assoc-ref %outputs "out"))))) + (base32 "0nm7qahkrxjydv1wii46ca6948srwhjilhlp54z9bpcnln35ksmf")))) + (build-system meson-build-system) (inputs (list lv2)) (native-inputs @@ -6231,7 +6226,7 @@ (define-public mda-lv2 (list (search-path-specification (variable "LV2_PATH") (files '("lib/lv2"))))) - (home-page "https://drobilla.net/software/mda-lv2") + (home-page "https://drobilla.net/software/mda-lv2.html") (synopsis "Audio plug-in pack for LV2") (description "MDA-LV2 is an LV2 port of the MDA plugins. It includes effects and a few -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:24 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:24 +0000 Received: from localhost ([127.0.0.1]:36572 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm956-0001Xz-45 for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:24 -0400 Received: from mout-p-202.mailbox.org ([80.241.56.172]:56826) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm952-0001X6-LC for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:21 -0400 Received: from smtp2.mailbox.org (unknown [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4Pwdn12CTfz9sc1; Tue, 11 Apr 2023 10:10:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200613; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4t6DfxDTzpsfUn+K3rKjL+YvEBxXaEuKAbu4vwXo1II=; b=W5duJrIwXMShsaWC7FaAw5Jyo9UPuiETWyqvkbvRCJsLnmfC9G/J8mV3WA0L5Ejghhn4eF JWsVn5ckhUU7B0fFMv6JHWVMbum1RfLcA9bRdyOVCHuHZuz7FlcXpzbXQca3oyqrzHlG35 C3HC+fiqt3k25U1Sk5dqsb7/OAP0C6QkRHTNZuRs3+9wy7spctLjgzdh6MfLluZJecIQD+ QYEwXy9k6XoHcqjYPDcGZWkClGA4CHMq+WIIPtcBB0B6Ibfo8pWjbohcMceDSLL7nf10vD VDjQibp/hJR7/Dkv0+P7mpj1Lj8ufOW48MKt94HfK0fQcRKaovgA/Q7N4x+IcQ== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 8/9] gnu: lilv: Update to 0.24.20. Date: Tue, 11 Apr 2023 18:09:54 +1000 Message-Id: <20230411080955.22584-7-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (lilv): Update to 0.24.20. [build-system]: Use meson. [arguments]: Remove.ldflag hack not needed with meson. --- gnu/packages/audio.scm | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index f73f181512..519ca1493d 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -3095,24 +3095,19 @@ (define-public audio-to-midi (define-public lilv (package (name "lilv") - (version "0.24.12") + (version "0.24.20") (source (origin (method url-fetch) (uri (string-append "https://download.drobilla.net/lilv-" - version ".tar.bz2")) + version ".tar.xz")) (sha256 (base32 - "0qchfsyrsrp2pdpd59025kllycr04ddpzd03ha1iz70ci687g8r6")))) - (build-system waf-build-system) + "1g7f29i0jajswyg67k7hdnmyqk32fmmxw6xppf9fm1mjp2wq5c2g")))) + (build-system meson-build-system) (arguments `(#:tests? #f ; no check target #:phases (modify-phases %standard-phases - (add-before 'configure 'set-ldflags - (lambda* (#:key outputs #:allow-other-keys) - (setenv "LDFLAGS" - (string-append "-Wl,-rpath=" - (assoc-ref outputs "out") "/lib")))) (add-after 'unpack 'full-store-path-to-shared-library (lambda* (#:key outputs #:allow-other-keys) (with-directory-excursion "bindings/python" -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 11 04:10:25 2023 Received: (at 62771) by debbugs.gnu.org; 11 Apr 2023 08:10:25 +0000 Received: from localhost ([127.0.0.1]:36574 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm956-0001Y1-F6 for submit@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:25 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:36638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pm954-0001XO-LY for 62771@debbugs.gnu.org; Tue, 11 Apr 2023 04:10:23 -0400 Received: from smtp2.mailbox.org (unknown [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Pwdn32cWCz9sS9; Tue, 11 Apr 2023 10:10:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1681200615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CrtJB1jmND278+dFauiDPNxtoyWS+xFo81tojWXVDCQ=; b=ArqbEs0m4zUVN3j03ae6WNMSdyFwBkcOuoIuGJu8ip1iyOTIHrQDEGGozXo/+su/qmcLGq 7+iZVOUGRrDEJR1bTowuIB18mG4EK3o3EX9fR6LO38wr6JYkrIqXkwtOZKH/+pmV2qfrRR SP7HRx1Ff3vNodh5+j1ffjjDB1uKhI7wdipn6pqatLsEitlMqqFDjIbsA1V98N3ywlDlkc 1Zxa0al7BSzU6eP5tE7aEerGVw4glxxF8ALewSWoN4FVlo0Cw3sNiuZTkg54UE0YBCFO3i GOAKEcZlJTPSML5lpGZoBXflasimf5T4S+xBhf2p9P1CaSBtHQOvBESia376yg== From: 'Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 9/9] gnu: Add easyeffects. Date: Tue, 11 Apr 2023 18:09:55 +1000 Message-Id: <20230411080955.22584-8-mail@brendan.scot> In-Reply-To: <20230411080955.22584-1-mail@brendan.scot> References: <20230411080955.22584-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) From: Brendan Tildesley * gnu/packages/audio.scm (easyeffects): New variable. --- gnu/packages/audio.scm | 98 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 519ca1493d..d9c736be71 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -71,6 +71,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages build-tools) #:use-module (gnu packages check) #:use-module (gnu packages compression) + #:use-module (gnu packages cpp) #:use-module (gnu packages curl) #:use-module (gnu packages dbm) #:use-module (gnu packages documentation) @@ -80,6 +81,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages flex) #:use-module (gnu packages fltk) #:use-module (gnu packages fontutils) + #:use-module (gnu packages freedesktop) #:use-module (gnu packages gcc) #:use-module (gnu packages gettext) #:use-module (gnu packages gl) @@ -111,6 +113,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages onc-rpc) #:use-module (gnu packages perl) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages pretty-print) #:use-module (gnu packages pulseaudio) ;libsndfile, libsamplerate #:use-module (gnu packages python) #:use-module (gnu packages python-science) @@ -122,6 +125,7 @@ (define-module (gnu packages audio) #:use-module (gnu packages sdl) #:use-module (gnu packages serialization) #:use-module (gnu packages sqlite) + #:use-module (gnu packages tbb) #:use-module (gnu packages telephony) #:use-module (gnu packages tls) #:use-module (gnu packages valgrind) @@ -6378,3 +6382,97 @@ (define-public cubeb (description "Cubeb is Mozilla's cross-platform audio library.") (home-page "https://github.com/mozilla/cubeb") (license license:isc)))) + +(define-public easyeffects + (package + (name "easyeffects") + (version "7.0.1") ; later version require gtk 4.10 + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/wwmm/easyeffects") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0c49yd4dfh7qarq5h651dgxdbs71is4pp1sl8r0gfswqji6bv39w")))) + (build-system meson-build-system) + (native-inputs + (list `(,glib "bin") ;for glib-compile-resources + gcc-11 ; for #include + gettext-minimal + itstool + pkg-config)) + (inputs + (list fftwf + fmt + gsl + gtk + json-modern-cxx ;nlohmann_json + libadwaita + libbs2b + libebur128 + libportal + libsamplerate + libsigc++ + libsndfile + lilv + pango-next + pipewire + rnnoise + speex + speexdsp + tbb + zita-convolver)) + ;; Propagating these allows EasyEffects to find the plugins via their + ;; search-path specification + (propagated-inputs + (list calf + lsp-plugins + lv2 + mda-lv2 + rubberband + zam-plugins)) + (arguments + `(#:glib-or-gtk? #t + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'skip-gtk-update-icon-cache + (lambda _ ; Remove dependency on needless desktop cache stuff. + (substitute* "meson.build" + (("gtk_update_icon_cache: true") "gtk_update_icon_cache: false") + (("update_desktop_database: true") "update_desktop_database: false"))))))) + (home-page "https://github.com/wwmm/easyeffects") + (synopsis "Realtime Audio effects interface for Pipewire") + (description "EasyEffects is an advanced audio manipulation tool providing +a graphical user interface to apply various effects and filters to audio +streams using Pipewire. Effects can be applied in real time to audio inputs or +outputs such as a microphone to reduce noise or apply many other effects +including: + +@itemize +@item Auto gain +@item Bass enhancer +@item Bass loudness +@item Compressor +@item Convolver +@item Crossfeed +@item Crystalizer +@item De-esser +@item Delay +@item Echo Canceller +@item Equalizer +@item Exciter +@item Filter (low-pass, high-pass, band-pass and band-reject modes) +@item Gate +@item Limiter +@item Loudness +@item Maximizer +@item Multiband compressor +@item Multiband gate +@item Noise reduction +@item Pitch +@item Reverberation +@item Speech Processor +@item Stereo tools +@end itemize") + (license license:gpl3+))) -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 10 04:48:14 2024 Received: (at 62771) by debbugs.gnu.org; 10 Jan 2024 09:48:14 +0000 Received: from localhost ([127.0.0.1]:41832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNVC1-00011k-QA for submit@debbugs.gnu.org; Wed, 10 Jan 2024 04:48:14 -0500 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNVBy-000119-V9 for 62771@debbugs.gnu.org; Wed, 10 Jan 2024 04:48:12 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1704880079; cv=none; d=zohomail.com; s=zohoarc; b=Aol2VItnAUJuLSxpN+KoVDVUefjBM9mxCQ7nbK97/a3pkulW6QTswEfypsH++KbUzf73jr86TWQqNtArD7QySZF1cVMVOMGKGOQyrUt+nN/QLBTL5X8c+iKuj/yfAUNwSB5oHrujYuW8NOD+aKFCS8Y3+3Do5NSoo5OpZHB9XxU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1704880079; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:MIME-Version:Message-ID:Subject:Subject:To:To:Message-Id:Reply-To; bh=L8vpBQhFviX9COGB1xXCAsbrYPAQi+wSnycBW02puoY=; b=Aih69wL8o30X04Lyfl5SIhubfoSekKSO0Yyr7RvJ3A1gjiold+0w4bVsWnSjdl+vWZOB5hiJH/An0xJAakYunBOQccVV4xzmW89N9++PZ1z+i4shgx1CasDtneJGMFc2I60qeWsF07hXJsA4Yv+TmVhI1H1IC63+oxX1WA6BDZA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1704880079; s=zoho; d=elephly.net; i=rekado@elephly.net; h=From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=L8vpBQhFviX9COGB1xXCAsbrYPAQi+wSnycBW02puoY=; b=aNitrIshEUPpfs2UJnBra4zldTwUed2XRHsianqjx3/mtl6ZP9EQ+XuVuJ3JkS4j 6dS7rTyn+W9m7dCQTdPJF+2moxoUxmF+mfAwxhL1wUb/XgHST2Fz1lf/znAEsxbpJnw VhuDTLj2gtffNOGi0hqrdD/+KVaFyudB4xLmLwco= Received: from localhost (103-108-142-46.pool.kielnet.net [46.142.108.103]) by mx.zohomail.com with SMTPS id 1704880076893545.802291450506; Wed, 10 Jan 2024 01:47:56 -0800 (PST) User-agent: mu4e 1.10.8; emacs 29.1 From: Ricardo Wurmus To: 62771@debbugs.gnu.org Subject: [PATCH 0/9] Add Easyeffects Date: Wed, 10 Jan 2024 10:40:01 +0100 Message-ID: <87y1cxh646.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62771 Cc: Brendan Tildesley 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 (-) Thank you so much for this patch series. It looks good to me. The biggest problem is the large number of rebuilds, but we can use ci.guix.gnu.org to build everything with this patch series applied. I=E2=80=99ll create a new branch =E2=80=9Cwip-easyeffects-62771=E2=80=9D an= d apply your (rebased) patches, and then have ci.guix.gnu.org build it for x86_64. If there are any new failures we should address them first. Once there are no new failures on x86_64 I=E2=80=99ll update the jobset to build for a= ll architectures. Do you think you could keep an eye on the progress at ci.guix.gnu.org? Minor issues that I=E2=80=99ll take care of before applying the patches: * there=E2=80=99s a typo in a commit message: =E2=80=9C[native-search-paths]: Add lv2 nad ladspa search paths.=E2=80=9D --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 10 08:51:25 2024 Received: (at 62771) by debbugs.gnu.org; 10 Jan 2024 13:51:25 +0000 Received: from localhost ([127.0.0.1]:39283 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNYzN-0003E5-20 for submit@debbugs.gnu.org; Wed, 10 Jan 2024 08:51:25 -0500 Received: from wnew1-smtp.messagingengine.com ([64.147.123.26]:45861) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNYzK-0003Dq-GX for 62771@debbugs.gnu.org; Wed, 10 Jan 2024 08:51:23 -0500 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailnew.west.internal (Postfix) with ESMTP id 72A882B00041; Wed, 10 Jan 2024 07:33:17 -0500 (EST) Received: from imap53 ([10.202.2.103]) by compute5.internal (MEProxy); Wed, 10 Jan 2024 07:33:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; h= cc:content-type:content-type:date:date:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:subject :subject:to:to; s=fm2; t=1704889996; x=1704893596; bh=ST7CobSwUd 1psrlOIMJ8eI2C4NxSaHQJxK4oo1ygz00=; b=GeajrX0s/ieAP+0MjrqV+VLKkm EEGiXiMQDTcBQnheGLoca8nSFUWIXyia85WA6Rx/gh6NPbTqEz4HyhQ3/tllg0Bf kLMY8y8uGlxM/fDU88DGZ7LedzVdPZG/aLB7bftQsN8Voz/r8lbYdUOlSO08xI3L PmUMv6ect+Jl2lxnJpHGuPNibG234kLona2CsS+vBJHuKX2CNjPVvSFCMl7785YE AtrBOvL0MOLGcf7nrYrMgY9jSQ9zNB1fbF6L2iHBxTxsv4F64/qj8chay7kUtcga 7Hva2fpCSiulr/FjdwEH/7K3eJclF03WYApJupdG1VCG8wirOv6LGNfXAnJA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1704889996; x=1704893596; bh=ST7CobSwUd1psrlOIMJ8eI2C4NxS aHQJxK4oo1ygz00=; b=JUS0hlday9c4DGDonqsi8i/TElwyfIf8/0TPWV00a7F+ l9PaloDPh3c6en97ZZpitOxu4crW9JPW0Zyd42gG31tkgl/cUNr87HWn6vqbLhyf l6PmH6lljOv6T3ZaBxSA4cst1voY8mp4JGmYhXWvX23V4+q65XOzYnHEKIJEFbHa e5b2MSfEdJBIEuhgCvYK4Zm2AwwI6O2gJ8Bo8uB72i3AxWo+SDqTRZpgKLHu0SLJ TZ+y/oMG0qNqQ+jnWP7C0WV806Wja/d3mJemax4kvc/2Pd335DjPkaX7GmNWRoZD M3Ev1Aah5P79ueHJRYM6zaJC+qYZ0WX9MhFpedVtjw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrvdeiuddgfeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsegrtd erreerredtnecuhfhrohhmpedfuehrvghnuggrnhcuvfhilhguvghslhgvhidfuceomhgr ihhlsegsrhgvnhgurghnrdhstghotheqnecuggftrfgrthhtvghrnhephfdvteeiudehke eiheejleetgffggeeiveeuieehgeefieejudeluddtvdelgedunecuvehluhhsthgvrhfu ihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgrihhlsegsrhgvnhgurghnrd hstghoth X-ME-Proxy: Feedback-ID: iabe14926:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 7C5C4364006B; Wed, 10 Jan 2024 07:33:16 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-1364-ga51d5fd3b7-fm-20231219.001-ga51d5fd3 MIME-Version: 1.0 Message-Id: <6b211678-b129-4ea6-8051-4b1e16558ff6@app.fastmail.com> In-Reply-To: <87y1cxh646.fsf@elephly.net> References: <87y1cxh646.fsf@elephly.net> Date: Wed, 10 Jan 2024 23:32:42 +1100 From: "Brendan Tildesley" To: "Ricardo Wurmus" , 62771@debbugs.gnu.org Subject: Re: [PATCH 0/9] Add Easyeffects Content-Type: multipart/alternative; boundary=5088db5b4a52460c8ec7954b5a97ffcd X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 62771 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 (-) --5088db5b4a52460c8ec7954b5a97ffcd Content-Type: text/plain On Wed, Jan 10, 2024, at 8:40 PM, Ricardo Wurmus wrote: > Thank you so much for this patch series. > [...] You're welcome :] I'm currently transferring at Singapore airport, heading to China. I think I will be busy and not prioritising guix at the moment. For now I'll assist on my my mobile phone by making a TODO list below: It should be possible to remove the inclusion of gcc-11 as an input now that it is the default. Update serd to 0.32.0 Update sord to 0.16.16 Update sratom to 0.6.16 Update rubber to 3.3.0 Update lilv to 0.24.22 Update lilv homepage to have .html on the end. Fix typo in commit: native-search-paths]: Add lv2 nad ladspa search paths --5088db5b4a52460c8ec7954b5a97ffcd Content-Type: text/html Content-Transfer-Encoding: quoted-printable

= On Wed, Jan 10, 2024, at 8:40 PM, Ricardo Wurmus wrote:
Thank you so much for this = patch series. 
 [...]
You're welcome :]

I'm currently trans= ferring at Singapore airport, heading to China. I think I will be busy a= nd not prioritising guix at the moment. For now I'll assist on my my mob= ile phone by making a TODO list below:

It s= hould be possible to remove the inclusion of gcc-11 as an input now that= it is the default.
Update serd to 0.32.0
Up= date sord to 0.16.16
Update sratom to 0.6.16
Update rubber to 3.3.0
Update lilv to 0.24.22
Update lilv homepage to have .html on the end.
Fix typo= in commit: native-search-paths]: Add lv2 nad ladspa search paths


--5088db5b4a52460c8ec7954b5a97ffcd-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 10 09:21:48 2024 Received: (at 62771) by debbugs.gnu.org; 10 Jan 2024 14:21:48 +0000 Received: from localhost ([127.0.0.1]:39400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNZSm-0000yh-AB for submit@debbugs.gnu.org; Wed, 10 Jan 2024 09:21:48 -0500 Received: from sender3-of-o58.zoho.com ([136.143.184.58]:21863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNZSj-0000yU-IV for 62771@debbugs.gnu.org; Wed, 10 Jan 2024 09:21:46 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1704890192; cv=none; d=zohomail.com; s=zohoarc; b=eF2DIE+2gVTUR3qbyHdlg2kE9emYjuC3+X7z8S5u+cc7JPUQeoWtTDZu7r9DhbtdC261YYG52X8zUt1DtPb1c7cTEXeXqbNPdF3S97Kvo3GW5pjCDD1DsUAmAFcaSCeC9kUrXDtCBgbGEev5MgOHU0AlJVqX8s9Wsz7LDGczi+I= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1704890192; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=6/w+b+AwcMs55o9Pcb8RkcySTEPzMeQC1M6gsYQAYC4=; b=C1pEbXFIdPDkB4r8oOmeRrydGXvJ75mh8sRT9S6Kbrcvs2N9khu5kWoGnegL6ysnFWOg54EQilLMs4F2j9VTIZkgnyDLFup+8+R1TGNKInHOUL+flZ576BFP6pMs+/C37yWH/g1eAZ9SMWgFoAkDqj3Nng78zI3RAumw8LT/gm8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1704890192; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=6/w+b+AwcMs55o9Pcb8RkcySTEPzMeQC1M6gsYQAYC4=; b=ApxjKc2OZpOwVV6OOulgET76KOFS7/LWaw5lxqjhay/6++V4vB/YEmJpZRzA35Yr SEeyqCGWEPyfz71OHJWM3eK6zBtwDDo7J4gD+1BREFORSmcfZi7f2FwTFswNdmoNxO9 8XpdJlrI2TtzK4wIBDNqeuCxOLiONAENXuDn7Vq0= Received: from localhost (103-108-142-46.pool.kielnet.net [46.142.108.103]) by mx.zohomail.com with SMTPS id 1704890190893354.0843976017961; Wed, 10 Jan 2024 04:36:30 -0800 (PST) References: <87y1cxh646.fsf@elephly.net> User-agent: mu4e 1.10.8; emacs 29.1 From: Ricardo Wurmus To: 62771@debbugs.gnu.org, Brendan Tildesley Subject: Re: [PATCH 0/9] Add Easyeffects Date: Wed, 10 Jan 2024 13:34:48 +0100 In-reply-to: <87y1cxh646.fsf@elephly.net> Message-ID: <8734v574c4.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62771 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 (-) Ricardo Wurmus writes: > I=E2=80=99ll create a new branch =E2=80=9Cwip-easyeffects-62771=E2=80=9D = and apply your > (rebased) patches, and then have ci.guix.gnu.org build it for x86_64. > If there are any new failures we should address them first. Once there > are no new failures on x86_64 I=E2=80=99ll update the jobset to build for= all > architectures. I=E2=80=99ve rebased the patch set on top of master and took the opportunit= y to enable the test suites in lilv, sratom, and serd. The branch is being built here: https://ci.guix.gnu.org/jobset/wip-easyeffects-62771 --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 10 13:48:37 2024 Received: (at 62771) by debbugs.gnu.org; 10 Jan 2024 18:48:37 +0000 Received: from localhost ([127.0.0.1]:43194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNdcz-0006jV-Dw for submit@debbugs.gnu.org; Wed, 10 Jan 2024 13:48:37 -0500 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21039) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNdcv-0006iz-Ir for 62771@debbugs.gnu.org; Wed, 10 Jan 2024 13:48:35 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1704912509; cv=none; d=zohomail.com; s=zohoarc; b=fubvJDS12nqhjJp3g7um7/OzzHjQRk5v+eU+R8F+WVnTbk22WdwaHnVDmOTu3WEJTdqbusXLqli5cnR210iOh6m4EzzqEzjTLotCSl6lGF5xkPcT4nluctoUMItsMch2fW3zSppifvYOXDKAXgcTUuJ37Y/AgZtF/KEpExY3+ec= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1704912509; h=Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To; bh=81nTwlPOJcdTqAWZqb+D9+CemBmzrIYaxei709L8S3Q=; b=dWUvfJBBtghwH0VLPj8WV564xRmCyETdLfyCxRPEeNYEdoOaGHOy867+dDY13L9SaSRnuED7YJDYfBiSBFG+ir6PhUCbGOWygyPTcagAmFX5oTlknn3akwPv8MKpq6gmYNQQTVASs+lF9PX3M14PYf9rxas5Ru9zF5E70xbVgQQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1704912509; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To; bh=81nTwlPOJcdTqAWZqb+D9+CemBmzrIYaxei709L8S3Q=; b=c4RZPVPUL+LgLW51edrJ0fBPg5Q7PnW/ZqzARFR+79onMjEnXLvKLJC6fxUseLo7 29FDZCVft5uxbmL8y880OM//RH0uHribDptkLCr6ZHJXqrAPJSyoaT20ViMCP02vNfW tagX0W2kFoxJfYriR6i+1LWPzJvuGsvLRA6VA4X8= Received: from localhost (103-108-142-46.pool.kielnet.net [46.142.108.103]) by mx.zohomail.com with SMTPS id 1704912506933812.7868823734605; Wed, 10 Jan 2024 10:48:26 -0800 (PST) References: <87y1cxh646.fsf@elephly.net> <6b211678-b129-4ea6-8051-4b1e16558ff6@app.fastmail.com> User-agent: mu4e 1.10.8; emacs 29.1 From: Ricardo Wurmus To: Brendan Tildesley Subject: Re: [PATCH 0/9] Add Easyeffects Date: Wed, 10 Jan 2024 19:47:36 +0100 In-reply-to: <6b211678-b129-4ea6-8051-4b1e16558ff6@app.fastmail.com> Message-ID: <87a5pd58jr.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62771 Cc: 62771@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 (-) "Brendan Tildesley" writes: > It should be possible to remove the inclusion of gcc-11 as an input now t= hat it is the default. > Update serd to 0.32.0 > Update sord to 0.16.16 > Update sratom to 0.6.16 > Update rubber to 3.3.0 > Update lilv to 0.24.22 > Update lilv homepage to have .html on the end. > Fix typo in commit: native-search-paths]: Add lv2 nad ladspa search paths I=E2=80=99ve done all this and pushed to the wip-easyeffects-62771 branch. > I'm currently transferring at Singapore airport, heading to China. Safe travels! --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 11 02:01:20 2024 Received: (at 62771) by debbugs.gnu.org; 11 Jan 2024 07:01:20 +0000 Received: from localhost ([127.0.0.1]:58538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNp42-0002Xa-PI for submit@debbugs.gnu.org; Thu, 11 Jan 2024 02:01:19 -0500 Received: from wnew2-smtp.messagingengine.com ([64.147.123.27]:49663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rNp3y-0002Jv-IY for 62771@debbugs.gnu.org; Thu, 11 Jan 2024 02:01:16 -0500 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.west.internal (Postfix) with ESMTP id 780D12B001F7 for <62771@debbugs.gnu.org>; Wed, 10 Jan 2024 23:42:24 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 10 Jan 2024 23:42:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; h= cc:content-transfer-encoding:content-type:content-type:date:date :from:from:in-reply-to:message-id:mime-version:reply-to:subject :subject:to:to; s=fm2; t=1704948143; x=1704951743; bh=0ezZf8xY0V tm87o7DIu1z7RY3AQ8Kn/86wLVCAUDpYY=; b=pWjnlcor6rUvxzVkPUK2NvnnkJ 2k+sgI4pmyoUMfrU7FDYC693Ybd1VtuCM3+HAjU8GN73mkhOzYqhQAUKx/1TZ0KJ ywjA8DvOqsCY4EmLj65WMM9+eEDQWDohTbWL2cMaV1uV3mkiz/IuVHXALkVzRgZi 1vnaR8cLMY4PyNAEgJ0BzJc64cCn+HWCYZeCXLl6ZmKrES3QDVEoaHuPmZMlMori hvHLy3dstfFaiMqIy38zcgsPx1+5MjKzglVIFcu+KR7ZPmG0d6uWXH+9o1KM0bG1 5Dzgr4ZPm6NDFNMlZdD0d8SqVdJaPM4ijXlh8a2UbRAtm7tAOfjFbi/NJypQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1704948143; x=1704951743; bh=0ezZf8xY0Vtm87o7DIu1z7RY3AQ8 Kn/86wLVCAUDpYY=; b=oH7Mo3dtNM7yj+S25vmiHrXxDP3d0hwblg7SIguWHX5M 9BwYo32s86+soDDHUi5vD2ZU4Mty7dUqK1wfOs14Bg+liLN5qoJx5z/K1HfAv2QP 9K/l6lV1j52N5l4TNOTtZliKzTB1d8YEaKb0r63mHF3P/KkE10KSZmwfmtRK6dPA ICkofwQs2jrOkzvaPNi3hybK5XHq55/P/7R0XzjujVo7fzgqblGQURl8TuBDYe5J 0bRTJ2PwnblNZYFmqP5Kz5fXx5AYOmFaoauDhDSGX0wwdAE9Qr0aacq93AkHGyVr ejY7g3gsbdqyV7FyvhRm6yg+87O4cY7j/gdCS7EzvA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrvdeivddgjeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvufgfkfggtgfgsegrjehmre dtreejnecuhfhrohhmpeeurhgvnhgurghnucfvihhluggvshhlvgihuceomhgrihhlsegs rhgvnhgurghnrdhstghotheqnecuggftrfgrthhtvghrnhepffffledvtdfgfefgkeffff eluefgteevuedvueehjeekuddtieelfeelieefhfffnecuvehluhhsthgvrhfuihiivgep tdenucfrrghrrghmpehmrghilhhfrhhomhepmhgrihhlsegsrhgvnhgurghnrdhstghoth X-ME-Proxy: Feedback-ID: iabe14926:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for <62771@debbugs.gnu.org>; Wed, 10 Jan 2024 23:42:22 -0500 (EST) Date: Thu, 11 Jan 2024 12:37:59 +0800 From: Brendan Tildesley To: 62771@debbugs.gnu.org Subject: [PATCH 0/9] Add Easyeffects User-Agent: K-9 Mail for Android Message-ID: <3D8F0B11-188E-43CA-9E0A-F8272D715EDC@brendan.scot> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----2LKPV6W49UYBQRVLPHTCNV9LX9T462 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.6 (/) X-Debbugs-Envelope-To: 62771 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.6 (-) ------2LKPV6W49UYBQRVLPHTCNV9LX9T462 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ------2LKPV6W49UYBQRVLPHTCNV9LX9T462 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
------2LKPV6W49UYBQRVLPHTCNV9LX9T462-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 11 17:52:26 2024 Received: (at 62771-done) by debbugs.gnu.org; 11 Jan 2024 22:52:26 +0000 Received: from localhost ([127.0.0.1]:34259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rO3uU-0005NC-C3 for submit@debbugs.gnu.org; Thu, 11 Jan 2024 17:52:26 -0500 Received: from sender4-of-o50.zoho.com ([136.143.188.50]:21059) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rO3uR-0005N1-2k for 62771-done@debbugs.gnu.org; Thu, 11 Jan 2024 17:52:24 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1705013540; cv=none; d=zohomail.com; s=zohoarc; b=RlRt/oacGjlqw6PfnuzuIMiudcwcKBouGWMUZl2gUdQOE/uxSDYrux4NGUxVaRSOHdbPcBluv+euexWxiCqChien6As5cp8ecgdRTWjAMvLO8dBm2ztdaVa8mKYT/6g+btPnNJLPFRA6eXEWb6BvQFhI1cZf/jOvOCXrcoWETvs= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1705013540; h=Content-Type:Content-Transfer-Encoding:Date:Date:From:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:Subject:To:To:Message-Id:Reply-To:Cc; bh=2rlZRs5qhLTlJBgoCLk8Foy1CHwBKy3U3gHiOTHVVGE=; b=RmRVdA/dwB9xwAj3tVRgERKVGmSa5LEEFXQGYIXq/1R0/9jhOO31jHUQeqljdFTSQrufkQS6YAOZQCr5Mm77eECa08Zue21cqbJLdjTz0ixpB9tOCY8iFIDRDoOTBpw/beSM40cKDtcExsgiE8qauXqSe66zlklWLnRzxnu7Ufs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1705013540; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=2rlZRs5qhLTlJBgoCLk8Foy1CHwBKy3U3gHiOTHVVGE=; b=BLda1w1WLJkvO+ZosDubG/IUj+sNGJo56FTtmoY7aAw7s5dqNbjQCiDb3QPEuRam HIgTo1DnyjB5VKkEtewWRg4QAlY8tIufv4lDL12miok0KT4IYTmm9feg49hldSrY2aa jTNdSAkwAOppgz5D3kmDX/7tytPmWO2fw2VevS3k= Received: from localhost (103-108-142-46.pool.kielnet.net [46.142.108.103]) by mx.zohomail.com with SMTPS id 1705013536914891.0163384234066; Thu, 11 Jan 2024 14:52:16 -0800 (PST) References: <87y1cxh646.fsf@elephly.net> <6b211678-b129-4ea6-8051-4b1e16558ff6@app.fastmail.com> <87a5pd58jr.fsf@elephly.net> User-agent: mu4e 1.10.8; emacs 29.1 From: Ricardo Wurmus To: Brendan Tildesley , 62771-done@debbugs.gnu.org Subject: Re: [PATCH 0/9] Add Easyeffects Date: Thu, 11 Jan 2024 23:51:58 +0100 In-reply-to: <87a5pd58jr.fsf@elephly.net> Message-ID: <87wmsf4h5u.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62771-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.0 (-) Ricardo Wurmus writes: > "Brendan Tildesley" writes: > >> It should be possible to remove the inclusion of gcc-11 as an input now = that it is the default. >> Update serd to 0.32.0 >> Update sord to 0.16.16 >> Update sratom to 0.6.16 >> Update rubber to 3.3.0 >> Update lilv to 0.24.22 >> Update lilv homepage to have .html on the end. >> Fix typo in commit: native-search-paths]: Add lv2 nad ladspa search paths > > I=E2=80=99ve done all this and pushed to the wip-easyeffects-62771 branch. I just merged it into the master branch. --=20 Ricardo From unknown Sat Jun 21 10:32:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 09 Feb 2024 12:24:15 +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