diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2016-03-16 16:18:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-03-17 17:57:33 +0700 |
commit | e7666ab949e833ad44b0d728a506f00ce815de05 (patch) | |
tree | 07912f11a5b4f0e763f8c97e674091d380d967cb /libraries/qt5/qt5.SlackBuild | |
parent | e2fe9203261a59b558e79890a0c11c2cec7c7e6a (diff) | |
download | slackbuilds-e7666ab949e833ad44b0d728a506f00ce815de05.tar.gz |
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 'libraries/qt5/qt5.SlackBuild')
-rw-r--r-- | libraries/qt5/qt5.SlackBuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/libraries/qt5/qt5.SlackBuild b/libraries/qt5/qt5.SlackBuild index 8ba4f2a336..4d61d8b4b0 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 |