[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/201: gnu: gst-editing-services: Update to 1.19.2.
From: |
guix-commits |
Subject: |
47/201: gnu: gst-editing-services: Update to 1.19.2. |
Date: |
Mon, 1 Nov 2021 23:18:31 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c335ca5e4760d832c846d0dfcac4c4af5cc88e25
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 2 00:36:23 2021 -0400
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.
---
gnu/packages/gstreamer.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index be6c85e..d44063f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -979,7 +979,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
(define-public gst-editing-services
(package
(name "gst-editing-services")
- (version "1.18.4")
+ (version "1.19.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -987,11 +987,12 @@ decoders, muxers, and demuxers provided by FFmpeg.")
"gst-editing-services-" version ".tar.xz"))
(sha256
(base32
- "010xg960qsh5dwmf0y9l1q13h0cymmrgapzla2zsw66ylxqbi1s6"))))
+ "007rd6vn9ly6djzgb8hilgj8rgdy2530w72vps0d0631fxckxh4g"))))
(build-system meson-build-system)
(arguments
;; FIXME: 16/22 failing tests.
- `(#:tests? #f
+ `(#:meson ,meson-0.55
+ #:tests? #f
#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases (modify-phases %standard-phases
,@%common-gstreamer-phases)))
- 23/201: gnu: gst-plugins-ugly: Update to 1.18.4., (continued)
- 23/201: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/01
- 27/201: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/01
- 29/201: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/01
- 30/201: gnu: farstream: Enable tests., guix-commits, 2021/11/01
- 31/201: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/01
- 32/201: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/01
- 33/201: gnu: bluez: Update to 5.59., guix-commits, 2021/11/01
- 37/201: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/01
- 40/201: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/01
- 46/201: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/01
- 47/201: gnu: gst-editing-services: Update to 1.19.2.,
guix-commits <=
- 39/201: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/01
- 38/201: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/01
- 58/201: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/01
- 50/201: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/01
- 56/201: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/01
- 48/201: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/01
- 54/201: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/01
- 57/201: gnu: Add a missing copyright., guix-commits, 2021/11/01
- 71/201: gnu: dbus-c++: Fix build., guix-commits, 2021/11/01
- 75/201: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/01