[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/227: gnu: gstreamer: Update to 1.18.5.
From: |
guix-commits |
Subject: |
60/227: gnu: gstreamer: Update to 1.18.5. |
Date: |
Thu, 11 Nov 2021 12:30:02 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 553a8696cf58d605cc5ae30dfca3a49714bf450c
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 8 14:42:08 2021 -0400
gnu: gstreamer: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.18.5. Remove trailing
#t.
(%common-gstreamer-phases): Remove trailing #t.
---
gnu/packages/gstreamer.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2136868..7b52081 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -466,13 +466,12 @@ the GStreamer multimedia framework.")
(("'CK_DEFAULT_TIMEOUT', '[0-9]*'")
"'CK_DEFAULT_TIMEOUT', '600'")
(("timeout ?: .*\\)")
- "timeout: 90 * 60)"))
- #t))))
+ "timeout: 90 * 60)"))))))
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.18.4")
+ (version "1.18.5")
(source
(origin
(method url-fetch)
@@ -481,7 +480,7 @@ the GStreamer multimedia framework.")
version ".tar.xz"))
(sha256
(base32
- "1igv9l4hm21kp1jmlwlagzs7ly1vaxv1sbda29q8247372dwkvls"))))
+ "02p8my6dzmm4rvd93s3qnh8w5bm9bh4f7gdydbsvnn9llqr251jm"))))
(build-system meson-build-system)
(arguments
`(#:phases
@@ -498,8 +497,7 @@ the GStreamer multimedia framework.")
(("tcase_add_test \\(tc_chain,
test_stress_cleanup_unschedule.*")
"")
(("tcase_add_test \\(tc_chain,
test_stress_reschedule.*")
- ""))
- #t)))
+ "")))))
'()))))
(propagated-inputs
;; In gstreamer-1.0.pc:
- 101/227: gnu: python-pathlib2: Update to 2.3.6., (continued)
- 101/227: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/11
- 98/227: gnu: Add python-tomli., guix-commits, 2021/11/11
- 103/227: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/11/11
- 105/227: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/11/11
- 106/227: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/11/11
- 107/227: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/11
- 109/227: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/11
- 112/227: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/11/11
- 114/227: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/11
- 115/227: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/11/11
- 60/227: gnu: gstreamer: Update to 1.18.5.,
guix-commits <=
- 66/227: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/11
- 69/227: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/11
- 54/227: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/11
- 61/227: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/11/11
- 56/227: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/11
- 62/227: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/11
- 63/227: gnu: gst-plugins-bad: Update to 1.18.5., guix-commits, 2021/11/11
- 64/227: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/11
- 65/227: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/11
- 67/227: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/11/11