forked from pool/libqt5-qtwebengine
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
This commit is contained in:
parent
eeef81c390
commit
260751ec00
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 19 07:48:11 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- 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 <fabian@ritter-vogt.de>
|
Fri Sep 6 08:04:49 UTC 2019 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libqt5-qtwebengine
|
# 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 <Kevin@tigcc.ticalc.org>
|
# Copyright © 2017 Kevin Kofler <Kevin@tigcc.ticalc.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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 / }
|
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
|
||||||
%endif
|
%endif
|
||||||
# It does not actually include proprietary codecs, it only makes it attempt to use ffmpeg
|
# 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" \
|
%qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31 -Wl,--reduce-memory-overheads" \
|
QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31 -Wl,--reduce-memory-overheads" \
|
||||||
|
gn_args+="link_pulseaudio=true" \
|
||||||
%if 0%{?suse_version} < 1330
|
%if 0%{?suse_version} < 1330
|
||||||
QMAKE_CC=gcc-7 QMAKE_CXX=g++-7 CONFIG+=c++14 \
|
QMAKE_CC=gcc-7 QMAKE_CXX=g++-7 CONFIG+=c++14 \
|
||||||
%endif
|
%endif
|
||||||
qtwebengine.pro -- \
|
qtwebengine.pro -- \
|
||||||
-webengine-alsa -no-webengine-embedded-build \
|
-webengine-alsa -webengine-kerberos -no-webengine-embedded-build \
|
||||||
%if %{with system_icu}
|
%if %{with system_icu}
|
||||||
-system-webengine-icu \
|
-system-webengine-icu \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user