unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61650] [PATCH] qtwebengine-5: Enable pulseaudio.
@ 2023-02-20 12:20 宋文武
  2023-02-22  1:43 ` bug#61650: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: 宋文武 @ 2023-02-20 12:20 UTC (permalink / raw)
  To: 61650; +Cc: 宋文武

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61650: [PATCH] qtwebengine-5: Enable pulseaudio.
  2023-02-20 12:20 [bug#61650] [PATCH] qtwebengine-5: Enable pulseaudio 宋文武
@ 2023-02-22  1:43 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-02-22  1:43 UTC (permalink / raw)
  To: 宋文武; +Cc: 61650-done

宋文武 <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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-22  1:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 12:20 [bug#61650] [PATCH] qtwebengine-5: Enable pulseaudio 宋文武
2023-02-22  1:43 ` bug#61650: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).