mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -745,14 +745,14 @@ model to base your own plug-in on, here it is.")
|
|||||||
(define-public gst-plugins-bad
|
(define-public gst-plugins-bad
|
||||||
(package
|
(package
|
||||||
(name "gst-plugins-bad")
|
(name "gst-plugins-bad")
|
||||||
(version "1.26.3")
|
(version "1.28.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gstreamer.freedesktop.org/src/"
|
(uri (string-append "https://gstreamer.freedesktop.org/src/"
|
||||||
name "/" name "-" version ".tar.xz"))
|
name "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qbmblksgl2nmbi6brw54b1bzziw9flvqk2zb576y9qlmyn8vi4m"))
|
"18hk8gh97r2cwdazl5ikjwsczk3bkvr4z7nmjc45bdgqhwvmkhan"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
@@ -1094,7 +1094,7 @@ given, also pass them to the build system instead of the ones used by PKG."
|
|||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(add-after 'unpack 'disable-auto-plugins
|
(add-after 'unpack 'disable-auto-plugins
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "meson_options.txt"
|
(substitute* "meson.options"
|
||||||
(("'auto'") "'disabled'")))))))))))
|
(("'auto'") "'disabled'")))))))))))
|
||||||
|
|
||||||
(define-public gst-plugins-bad-minimal
|
(define-public gst-plugins-bad-minimal
|
||||||
|
|||||||
Reference in New Issue
Block a user