mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-11 13:00:35 +00:00
qtwebengine 5.12.0-1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user