[arch-commits] Commit in qt6-webengine/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Fri Jan 28 15:48:53 UTC 2022


    Date: Friday, January 28, 2022 @ 15:48:53
  Author: arojas
Revision: 435313

ffmpeg 5 rebuild

Modified:
  qt6-webengine/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 14:14:01 UTC (rev 435312)
+++ PKGBUILD	2022-01-28 15:48:53 UTC (rev 435313)
@@ -4,7 +4,7 @@
 pkgname=qt6-webengine
 _qtver=6.2.3
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL3 LGPL3 FDL custom)
@@ -20,9 +20,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