[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Thu Jan 13 14:41:16 UTC 2022


    Date: Thursday, January 13, 2022 @ 14:41:15
  Author: heftig
Revision: 434349

1.18.5-5: soundtouch rebuild

Modified:
  gst-plugins-bad/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-13 14:18:15 UTC (rev 434348)
+++ PKGBUILD	2022-01-13 14:41:15 UTC (rev 434349)
@@ -4,7 +4,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)
@@ -38,6 +38,9 @@
 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
@@ -74,9 +77,8 @@
   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() {



More information about the arch-commits mailing list