From 260751ec00d3d832a0f16629af6d9c0d3afd66c69cb653ee8542511acbe798ea Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 19 Sep 2019 08:36:35 +0000 Subject: [PATCH] Accepting request 731876 from home:Vogtinator:wepulse - Add gn_args+=link_pulseaudio=true to work around incompatibility with PA 13 headers (QTBUG-77037) - Enable kerberos support OBS-URL: https://build.opensuse.org/request/show/731876 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.13/libqt5-qtwebengine?expand=0&rev=13 --- libqt5-qtwebengine.changes | 7 +++++++ libqt5-qtwebengine.spec | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index 1cb423a..f867cb1 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 19 07:48:11 UTC 2019 - Fabian Vogt + +- Add gn_args+=link_pulseaudio=true to work around incompatibility + with PA 13 headers (QTBUG-77037) +- Enable kerberos support + ------------------------------------------------------------------- Fri Sep 6 08:04:49 UTC 2019 - Fabian Vogt diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index 29a40bd..788f3a4 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -1,7 +1,7 @@ # # spec file for package libqt5-qtwebengine # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright © 2017 Kevin Kofler # # All modifications and additions to the file contributed by third parties @@ -276,13 +276,15 @@ RPM_OPT_FLAGS="$RPM_OPT_FLAGS " export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / } %endif # It does not actually include proprietary codecs, it only makes it attempt to use ffmpeg +# Link pulseaudio to work around QTBUG-77037 %qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \ QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31 -Wl,--reduce-memory-overheads" \ + gn_args+="link_pulseaudio=true" \ %if 0%{?suse_version} < 1330 QMAKE_CC=gcc-7 QMAKE_CXX=g++-7 CONFIG+=c++14 \ %endif qtwebengine.pro -- \ - -webengine-alsa -no-webengine-embedded-build \ + -webengine-alsa -webengine-kerberos -no-webengine-embedded-build \ %if %{with system_icu} -system-webengine-icu \ %endif