summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-02-26 21:58:16 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-11 10:03:22 +0900
commit0dd06db986067d08f055c20618335240cb5b4089 (patch)
treed0c1e8e67894f93ba98af996935ffe538eda535a /gnu
parentb953fb32805cdd96ae35d52d66ebb44f3bed7f94 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gstreamer.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index fda105ac4d6..f38ddbc6adb 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