emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61650: closed ([PATCH] qtwebengine-5: Enable pulseaudio.)


From: GNU bug Tracking System
Subject: bug#61650: closed ([PATCH] qtwebengine-5: Enable pulseaudio.)
Date: Wed, 22 Feb 2023 01:44:02 +0000

Your message dated Wed, 22 Feb 2023 09:43:08 +0800
with message-id <87bklmqxub.fsf@envs.net>
and subject line Re: bug#61650: [PATCH] qtwebengine-5: Enable pulseaudio.
has caused the debbugs.gnu.org bug report #61650,
regarding [PATCH] qtwebengine-5: Enable pulseaudio.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61650: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61650
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#61650: [PATCH] qtwebengine-5: Enable pulseaudio. Date: Wed, 22 Feb 2023 09:43:08 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
宋文武 <iyzsong@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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]