[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/227: gnu: gst-editing-services: Update to 1.19.2.
From: |
guix-commits |
Subject: |
47/227: gnu: gst-editing-services: Update to 1.19.2. |
Date: |
Thu, 11 Nov 2021 12:29:58 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 7d92a4523a6e13f1f149a9b74794351fcdc01472
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)))
- 49/227: gnu: e2fsprogs: Update to 1.46.4., (continued)
- 49/227: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/11/11
- 50/227: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/11
- 51/227: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/11
- 53/227: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/11
- 55/227: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/11
- 32/227: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/11
- 37/227: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/11
- 42/227: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/11/11
- 46/227: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/11
- 27/227: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/11
- 47/227: gnu: gst-editing-services: Update to 1.19.2.,
guix-commits <=
- 48/227: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/11
- 52/227: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/11
- 57/227: gnu: Add a missing copyright., guix-commits, 2021/11/11
- 58/227: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/11
- 71/227: gnu: dbus-c++: Fix build., guix-commits, 2021/11/11
- 75/227: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/11
- 70/227: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/11
- 72/227: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/11
- 73/227: bluez: Update to 5.61., guix-commits, 2021/11/11
- 84/227: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/11/11