guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 0dd06db986067d08f055c20618335240cb5b4089
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Feb 26 21:58:16 2026 +0900
gnu: gst-plugins-bad: Update to 1.28.1.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.28.1.
(gst-plugins/selection) [#:phases] {disable-auto-plugins}: Adjust for file
name change.
Change-Id: I719e543cd68bb4c75b1e41bb480a3f0f7a894fa9
---
gnu/packages/gstreamer.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index fda105ac4d..f38ddbc6ad 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -745,14 +745,14 @@ model to base your own plug-in on, here it is.")
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
- (version "1.26.3")
+ (version "1.28.1")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/src/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
- "0qbmblksgl2nmbi6brw54b1bzziw9flvqk2zb576y9qlmyn8vi4m"))
+ "18hk8gh97r2cwdazl5ikjwsczk3bkvr4z7nmjc45bdgqhwvmkhan"))
(modules '((guix build utils)))
(snippet
'(begin
@@ -1094,7 +1094,7 @@ given, also pass them to the build system instead of the
ones used by PKG."
#~(modify-phases #$phases
(add-after 'unpack 'disable-auto-plugins
(lambda _
- (substitute* "meson_options.txt"
+ (substitute* "meson.options"
(("'auto'") "'disabled'")))))))))))
(define-public gst-plugins-bad-minimal