[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/155: gnu: gst-plugins-bad: Disable failing test.
From: |
guix-commits |
Subject: |
82/155: gnu: gst-plugins-bad: Disable failing test. |
Date: |
Mon, 23 Dec 2024 15:24:13 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 0508f0c9cbaa95cb7f6a58b5915dfb986fdaa5d9
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Oct 28 09:22:15 2024 +0100
gnu: gst-plugins-bad: Disable failing test.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Disable elements/mxfdemux
test.
---
gnu/packages/gstreamer.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index e638e1c230..b9a518884c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -819,7 +819,10 @@ model to base your own plug-in on, here it is.")
'())
;;
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
- ((".*elements/dtls\\.c.*") ""))
+ ((".*elements/dtls\\.c.*") "")
+
+ ;;
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3921
+ ((".*elements/mxfdemux\\.c.*") ""))
(substitute* "tests/check/elements/zxing.c"
;; zxing 1.2.0 seemingly changed the type representation of
;; the EAN_13 structure; disable it.
- 78/155: gnu: cairo: Update to 1.18.2., (continued)
- 78/155: gnu: cairo: Update to 1.18.2., guix-commits, 2024/12/23
- 71/155: gnu: telepathy-glib: Fix build., guix-commits, 2024/12/23
- 76/155: gnu: gobject-introspection: Update to 1.82.0., guix-commits, 2024/12/23
- 77/155: gnu: bootstrap glib and gobject against each other., guix-commits, 2024/12/23
- 81/155: gnu: gjs: Fix build., guix-commits, 2024/12/23
- 73/155: gnu: gtk: Update to 4.16.1., guix-commits, 2024/12/23
- 85/155: gnu: sysprof: Add libdex to inputs., guix-commits, 2024/12/23
- 87/155: gnu: wpebackend-fdo: Update to 1.14.3., guix-commits, 2024/12/23
- 84/155: gnu: libsecret: Fix build., guix-commits, 2024/12/23
- 86/155: gnu: libwpe: Update to 1.16.0., guix-commits, 2024/12/23
- 82/155: gnu: gst-plugins-bad: Disable failing test.,
guix-commits <=
- 91/155: Merge master branch into gnome-team., guix-commits, 2024/12/23
- 89/155: gnu: wpewebkit: Update to 2.46.0., guix-commits, 2024/12/23
- 94/155: gnu: Add lock., guix-commits, 2024/12/23
- 100/155: gnu: gst-plugins-good: Update to 1.24.9., guix-commits, 2024/12/23
- 97/155: gnu: gi-docgen: Update to 2024.1., guix-commits, 2024/12/23
- 98/155: gnu: gstreamer: Update to 1.24.9., guix-commits, 2024/12/23
- 99/155: gnu: gst-plugins-base: Update to 1.24.9., guix-commits, 2024/12/23
- 103/155: gnu: gst-libav: Update to 1.24.9., guix-commits, 2024/12/23
- 104/155: gnu: gst-editing-services: Update to 1.24.9., guix-commits, 2024/12/23
- 105/155: gnu: python-gst: Update to 1.24.9., guix-commits, 2024/12/23