me
/
guix
Archived
1
0
Fork 0

gnu: gst-plugins-good: Update to 1.22.1.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.22.1.
[arguments]: Use meson-0.63.
master
Maxim Cournoyer 2023-03-27 14:18:48 -04:00
parent efd1b4f66b
commit 88b7ffacc1
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 2 deletions

View File

@ -646,7 +646,7 @@ for the GStreamer multimedia library.")
(define-public gst-plugins-good (define-public gst-plugins-good
(package (package
(name "gst-plugins-good") (name "gst-plugins-good")
(version "1.20.3") (version "1.22.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -655,10 +655,11 @@ for the GStreamer multimedia library.")
"https://gstreamer.freedesktop.org/src/" name "/" "https://gstreamer.freedesktop.org/src/" name "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1dv8b2md1xk6d45ir1wzbvqhxbvm6mxv881rjl0brnjwpw3c5wzq")))) (base32 "1k3l17kzyzfqv8imph7vc227vzz7jamk42g9xcm09zdlai311ya4"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
(list (list
#:meson meson-0.63
#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases