summaryrefslogtreecommitdiffstats
path: root/libraries/qt5/qt5.SlackBuild
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2016-03-16 16:18:25 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-04-19 22:23:57 +0700
commit7a0108ce2f22af50b0a07700f4777bfeda25e734 (patch)
treefbfeb11d0e1684b9ecc17ba1557b0c714fd517be /libraries/qt5/qt5.SlackBuild
parent9754ca04ac0a521a3365a8d2e5d40df2650a0b4c (diff)
downloadslackbuilds-7a0108ce2f22af50b0a07700f4777bfeda25e734.tar.gz
slackbuilds-7a0108ce2f22af50b0a07700f4777bfeda25e734.tar.xz
libraries/qt5: Added a patch for the newer mozilla-nss.
Also another one for QTBUG-48321 (cropped video with vlc) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--libraries/qt5/qt5.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/libraries/qt5/qt5.SlackBuild b/libraries/qt5/qt5.SlackBuild
index 7d4d081ab6..52110433a3 100644
--- a/libraries/qt5/qt5.SlackBuild
+++ b/libraries/qt5/qt5.SlackBuild
@@ -47,7 +47,7 @@
PRGNAM=qt5
VERSION=${VERSION:-5.5.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -105,6 +105,12 @@ patch -p1 < $CWD/patches/qt5.mysql.h.diff
# https://bugs.webkit.org/show_bug.cgi?id=117077
patch -p1 < $CWD/patches/platformplugin-install-path-fix.patch
+# Prevent cropped video in full-screen mode (QTBUG-48321).
+patch -p1 < $CWD/patches/qt5.whandle.patch
+
+# Patch for the newer mozilla-nss
+patch -p1 < $CWD/patches/nss-update-sslv3-nonce.patch
+
# Limit -reduce-relocations to ix86 and x86_64.
# https://bugreports.qt-project.org/browse/QTBUG-36129
if echo $ARCH | grep -q '\(i.86\|x86_64\)' 2>/dev/null; then