<div dir="ltr"><div><div><div>Hmmm...interesting.  I took a look at the BLFS page for qt5.  Thanks for the link.<br><br></div>I haven't tried compiling qtwebengine without pulseaudio, but the link you sent says that it needs version of nss >= 3.17.3.  Slackware 14.1 and -current comes with mozilla-nss 3.16.5.  qtwebengine is new in qt5 5.4.0, so I didn't put much effort in compiling it into the qt5.SlackBuild.<br><br></div>Good luck,<br></div>--Larry<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 4, 2015 at 7:32 PM, KaMii <span dir="ltr"><<a href="mailto:lacielacie@rocketmail.com" target="_blank">lacielacie@rocketmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA1<br>
<br>
I have been working on getting QTWebEngine to compile without<br>
pulseaudio and found a very helpful sed line which allows this.  Yet I<br>
am having some later issues with the compile job.<br>
<a href="http://pastebin.com/gSLhPyek" target="_blank">http://pastebin.com/gSLhPyek</a><br>
<br>
The sed lines I found here:<br>
<a href="http://www.linuxfromscratch.org/~krejzi/kblfs/x/qt5.html" target="_blank">http://www.linuxfromscratch.org/~krejzi/kblfs/x/qt5.html</a><br>
<br>
sed -e "$ a !contains(QT_CONFIG, pulseaudio): GYP_CONFIG += use_pulseaudio=0" \<br>
    -i qtwebengine/src/core/config/desktop_linux.pri<br>
<br>
The script I wrote and am using is here:<br>
<a href="https://github.com/KaMiila/SlackBuilds/blob/master/qtwebengine/qtwebengine.SlackBuild" target="_blank">https://github.com/KaMiila/SlackBuilds/blob/master/qtwebengine/qtwebengine.SlackBuild</a><br>
<br>
Ideally I would love to get a qt5 script that combines QTWebEngine<br>
without pulseaudio.  I noticed the slackbuild for qt5 has the<br>
QTWebEngine disabled if you do not USEPULSE=yes prefix.  I just wanted<br>
to pass on this sed line and perhaps it is useful for those that want<br>
QTWebEngine without pulseaudio?  Furthermore, if you can get this to<br>
build without, what appears to be a compiler version issue, that I have<br>
yet to conquer, please let me know!<br>
<br>
- -KaMii<br>
-----BEGIN PGP SIGNATURE-----<br>
Version: GnuPG v1<br>
<br>
iJwEAQECAAYFAlTS5FcACgkQkO84ARmAdEBdqQQAqw7d23WHJwUxQsBTSZkfXJ3O<br>
nBh5cC8YuOEzfbnpgbX91NDO2opX428NCSsAT3B2M8mj66gubay2fbFnvB5MtmDB<br>
34eqWLhuM8sxxAeWM8Fo2hgTLD8CEd2ORlkhx5lJpGy9H4o9yhc9RE3KTAI2MIRv<br>
BAb+fgVqgjRSAaPzmws=<br>
=/icP<br>
-----END PGP SIGNATURE-----<br>
_______________________________________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a><br>
<a href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" target="_blank">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a><br>
Archives - <a href="http://lists.slackbuilds.org/pipermail/slackbuilds-users/" target="_blank">http://lists.slackbuilds.org/pipermail/slackbuilds-users/</a><br>
FAQ - <a href="http://slackbuilds.org/faq/" target="_blank">http://slackbuilds.org/faq/</a><br>
<br>
</blockquote></div><br></div>