GNU bug report logs - #61650
[PATCH] qtwebengine-5: Enable pulseaudio.

Previous Next

Package: guix-patches;

Reported by: 宋文武 <iyzsong <at> member.fsf.org>

Date: Mon, 20 Feb 2023 12:21:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61650 in the body.
You can then email your comments to 61650 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61650; Package guix-patches. (Mon, 20 Feb 2023 12:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to 宋文武 <iyzsong <at> member.fsf.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Feb 2023 12:21:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [PATCH] qtwebengine-5: Enable pulseaudio.
Date: Mon, 20 Feb 2023 20:20:22 +0800
Previously it will dlopen libpulse, then fallback to alsa.
See also <https://issues.guix.gnu.org/45280>.

* 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





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Wed, 22 Feb 2023 01:44:02 GMT) Full text and rfc822 format available.

Notification sent to 宋文武 <iyzsong <at> member.fsf.org>:
bug acknowledged by developer. (Wed, 22 Feb 2023 01:44:02 GMT) Full text and rfc822 format available.

Message #10 received at 61650-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: 宋文武 <iyzsong <at> member.fsf.org>
Cc: 61650-done <at> debbugs.gnu.org
Subject: Re: bug#61650: [PATCH] qtwebengine-5: Enable pulseaudio.
Date: Wed, 22 Feb 2023 09:43:08 +0800
宋文武 <iyzsong <at> member.fsf.org> writes:

> Previously it will dlopen libpulse, then fallback to alsa.
> See also <https://issues.guix.gnu.org/45280>.
>
> * gnu/packages/qt.scm (qtwebengine-5)[arguments]: Set link_pulseaudio with gn_args.

QA successed, pushed now!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 22 Mar 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.