From 51da933ca1f45a34c368a0e36911ca169c01f26d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 10 Feb 2022 10:55:46 +0100 Subject: gst-plugins-base, gst-plugins-good are now in gstreamer, too - content still broken, probably --- extra/gst-plugins-base/PKGBUILD | 4 ---- extra/gst-plugins-good/PKGBUILD | 10 ---------- extra/gstreamer/PKGBUILD | 14 ++++++++++++++ 3 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 extra/gst-plugins-base/PKGBUILD delete mode 100644 extra/gst-plugins-good/PKGBUILD (limited to 'extra') diff --git a/extra/gst-plugins-base/PKGBUILD b/extra/gst-plugins-base/PKGBUILD deleted file mode 100644 index 62ceff8b..00000000 --- a/extra/gst-plugins-base/PKGBUILD +++ /dev/null @@ -1,4 +0,0 @@ -# disabled testing for now, takes to long (the developers think) -# 99%: Checks: 105, Failures: 0, Errors: 1 -# ../gst-plugins-base/tests/check/elements/appsrc.c:443:E:general:test_appsrc_blocked_on_caps:0: (after this point) Test timeout expired -unset check diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD deleted file mode 100644 index 470065fd..00000000 --- a/extra/gst-plugins-good/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# ignoring one check here: -# ../gstreamer/libs/gst/check/gstcheck.c:286:F:general:test_qtdemux_pad_names:0: Unexpected critical/warning: can't peek value table for type '(null)' which is not currently referenced -# Check suite qtdemux ran in 0.061s (tests failed: 1) - -eval "$( - declare -f check | \ - sed ' - s/\(meson test.*\)/\1 || true/ - ' -)" diff --git a/extra/gstreamer/PKGBUILD b/extra/gstreamer/PKGBUILD index a28b9fea..a08dc4bb 100644 --- a/extra/gstreamer/PKGBUILD +++ b/extra/gstreamer/PKGBUILD @@ -44,3 +44,17 @@ if [ "$CARCH" = 'i486' ]; then ' )" fi +# disabled testing for now, takes to long (the developers think) +# 99%: Checks: 105, Failures: 0, Errors: 1 +# ../gst-plugins-base/tests/check/elements/appsrc.c:443:E:general:test_appsrc_blocked_on_caps:0: (after this point) Test timeout expired +unset check +# ignoring one check here: +# ../gstreamer/libs/gst/check/gstcheck.c:286:F:general:test_qtdemux_pad_names:0: Unexpected critical/warning: can't peek value table for type '(null)' which is not currently referenced +# Check suite qtdemux ran in 0.061s (tests failed: 1) + +eval "$( + declare -f check | \ + sed ' + s/\(meson test.*\)/\1 || true/ + ' +)" -- cgit v1.2.3-54-g00ecf