extra/gstreamer to 1.20.5-3

This commit is contained in:
Kevin Mihelich 2023-01-07 15:29:11 +00:00
parent a122df7a18
commit a23e1d307a

View file

@ -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() {