From a23e1d307a2b95264b4cb9f856cece170402b4a4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 7 Jan 2023 15:29:11 +0000 Subject: [PATCH] extra/gstreamer to 1.20.5-3 --- extra/gstreamer/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extra/gstreamer/PKGBUILD b/extra/gstreamer/PKGBUILD index 2c243db26..c374b1fc9 100644 --- a/extra/gstreamer/PKGBUILD +++ b/extra/gstreamer/PKGBUILD @@ -30,7 +30,7 @@ pkgname=( gstreamer-docs ) pkgver=1.20.5 -pkgrel=2 +pkgrel=3 pkgdesc="Multimedia graph framework" url="https://gstreamer.freedesktop.org/" arch=(x86_64) @@ -108,6 +108,9 @@ prepare() { # 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() {