From unknown Fri Jun 20 07:14:19 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#38765 <38765@debbugs.gnu.org> To: bug#38765 <38765@debbugs.gnu.org> Subject: Status: [PATCH] Add C++ bindings to Portaudio Reply-To: bug#38765 <38765@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:14:19 +0000 retitle 38765 [PATCH] Add C++ bindings to Portaudio reassign 38765 guix-patches submitter 38765 Nicolas Goaziou severity 38765 normal tag 38765 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 27 13:40:17 2019 Received: (at submit) by debbugs.gnu.org; 27 Dec 2019 18:40:17 +0000 Received: from localhost ([127.0.0.1]:57794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ikuX3-0000uS-1D for submit@debbugs.gnu.org; Fri, 27 Dec 2019 13:40:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:51882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ikuX1-0000uK-ST for submit@debbugs.gnu.org; Fri, 27 Dec 2019 13:40:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58155) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ikuX0-0002Xi-NP for guix-patches@gnu.org; Fri, 27 Dec 2019 13:40:15 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_05,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ikuWz-0005dr-6m for guix-patches@gnu.org; Fri, 27 Dec 2019 13:40:14 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:51913) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ikuWy-0005Vo-4U for guix-patches@gnu.org; Fri, 27 Dec 2019 13:40:13 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 1884320004 for ; Fri, 27 Dec 2019 18:39:49 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] Add C++ bindings to Portaudio Date: Fri, 27 Dec 2019 19:39:48 +0100 Message-ID: <87a77d3957.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.183.200 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain Hello, The following patch enables C++ bindings for our Portaudio package. Regards, -- Nicolas Goaziou --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-portaudio-Add-C-bindings.patch Content-Description: Add C++ bindings >From a771f96fc319e1ece917532253c44b57494d0e32 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 27 Dec 2019 19:33:50 +0100 Subject: [PATCH] gnu: portaudio: Add C++ bindings. * gnu/packages/audio.scm (portaudio): Add C++ bindings, aka "portaudiocpp". --- gnu/packages/audio.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 76c59f33cc..73235ef292 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -2872,8 +2872,13 @@ portions of LAME.") ("libtool" ,libtool) ("pkg-config" ,pkg-config))) (arguments - '(#:tests? #f ;no 'check' target - #:configure-flags '("--with-pic") + '(#:tests? #f ;no 'check' target + #:configure-flags '("--with-pic" + "--enable-cxx" + ;; XXX: The following prevents a build error + ;; because of missing depcomp when C++ bindings are + ;; requested. + "--disable-dependency-tracking") #:phases (modify-phases %standard-phases ;; This is needed for linking the static libraries -- 2.24.1 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 28 14:55:02 2019 Received: (at 38765) by debbugs.gnu.org; 28 Dec 2019 19:55:02 +0000 Received: from localhost ([127.0.0.1]:58953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ilIAw-0000re-12 for submit@debbugs.gnu.org; Sat, 28 Dec 2019 14:55:02 -0500 Received: from flashner.co.il ([178.62.234.194]:34106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ilIAt-0000rK-T5 for 38765@debbugs.gnu.org; Sat, 28 Dec 2019 14:55:00 -0500 Received: from localhost (unknown [141.226.13.108]) by flashner.co.il (Postfix) with ESMTPSA id 01014402DC; Sat, 28 Dec 2019 19:54:53 +0000 (UTC) Date: Sat, 28 Dec 2019 21:54:23 +0200 From: Efraim Flashner To: Nicolas Goaziou Subject: Re: [bug#38765] [PATCH] Add C++ bindings to Portaudio Message-ID: <20191228195423.GS23018@E5400> References: <87a77d3957.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Sosn/fv6aiTyEgxl" Content-Disposition: inline In-Reply-To: <87a77d3957.fsf@nicolasgoaziou.fr> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 38765 Cc: 38765@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 (-) --Sosn/fv6aiTyEgxl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable LGTM! On Fri, Dec 27, 2019 at 07:39:48PM +0100, Nicolas Goaziou wrote: > Hello, >=20 > The following patch enables C++ bindings for our Portaudio package. >=20 > Regards, >=20 > --=20 > Nicolas Goaziou > From a771f96fc319e1ece917532253c44b57494d0e32 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Fri, 27 Dec 2019 19:33:50 +0100 > Subject: [PATCH] gnu: portaudio: Add C++ bindings. >=20 > * gnu/packages/audio.scm (portaudio): Add C++ bindings, aka "portaudiocpp= ". > --- > gnu/packages/audio.scm | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) >=20 > diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm > index 76c59f33cc..73235ef292 100644 > --- a/gnu/packages/audio.scm > +++ b/gnu/packages/audio.scm > @@ -2872,8 +2872,13 @@ portions of LAME.") > ("libtool" ,libtool) > ("pkg-config" ,pkg-config))) > (arguments > - '(#:tests? #f ;no 'check' target > - #:configure-flags '("--with-pic") > + '(#:tests? #f ;no 'check' target > + #:configure-flags '("--with-pic" > + "--enable-cxx" > + ;; XXX: The following prevents a build error > + ;; because of missing depcomp when C++ bindin= gs are > + ;; requested. > + "--disable-dependency-tracking") > #:phases > (modify-phases %standard-phases > ;; This is needed for linking the static libraries > --=20 > 2.24.1 >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Sosn/fv6aiTyEgxl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4Hsu4ACgkQQarn3Mo9 g1HkmQ/9FFrUUkshy1PMeBKid0YowO+T9O/CW3Hp6b1KP0Pp5rSeH4Mzf/3dKc5h LjPbI8rv6qSzBv0Uqx6UX6GYHvRx8QDDZ/aMBPdVeQ1/N4WpHjh5fqIkuSraLRH5 y90AGmmk6APz8o7qs26uJivGtei2Ui0zjvckF73Au6uNf5SWetUZQM5StRwOHxKq 6ki0NekSN6Ov0nSQHkysLM6B5TCQQ9KPRLs6QaTtnhD9TO8bOMyH7esP5XBTjU3r qI+s1/Lt0m4cjn3ul4o6ulL40ErI/HD7qkd9EfA0ED0hNJKPaRW/q7Wo2hiNxIFz wuyskmq/7StmeKanSlowt8x6oQFid1DESOVlixIRCFSsNLNwiu5DXSFliPrAures 5en9w3gOGACPWwp+X6javVUYdy5+ltfp/ANk4ZzQqWExdRINfLwIQ6O4WCdRlduA PCnDvPI0qijcgX3toSxfX+HxqNc+yguqRSmzYWGMeyKdYLeS4qPw6KXt7tRiH6hx jym0rDiSSAI6k/4KuxzMzudUjlmp8mQQDw+7xVEUyQzNYhNiMfCmD6GXWR3yrKHY iigBvGHBqqw70NwtLOUiLXK7UEKJJK4gjeioHfuAR2PeYXA5kX6hEAkk2/sNuFss E8uAtO4osvR5FiwCEFRYtJeQEFttCQaXTARM68aC9hiJAcvmzS0= =1a4a -----END PGP SIGNATURE----- --Sosn/fv6aiTyEgxl-- From debbugs-submit-bounces@debbugs.gnu.org Sat Dec 28 15:22:42 2019 Received: (at 38765-done) by debbugs.gnu.org; 28 Dec 2019 20:22:43 +0000 Received: from localhost ([127.0.0.1]:58965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ilIbi-0001Vf-NN for submit@debbugs.gnu.org; Sat, 28 Dec 2019 15:22:42 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:56543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ilIbg-0001VV-K5 for 38765-done@debbugs.gnu.org; Sat, 28 Dec 2019 15:22:41 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 7FA11240003; Sat, 28 Dec 2019 20:22:38 +0000 (UTC) From: Nicolas Goaziou To: Efraim Flashner Subject: Re: [bug#38765] [PATCH] Add C++ bindings to Portaudio References: <87a77d3957.fsf@nicolasgoaziou.fr> <20191228195423.GS23018@E5400> Date: Sat, 28 Dec 2019 21:22:37 +0100 In-Reply-To: <20191228195423.GS23018@E5400> (Efraim Flashner's message of "Sat, 28 Dec 2019 21:54:23 +0200") Message-ID: <87fth419pu.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38765-done Cc: 38765-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: -1.7 (-) Hello, Efraim Flashner writes: > LGTM! Pushed as 1ce6bfc21ce328d787df76c6ee132f9f828d098b. Thank you. Regards, -- Nicolas Goaziou From unknown Fri Jun 20 07:14:19 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Jan 2020 12:24:05 +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