[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
60/201: gnu: gstreamer: Update to 1.18.5.
From: |
guix-commits |
Subject: |
60/201: gnu: gstreamer: Update to 1.18.5. |
Date: |
Mon, 1 Nov 2021 23:18:35 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 794b4386b0903ada4ab6912d2343204c4ec542b8
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:
- 149/201: gnu: meson: Update to 0.60.0., (continued)
- 149/201: gnu: meson: Update to 0.60.0., guix-commits, 2021/11/01
- 158/201: gnu: gdk-pixbuf: Remove obsolete jasper support., guix-commits, 2021/11/01
- 200/201: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/01
- 183/201: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/01
- 185/201: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/01
- 172/201: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/01
- 190/201: gnu: python-requests: Update to 2.26.0., guix-commits, 2021/11/01
- 180/201: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/01
- 199/201: gnu: libgdata: Use libsoup 2 to fix build., guix-commits, 2021/11/01
- 181/201: gnu: accountsservice: Use meson 0.59.4 to work around a bug in 0.60.0., guix-commits, 2021/11/01
- 60/201: gnu: gstreamer: Update to 1.18.5.,
guix-commits <=
- 65/201: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/01
- 68/201: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/11/01
- 85/201: gnu: Add ld-gold-wrapper., guix-commits, 2021/11/01
- 86/201: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/01
- 95/201: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/01
- 100/201: gnu: python-pytest-6: Fix version via setuptools-scm., guix-commits, 2021/11/01
- 104/201: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/01
- 98/201: gnu: Add python-tomli., guix-commits, 2021/11/01
- 101/201: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/11/01
- 109/201: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/01