gnu: gst-editing-services: Update to 1.19.2.

* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.19.2.
[meson]: Use meson-0.55.
This commit is contained in:
Maxim Cournoyer 2021-10-02 00:36:23 -04:00
parent 5be7ae7bf3
commit 7d92a4523a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -979,7 +979,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
(define-public gst-editing-services (define-public gst-editing-services
(package (package
(name "gst-editing-services") (name "gst-editing-services")
(version "1.18.4") (version "1.19.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -987,11 +987,12 @@ decoders, muxers, and demuxers provided by FFmpeg.")
"gst-editing-services-" version ".tar.xz")) "gst-editing-services-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"010xg960qsh5dwmf0y9l1q13h0cymmrgapzla2zsw66ylxqbi1s6")))) "007rd6vn9ly6djzgb8hilgj8rgdy2530w72vps0d0631fxckxh4g"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
;; FIXME: 16/22 failing tests. ;; FIXME: 16/22 failing tests.
`(#:tests? #f `(#:meson ,meson-0.55
#:tests? #f
#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
,@%common-gstreamer-phases))) ,@%common-gstreamer-phases)))