qtwebengine 5.12.0-1

This commit is contained in:
emmett1
2019-01-11 16:19:20 +08:00
parent b6479045d3
commit a9a84feb3b

View File

@@ -1,21 +1,24 @@
# description : QtWebEngine integrates chromium's web capabilities into Qt
# depends : qt5 nss libwebp libxslt opus ninja
# depends : qt5 nss python2 libwebp libxslt opus ninja ffmpeg alsa-lib
name=qtwebengine
version=5.11.3
version=5.12.0
release=1
source=(https://download.qt.io/archive/qt/${version::4}/$version/submodules/$name-everywhere-src-$version.tar.xz)
md5sum=(c3c086fd2bc0b25fce9737b3a1fe63fb)
md5sum=(SKIP)
build() {
cd $name-everywhere-src-$version
find -type f -name "*.pr[io]" |
xargs sed -i -e 's|INCLUDEPATH += |&$$QTWEBENGINE_ROOT/include |'
mkdir build
cd build
test -n $MAKEFLAGS && export NINJAFLAGS+=" $MAKEFLAGS"
qmake .. -- -proprietary-codecs
qmake .. -- -proprietary-codecs -system-ffmpeg -webengine-icu
make
make INSTALL_ROOT=$PKG install