extra/qt5-webengine to 5.9.2-3

This commit is contained in:
Kevin Mihelich 2017-11-17 23:31:13 +00:00
parent 9c58fd80cd
commit b9229aeaa4

View file

@ -11,8 +11,8 @@ highmem=1
pkgname=qt5-webengine
_qtver=5.9.2
pkgver=${_qtver/-/}
pkgrel=2
arch=('i686' 'x86_64')
pkgrel=3
arch=('x86_64')
url='http://qt-project.org/'
license=('LGPL3' 'LGPL2.1' 'BSD')
pkgdesc='Provides support for web applications using the Chromium browser project'
@ -49,7 +49,7 @@ build() {
cd build
export PATH="$srcdir/bin:$PATH"
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_icu" ../${_pkgfqn}
qmake CONFIG+="proprietary-codecs" WEBENGINE_CONFIG+="use_proprietary_codecs use_system_ffmpeg" ../${_pkgfqn}
make
}