[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/24: gnu: gst-plugins-bad: Update to 1.24.9.
From: |
guix-commits |
Subject: |
10/24: gnu: gst-plugins-bad: Update to 1.24.9. |
Date: |
Fri, 22 Nov 2024 04:14:14 -0500 (EST) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit d2b6f725924512f8a63e1328b3654e5887beae56
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Nov 11 15:16:51 2024 +0900
gnu: gst-plugins-bad: Update to 1.24.9.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.24.9.
Change-Id: Ic2f60d2204044c71850b6dea1e4331698371443b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/gstreamer.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 70fdc48bec..ea48869ead 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -760,14 +760,14 @@ model to base your own plug-in on, here it is.")
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
- (version "1.24.6")
+ (version "1.24.9")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "0k5nqlcrl0p5gy2n9zkl34vjp0gj9sg787kwahgpr0p72darckcg"))
+ "1aswb97v1ird3rmfcsa32bvp4kgp8r987f83pd1knx8amylzgz1n"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -800,6 +800,10 @@ model to base your own plug-in on, here it is.")
;; The 'elements_curlhttpsrc' test sometimes times out.
((".*'elements/curlhttpsrc\\.c'.*") "")
+ ;; The 'mxfdemux' test fails for unknown reasons (see:
+ ;;
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3921).
+ ((".*'elements/mxfdemux.c'.*") "")
+
;; Unexpected critical/warning, see
;;
<https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000>
((".*'elements/netsim\\.c'.*") "")
- 05/24: gnu: glib-minimal: Fix deprecation warning., (continued)
- 05/24: gnu: glib-minimal: Fix deprecation warning., guix-commits, 2024/11/22
- 07/24: gnu: gstreamer: Update to 1.24.9., guix-commits, 2024/11/22
- 09/24: gnu: gst-plugins-good: Update to 1.24.9., guix-commits, 2024/11/22
- 08/24: gnu: gst-plugins-base: Update to 1.24.9., guix-commits, 2024/11/22
- 13/24: gnu: gst-editing-services: Update to 1.24.9., guix-commits, 2024/11/22
- 14/24: gnu: python-gst: Update to 1.24.9., guix-commits, 2024/11/22
- 17/24: gnu: gnome-vfs: Remove trailing #t., guix-commits, 2024/11/22
- 18/24: gnu: mjpegtools: Remove gtk+-2 input., guix-commits, 2024/11/22
- 19/24: gnu: libquicktime: Remove ffmpeg-4 and gtk+-2 inputs., guix-commits, 2024/11/22
- 02/24: gnu: blueprint-compiler: Update to 0.14.0., guix-commits, 2024/11/22
- 10/24: gnu: gst-plugins-bad: Update to 1.24.9.,
guix-commits <=
- 16/24: gnu: gst-plugins-espeak: Update to 0.6.0., guix-commits, 2024/11/22
- 15/24: gnu: gstreamer-docs: Update to 1.24.9., guix-commits, 2024/11/22
- 11/24: gnu: gst-plugins-ugly: Update to 1.24.9., guix-commits, 2024/11/22
- 20/24: gnu: libdbusmenu: Remove gtk+-2 input., guix-commits, 2024/11/22
- 12/24: gnu: gst-libav: Update to 1.24.9., guix-commits, 2024/11/22
- 21/24: gnu: libnice: Update to 0.1.22., guix-commits, 2024/11/22
- 24/24: gnu: orc: Update to 0.4.40., guix-commits, 2024/11/22
- 06/24: gnu: gi-docgen: Update to 2024.1., guix-commits, 2024/11/22
- 23/24: gnu: libvisual: Update to 0.4.2., guix-commits, 2024/11/22
- 22/24: gnu: libvisual-plugins: Update to 0.4.2., guix-commits, 2024/11/22