guix-commits
[Top][All Lists]
Advanced

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

branch master updated: qtwebengine-5: Enable pulseaudio.


From: guix-commits
Subject: branch master updated: qtwebengine-5: Enable pulseaudio.
Date: Tue, 21 Feb 2023 20:42:10 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d9368572ab qtwebengine-5: Enable pulseaudio.
d9368572ab is described below

commit d9368572abd3683bed4263eb5e149bb404baee59
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Feb 20 20:20:22 2023 +0800

    qtwebengine-5: Enable pulseaudio.
    
    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 76e9e519c7..01327f6ccf 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2708,7 +2708,8 @@ using the Enchant spell-checking library.")
                   "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



reply via email to

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