Date: Thursday, January 5, 2023 @ 20:37:04 Author: arojas Revision: 466016
upgpkg: gstreamer 1.20.5-3: opencv 4.7 rebuild Modified: gstreamer/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-05 20:36:38 UTC (rev 466015) +++ PKGBUILD 2023-01-05 20:37:04 UTC (rev 466016) @@ -24,7 +24,7 @@ gstreamer-docs ) pkgver=1.20.5 -pkgrel=2 +pkgrel=3 pkgdesc="Multimedia graph framework" url="https://gstreamer.freedesktop.org/" arch=(x86_64) @@ -101,6 +101,9 @@ # Workaround broken detection of underscore prefixes # https://github.com/mesonbuild/meson/issues/5482 git apply -3 ../0003-HACK-meson-Work-around-broken-detection-of-underscor.patch + + # Fix build with opencv 4.7 + git cherry-pick -n 8d5ac30955cf052a12ef8c87c0cae6d124d4d7b6 } build() {
