From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 20 07:20:51 2023 Received: (at submit) by debbugs.gnu.org; 20 Feb 2023 12:20:51 +0000 Received: from localhost ([127.0.0.1]:50802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU5A2-0006vz-V1 for submit@debbugs.gnu.org; Mon, 20 Feb 2023 07:20:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:56174) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pU5A0-0006vq-GY for submit@debbugs.gnu.org; Mon, 20 Feb 2023 07:20:49 -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 1pU5A0-0004bZ-C6 for guix-patches@gnu.org; Mon, 20 Feb 2023 07:20:48 -0500 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pU59y-0002oO-QA for guix-patches@gnu.org; Mon, 20 Feb 2023 07:20:48 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 9CE6C38A0861; Mon, 20 Feb 2023 12:20:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hbVGP_lebgHu; Mon, 20 Feb 2023 12:20:33 +0000 (UTC) Received: from localhost (unknown [36.170.44.101]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 20 Feb 2023 12:20:33 +0000 (UTC) From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= To: guix-patches@gnu.org Subject: [PATCH] qtwebengine-5: Enable pulseaudio. Date: Mon, 20 Feb 2023 20:20:22 +0800 Message-Id: <20230220122022.810-1-iyzsong@member.fsf.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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.1 (--) Previously it will dlopen libpulse, then fallback to alsa. See also . * gnu/packages/qt.scm (qtwebengine-5)[arguments]: Set link_pulseaudio with gn_args. --- gnu/packages/qt.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index b32a78085d..3efe3961cf 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2669,7 +2669,8 @@ (define-public qtwebengine-5 "src/buildtools/config/linux.pri" (lambda (in out) (display (get-string-all in) out) - (display "\ngn_args += use_system_openh264=true\n" out))) + (display "\ngn_args += use_system_openh264=true\n" out) + (display "\ngn_args += link_pulseaudio = true\n" out))) ;; Qtwebengine is not installed into the same prefix as ;; qtbase. Some qtbase QTLibraryInfo constants will not ;; work. Replace with the full path to the qtwebengine-5 base-commit: 53e27f8abf1163e29fb5fc17af38b90a67a18138 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 21 20:43:13 2023 Received: (at 61650-done) by debbugs.gnu.org; 22 Feb 2023 01:43:13 +0000 Received: from localhost ([127.0.0.1]:57596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUeA4-0004Rv-V6 for submit@debbugs.gnu.org; Tue, 21 Feb 2023 20:43:13 -0500 Received: from mail.envs.net ([5.199.136.28]:41944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUeA1-0004Rk-G0 for 61650-done@debbugs.gnu.org; Tue, 21 Feb 2023 20:43:11 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 3087638A0865; Wed, 22 Feb 2023 01:43:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1677030188; bh=ERFns4uCTi4RnDBHpx3W6ClkPIMD4WWkFZaXVOLNTF0=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=IoJXmf6rLArGByjkd0gPP/fqtvoOjwlbgn2HPgXDVkwATQp1Kjg+r3SbmZOwNB9PQ Hx3bW0GiZXVt3D30Ih7kV6VTYX8/yHqWmC6P6imCvVELctfUTwwRcLTrXZ74xjUs53 U3f1DnAeDwXkiyBmHiK0jGfze4Gg6ePlIWJNvXLpuhg7HuUR0btyVGbYP5GxaEegtc pSyWnhWc5elnzF2HHOW0iNsoTFlqJyGDl1LBS2YYEPWemskT4KB5zN0oRZRr4juP+k YB6X4tipdb3kUqOTcxyEILJjuE4ylty8VEFHZdDjz20fktyvVYm0wIUePj64Pfkyif RSOrt0cnRWx5Jw6cSWUIqRWfml1x6tCjNV6jZZ1jrirMMskHKMkJmQhhZ36ZR9+mga FnU9oYoY8B0RxWes2LRFLWJhHItnVVkBH2L36qao3R6q0wahYC5v1YFsubUWe9W1nT wPyp4wmPBRpNr4hxFD1649VuTP08/SMGUzBCEMdsu/fZvPISDhIUpPP2t7k0BWZsw2 ueNvrQ9ZiVQeVWPr41gLw/42pxGRjUtI6DbtX6Dtr12FJLIZQ5lz0unH+JgF6md4aF MtnM8oWT/xyGB/Et6GPwa28KuCXbZDAeKkLnBr7aB+HXYDBs4ENN15pQmtUl0Doxml i57FeDEn5yfej/Zyk5o+OC/A= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id WxA5LwrPN76x; Wed, 22 Feb 2023 01:43:04 +0000 (UTC) Received: from localhost (unknown [182.150.116.135]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Wed, 22 Feb 2023 01:43:04 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id fbfad105; Wed, 22 Feb 2023 01:43:09 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: bug#61650: [PATCH] qtwebengine-5: Enable pulseaudio. References: <20230220122022.810-1-iyzsong@member.fsf.org> Date: Wed, 22 Feb 2023 09:43:08 +0800 In-Reply-To: <20230220122022.810-1-iyzsong@member.fsf.org> (=?utf-8?B?Ig==?= =?utf-8?B?5a6L5paH5q2mIidz?= message of "Mon, 20 Feb 2023 20:20:22 +0800") Message-ID: <87bklmqxub.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 61650-done Cc: 61650-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.0 (-) =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > Previously it will dlopen libpulse, then fallback to alsa. > See also . > > * gnu/packages/qt.scm (qtwebengine-5)[arguments]: Set link_pulseaudio wit= h gn_args. QA successed, pushed now! From unknown Sun Jun 22 17:13:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 22 Mar 2023 11: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