summaryrefslogtreecommitdiffstats
path: root/qt5
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-10-21 21:46:17 +0000
committer Eric Hameleers <alien@slackware.com>2018-10-21 21:46:17 +0000
commit31c80609543ce9f961ccdedbf082d903066cfe03 (patch)
tree325158eb6d7ed112fbb70a27b73fc13caf634277 /qt5
parentbe9ab3c87d2e08110834711e222dad89ebfb1b56 (diff)
downloadasb-31c80609543ce9f961ccdedbf082d903066cfe03.tar.gz
asb-31c80609543ce9f961ccdedbf082d903066cfe03.tar.xz
qt5: recompile for icu4c on -current. Re-enable h.264 codec support
Diffstat (limited to 'qt5')
-rwxr-xr-xqt5/build/qt5.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/qt5/build/qt5.SlackBuild b/qt5/build/qt5.SlackBuild
index 2f581a4d..533c4e7d 100755
--- a/qt5/build/qt5.SlackBuild
+++ b/qt5/build/qt5.SlackBuild
@@ -64,7 +64,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=qt5
VERSION=${VERSION:-5.11.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
PKGSRC=$(echo $VERSION |cut -d- -f1)
PKGVER=$(echo $VERSION |tr - _)
@@ -178,7 +178,7 @@ sed -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${SLKCFLAGS}|" \
sed -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${SLKLDFLAGS}|" \
-i qtbase/mkspecs/common/g++-unix.conf || exit 1
-# Enable h.264 codec support:
+# Enable h.264 codec support (no longer works with Qt 5.11)):
echo "WEBENGINE_CONFIG += use_proprietary_codecs" >> qtwebengine/.qmake.conf
# Enable all languages in the virtual keyboard (required by Plasma 5.11):
@@ -202,6 +202,7 @@ export QT_PLUGIN_PATH="${QTDIR}/qtbase/plugins"
-archdatadir /usr/lib${LIBDIRSUFFIX}/qt5 \
-docdir /usr/doc/qt5-$PKGVER \
-examplesdir /usr/doc/qt5-$PKGVER/examples \
+ -proprietary-codecs \
-system-libpng \
-system-libjpeg \
-system-sqlite \