~ruther/guix-local

19d40813c5a90af67dfdf02cc8e2fc5b1e4ffc59 — Maxim Cournoyer 1 year, 9 months ago dc8411b
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>
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/gstreamer.scm
M gnu/packages/gstreamer.scm => gnu/packages/gstreamer.scm +6 -2
@@ 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'.*") "")