extra/gstreamer to 1.22.4-2

This commit is contained in:
Kevin Mihelich 2023-07-06 15:36:26 +00:00
parent e8a1fb3fde
commit 11bdcdc7ce

View file

@ -32,7 +32,7 @@ pkgname=(
gstreamer-docs
)
pkgver=1.22.4
pkgrel=1
pkgrel=2
pkgdesc="Multimedia graph framework"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
@ -93,6 +93,9 @@ validpgpkeys=(
prepare() {
cd gstreamer
# OpenCV 4.8+
git cherry-pick -n 8d5ac30955cf052a12ef8c87c0cae6d124d4d7b6
# Disable broken tests
git apply -3 ../0001-HACK-meson-Disable-broken-tests.patch
}