mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/gstreamer to 1.22.4-2
This commit is contained in:
parent
e8a1fb3fde
commit
11bdcdc7ce
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue