[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/217: gnu: gstreamer: Update to 1.18.5.
From: |
guix-commits |
Subject: |
60/217: gnu: gstreamer: Update to 1.18.5. |
Date: |
Sun, 14 Nov 2021 19:20:40 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit ed9847a60c87a2ae727e519020a6adea07ff1aee
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:
- 58/217: gnu: polkit: Update to 0.120 and ungraft., (continued)
- 58/217: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/14
- 70/217: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/14
- 52/217: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/14
- 69/217: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/11/14
- 77/217: gnu: tzdata: Update to 2021e., guix-commits, 2021/11/14
- 79/217: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/14
- 90/217: gnu: glade3: Remove sitecustomize.py workaround., guix-commits, 2021/11/14
- 103/217: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/11/14
- 118/217: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/11/14
- 43/217: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/11/14
- 60/217: gnu: gstreamer: Update to 1.18.5.,
guix-commits <=
- 48/217: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/14
- 55/217: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/14
- 65/217: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/14
- 64/217: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/14
- 57/217: gnu: Add a missing copyright., guix-commits, 2021/11/14
- 53/217: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/14
- 66/217: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/14
- 74/217: gnu: python-keras: Skip a flaky test., guix-commits, 2021/11/14
- 83/217: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/11/14
- 76/217: gnu: glibc: Look for the current timezone in /etc/localtime., guix-commits, 2021/11/14