[arch-commits] Commit in qt6-webengine/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Feb 1 07:31:52 UTC 2022
Date: Tuesday, February 1, 2022 @ 07:31:52
Author: arojas
Revision: 435661
ffmpeg 5 rebuild
Modified:
qt6-webengine/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-01 04:14:29 UTC (rev 435660)
+++ PKGBUILD 2022-02-01 07:31:52 UTC (rev 435661)
@@ -4,7 +4,7 @@
pkgname=qt6-webengine
_qtver=6.2.3
pkgver=${_qtver/-/}
-pkgrel=7
+pkgrel=8
arch=(x86_64)
url='https://www.qt.io'
license=(GPL3 LGPL3 FDL custom)
@@ -21,9 +21,9 @@
sha256sums=('a72293b799a91189e12c91480d485d079cbce90b069439acf0bf81847cd02058'
'c50d3019626183e753c53a997dc8a55938847543aa3178d4c51f377be741c693')
-#prepare() {
-# patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
-#}
+prepare() {
+ patch -d $_pkgfn/src/3rdparty -p1 < qt6-webengine-ffmpeg5.patch # Fix build with ffmpeg 5
+}
build() {
cmake -B build -S $_pkgfn -G Ninja \
More information about the arch-commits
mailing list