mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gstreamer to 1.20.5-3
This commit is contained in:
parent
a122df7a18
commit
a23e1d307a
1 changed files with 4 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue