mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/qt5-webengine to 5.7.0-5
This commit is contained in:
parent
62d3d8cb62
commit
b1fd975410
1 changed files with 8 additions and 3 deletions
|
@ -11,18 +11,19 @@ buildarch=12
|
|||
pkgname=qt5-webengine
|
||||
_qtver=5.7.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL3' 'FDL' 'custom')
|
||||
pkgdesc='Provides support for web applications using the Chromium browser project'
|
||||
depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
|
||||
'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'protobuf' 'ffmpeg') # minizip
|
||||
makedepends=('python2' 'git' 'gperf')
|
||||
'libevent' 'libsrtp' 'libwebp' 'snappy' 'nss' 'protobuf' 'libxslt')
|
||||
makedepends=('python2' 'git' 'gperf' 'jsoncpp')
|
||||
groups=('qt' 'qt5')
|
||||
_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
|
||||
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz" qt5-webengine-nss.patch
|
||||
qt5-webengine-fno-delete-null-pointer-checks.patch qt5-webengine-fno-delete-null-pointer-checks-2.patch
|
||||
qt5-webengine-glibc2.24.patch::"https://github.com/qt/qtwebengine-chromium/commit/b12ffcd4.patch"
|
||||
qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
|
||||
system-ffmpeg.patch)
|
||||
|
||||
|
@ -30,6 +31,7 @@ md5sums=('937f64886fbcb038d6fa4b44ae80cbeb'
|
|||
'2a1610b34204102938a24154a52e5571'
|
||||
'5671a16fef65152928789bffd1f7cf24'
|
||||
'8145ce05fb86e762f012ca1b56f718fe'
|
||||
'753154df82838d19a7629d56cec7b649'
|
||||
'5bf00425cacab1a6580c46b9ac8b57ac'
|
||||
'9f79b14f7c5ff603c1fcd87f37a8904f')
|
||||
|
||||
|
@ -49,6 +51,9 @@ prepare() {
|
|||
cd src/3rdparty
|
||||
patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks-2.patch
|
||||
|
||||
# Fix segfault with glibc 2.24
|
||||
patch -p1 -i "$srcdir"/qt5-webengine-glibc2.24.patch
|
||||
|
||||
cd ../..
|
||||
[[ $CARCH == "armv7h" ]] && patch -p1 -i ../qtwebengine-opensource-src-5.6.0-beta-no-neon.patch
|
||||
patch -p1 -i ../system-ffmpeg.patch
|
||||
|
|
Loading…
Reference in a new issue