From unknown Fri Sep 19 23:03:12 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#59192] [PATCH] gnu: Add paulxstretch Resent-From: Sughosha Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 11 Nov 2022 11:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59192 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59192@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.166816510323265 (code B ref -1); Fri, 11 Nov 2022 11:12:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Nov 2022 11:11:43 +0000 Received: from localhost ([127.0.0.1]:45182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otRwl-00063B-8X for submit@debbugs.gnu.org; Fri, 11 Nov 2022 06:11:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:33740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otRwh-000631-At for submit@debbugs.gnu.org; Fri, 11 Nov 2022 06:11:41 -0500 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 1otRwh-0005Mo-5L for guix-patches@gnu.org; Fri, 11 Nov 2022 06:11:39 -0500 Received: from mail-4318.protonmail.ch ([185.70.43.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otRwe-0007tq-9M for guix-patches@gnu.org; Fri, 11 Nov 2022 06:11:38 -0500 Date: Fri, 11 Nov 2022 11:11:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=w5lvzaq7jrb3jlhzthqsey4dty.protonmail; t=1668165085; x=1668424285; bh=4hPc8RWIqjFeWFUUXMyDCJn3cbdJwwvNh1QUVaRQjHE=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=cZfKBCLrHXqqK9tjljEWSQ01TAGWcOdxJgOs/NHymKytcvdsLM++5zFw2pY49C8Gy fs2NR3o8udC7yjlWagkS81X9uxIviQZHaw2v5pG9HxgZFRidMz4ODyiunI8KCr+ak/ XEMxa8PVWs8tz5Z85YcTacxQ/jl8LBUAmyW4x6rRzTf3pEW3TakjRY3uEgNFfmEV5N ikiko0Wt1s/5Q6OJ80MTETORucO4/PkqDmU2WarinAGvFN9LvJsvZ2jyfJR0MgMHfZ 93kt6F2q1hNxRZlOfJpXrX/Mdv13VaJ7i3Z8fPAdhWcU7pXvysyp79NA1mA1GkGOih /+WDhG8ythdlw== From: Sughosha Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.18; envelope-from=Sughosha@proton.me; helo=mail-4318.protonmail.ch 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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/music.scm (paulxstretch): New variable. --- gnu/packages/music.scm | 60 ++++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 6b37c79..04e2322 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2465,6 +2465,66 @@ which can modulate the oscillators, filter, and ampl= itude; distortion and reverb effects.") (license license:gpl2+))) +(define-public paulxstretch + (package + (name "paulxstretch") + (version "1.6.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/essej/paulxstretch") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pff51imfgmgqzc6mdgwd1v9fci0a8hj85fnkdsvkdzbnxdzvs9r")))) + (build-system cmake-build-system) + (arguments + (list #:tests? #f ;no test suite + #:phases + #~(modify-phases %standard-phases + (replace 'install + (lambda _ + (let* ((bin (string-append #$output "/bin")) + (lib (string-append #$output "/lib")) + (share (string-append #$output "/share")) + (clap (string-append lib "/clap")) + (vst3 (string-append lib "/vst3"))) + (with-directory-excursion + "PaulXStretch_artefacts/RelWithDebInfo" + (install-file "Standalone/paulxstretch" bin) + (install-file "CLAP/PaulXStretch.clap" clap) + (mkdir-p vst3) + (copy-recursively "VST3" vst3) + (install-file (string-append + #$source + "/linux/paulxstretch.desktop") + (string-append share "/applications"= )) + (install-file + (string-append + #$source + "/images/paulxstretch_icon_1024_rounded.png") + (string-append share "/pixmaps"))))))))) + (home-page "https://sonosaurus.com/paulxstretch/") + (native-inputs (list pkg-config)) + (inputs (list alsa-lib + curl + fftwf + freetype + jack-1 + libx11 + libxcursor + libxext + libxinerama + libxrandr)) + (supported-systems '("x86_64-linux")) + (synopsis "Audio timestretching application and plugin") + (description + "PaulXStretch is an application/plugin is based on the PaulStretch +algorithm (Paul=E2=80=99s Extreme Time Stretch, originally developed by Na= sca Octavian +Paul), and specifically the PaulXStretch version from Xenakios.") + (license license:gpl3+))) + (define-public setbfree (package (name "setbfree") -- libgit2 1.4.3 From unknown Fri Sep 19 23:03:12 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Sughosha Subject: bug#59192: closed (Re: bug#59192: [PATCH] gnu: Add paulxstretch) Message-ID: References: <87cz96919z.fsf@gnu.org> X-Gnu-PR-Message: they-closed 59192 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 59192@debbugs.gnu.org Date: Mon, 28 Nov 2022 22:13:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1669673582-11813-1" This is a multi-part message in MIME format... ------------=_1669673582-11813-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #59192: [PATCH] gnu: Add paulxstretch which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 59192@debbugs.gnu.org. --=20 59192: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D59192 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1669673582-11813-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 59192-done) by debbugs.gnu.org; 28 Nov 2022 22:12:34 +0000 Received: from localhost ([127.0.0.1]:51211 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozmMc-00034I-H7 for submit@debbugs.gnu.org; Mon, 28 Nov 2022 17:12:34 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ozmMb-00034C-AF for 59192-done@debbugs.gnu.org; Mon, 28 Nov 2022 17:12:33 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozmMV-0003eE-Pn; Mon, 28 Nov 2022 17:12:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9vnxchk6ibzK3j0lBqxiitsdZNb17XrqG5fkqdVTo+I=; b=pLFyldMDMyLHCwWrD62u myKd0w6W7gOOAlU1B85mRuJxnCcWcueiwegM/inx1PKK/T8bcjK7IeJl4wX3KV/dAqX2Ta0uWFMrL cRSPf78eG5HOaRmbtRNdPAQUJ1ePT58ysXq/LQr5aXS4rTwocj9RM/CQmPVqocDtmKEVLquyF3crX e84Ky9wOYjzLWoj81a0dzLWgdJYtLuveT8Kd89iVpUSXSBUzzmRpwAYCcHD6YwUJBFSWc5Ku2X9Q6 lf8aC5R1fyw4wy42Ftmvs6rOYolTrwFYpsgBzPY3iDU3TRpIgZDmuuVlPBoRZd7clQFnGlYqhiJot jx6wMy9F7LDTYw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozmMV-00077i-1y; Mon, 28 Nov 2022 17:12:27 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Sughosha Subject: Re: bug#59192: [PATCH] gnu: Add paulxstretch References: Date: Mon, 28 Nov 2022 23:12:24 +0100 In-Reply-To: (Sughosha@proton.me's message of "Fri, 11 Nov 2022 11:11:19 +0000") Message-ID: <87cz96919z.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59192-done Cc: 59192-done@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: -3.3 (---) Hi, Sughosha skribis: > * gnu/packages/music.scm (paulxstretch): New variable. Applied with indentation tweaks, thanks! ------------=_1669673582-11813-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Nov 2022 11:11:43 +0000 Received: from localhost ([127.0.0.1]:45182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otRwl-00063B-8X for submit@debbugs.gnu.org; Fri, 11 Nov 2022 06:11:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:33740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1otRwh-000631-At for submit@debbugs.gnu.org; Fri, 11 Nov 2022 06:11:41 -0500 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 1otRwh-0005Mo-5L for guix-patches@gnu.org; Fri, 11 Nov 2022 06:11:39 -0500 Received: from mail-4318.protonmail.ch ([185.70.43.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1otRwe-0007tq-9M for guix-patches@gnu.org; Fri, 11 Nov 2022 06:11:38 -0500 Date: Fri, 11 Nov 2022 11:11:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=w5lvzaq7jrb3jlhzthqsey4dty.protonmail; t=1668165085; x=1668424285; bh=4hPc8RWIqjFeWFUUXMyDCJn3cbdJwwvNh1QUVaRQjHE=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=cZfKBCLrHXqqK9tjljEWSQ01TAGWcOdxJgOs/NHymKytcvdsLM++5zFw2pY49C8Gy fs2NR3o8udC7yjlWagkS81X9uxIviQZHaw2v5pG9HxgZFRidMz4ODyiunI8KCr+ak/ XEMxa8PVWs8tz5Z85YcTacxQ/jl8LBUAmyW4x6rRzTf3pEW3TakjRY3uEgNFfmEV5N ikiko0Wt1s/5Q6OJ80MTETORucO4/PkqDmU2WarinAGvFN9LvJsvZ2jyfJR0MgMHfZ 93kt6F2q1hNxRZlOfJpXrX/Mdv13VaJ7i3Z8fPAdhWcU7pXvysyp79NA1mA1GkGOih /+WDhG8ythdlw== To: "guix-patches@gnu.org" From: Sughosha Subject: [PATCH] gnu: Add paulxstretch Message-ID: Feedback-ID: 45211691:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.18; envelope-from=Sughosha@proton.me; helo=mail-4318.protonmail.ch 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: -2.3 (--) * gnu/packages/music.scm (paulxstretch): New variable. --- gnu/packages/music.scm | 60 ++++++++++++++++++++++++++++++++++++++++++++++= ++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 6b37c79..04e2322 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2465,6 +2465,66 @@ which can modulate the oscillators, filter, and ampl= itude; distortion and reverb effects.") (license license:gpl2+))) +(define-public paulxstretch + (package + (name "paulxstretch") + (version "1.6.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/essej/paulxstretch") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1pff51imfgmgqzc6mdgwd1v9fci0a8hj85fnkdsvkdzbnxdzvs9r")))) + (build-system cmake-build-system) + (arguments + (list #:tests? #f ;no test suite + #:phases + #~(modify-phases %standard-phases + (replace 'install + (lambda _ + (let* ((bin (string-append #$output "/bin")) + (lib (string-append #$output "/lib")) + (share (string-append #$output "/share")) + (clap (string-append lib "/clap")) + (vst3 (string-append lib "/vst3"))) + (with-directory-excursion + "PaulXStretch_artefacts/RelWithDebInfo" + (install-file "Standalone/paulxstretch" bin) + (install-file "CLAP/PaulXStretch.clap" clap) + (mkdir-p vst3) + (copy-recursively "VST3" vst3) + (install-file (string-append + #$source + "/linux/paulxstretch.desktop") + (string-append share "/applications"= )) + (install-file + (string-append + #$source + "/images/paulxstretch_icon_1024_rounded.png") + (string-append share "/pixmaps"))))))))) + (home-page "https://sonosaurus.com/paulxstretch/") + (native-inputs (list pkg-config)) + (inputs (list alsa-lib + curl + fftwf + freetype + jack-1 + libx11 + libxcursor + libxext + libxinerama + libxrandr)) + (supported-systems '("x86_64-linux")) + (synopsis "Audio timestretching application and plugin") + (description + "PaulXStretch is an application/plugin is based on the PaulStretch +algorithm (Paul=E2=80=99s Extreme Time Stretch, originally developed by Na= sca Octavian +Paul), and specifically the PaulXStretch version from Xenakios.") + (license license:gpl3+))) + (define-public setbfree (package (name "setbfree") -- libgit2 1.4.3 ------------=_1669673582-11813-1--