extra/gst-plugins-bad to 1.18.5-5

This commit is contained in:
Kevin Mihelich 2022-01-19 13:55:48 +00:00
parent 6072f5f463
commit 6cfacbec1e

View file

@ -8,7 +8,7 @@
pkgbase=gst-plugins-bad
pkgname=(gst-plugins-bad-libs gst-plugins-bad gst-plugin-opencv gst-plugin-wpe)
pkgver=1.18.5
pkgrel=4
pkgrel=5
pkgdesc="Multimedia graph framework - bad plugins"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
@ -42,6 +42,9 @@ pkgver() {
prepare() {
cd $pkgbase
# zxing-cpp 1.1.1
git cherry-pick -n 451c875d40a92ade05389cb62ef885eefd29be4a
# Neon 0.32.x
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1267
patch -Np3 -i ../1267.patch
@ -79,9 +82,8 @@ check() (
mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
export XDG_RUNTIME_DIR
# elements_dtls test hangs sometimes
xvfb-run -s '-nolisten local' \
meson test -C build --print-errorlogs || :
meson test -C build --print-errorlogs
)
package_gst-plugins-bad-libs() {