[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/136: gnu: gst-editing-services: Update to 1.19.2.
From: |
guix-commits |
Subject: |
47/136: gnu: gst-editing-services: Update to 1.19.2. |
Date: |
Sun, 17 Oct 2021 05:15:58 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 659aea57b4f8d0751ff6bf40330bb2ed2c0c9ca7
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)))
- 32/136: gnu: python-docutils: Update to 0.17.1., (continued)
- 32/136: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/17
- 46/136: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/10/17
- 48/136: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/10/17
- 38/136: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/10/17
- 40/136: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/10/17
- 41/136: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/10/17
- 34/136: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/17
- 31/136: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/10/17
- 35/136: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/10/17
- 44/136: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/10/17
- 47/136: gnu: gst-editing-services: Update to 1.19.2.,
guix-commits <=
- 50/136: gnu: lib2geom: Update to 1.1., guix-commits, 2021/10/17
- 51/136: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/10/17
- 60/136: gnu: gstreamer: Update to 1.18.5., guix-commits, 2021/10/17
- 33/136: gnu: bluez: Update to 5.59., guix-commits, 2021/10/17
- 39/136: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/10/17
- 43/136: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/10/17
- 49/136: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/10/17
- 52/136: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/10/17
- 54/136: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/17
- 59/136: Revert gstreamer update to 1.19.2., guix-commits, 2021/10/17