[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/51: gnu: gstreamer: Update to 1.22.1.
From: |
guix-commits |
Subject: |
02/51: gnu: gstreamer: Update to 1.22.1. |
Date: |
Tue, 28 Mar 2023 20:20:19 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 697785e652815c0d4a9a3dc70d5a6e257f58d5ec
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 14:17:54 2023 -0400
gnu: gstreamer: Update to 1.22.1.
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.1.
[arguments]: Use meson-0.63.
---
gnu/packages/gstreamer.scm | 31 ++++++++++++++++---------------
1 file changed, 16 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 7aa9500620..aa64ca2673 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -44,6 +44,7 @@
#:use-module (gnu packages base)
#:use-module (gnu packages bash)
#:use-module (gnu packages bison)
+ #:use-module (gnu packages build-tools)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages curl)
#:use-module (gnu packages compression)
@@ -463,7 +464,7 @@ the GStreamer multimedia framework.")
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.20.3")
+ (version "1.22.1")
(source
(origin
(method url-fetch)
@@ -472,22 +473,22 @@ the GStreamer multimedia framework.")
version ".tar.xz"))
(sha256
(base32
- "0aisl8nazcfi4b5j6fz8zwpp0k9csb022zniz65b2pxxpdjayzb0"))))
+ "0wg7zlj2pqkkxk71a1mwi4lc960ifv4n7spwzlakcxi6z5csfg6d"))))
(build-system meson-build-system)
(arguments
- (list
- #:disallowed-references (list python)
- #:phases
- #~(modify-phases %standard-phases
- #$@%common-gstreamer-phases
- #$@(if (string-prefix? "i686" (or (%current-target-system)
- (%current-system)))
- ;; FIXME: These tests consistently fail in the Guix CI:
- ;; https://issues.guix.gnu.org/57868
- '((add-after 'unpack 'disable-systemclock-test
- (lambda _
- (substitute* "tests/check/gst/gstsystemclock.c"
- (("tcase_add_test \\(tc_chain, \
+ (list #:disallowed-references (list python)
+ #:meson meson-0.63
+ #:phases
+ #~(modify-phases %standard-phases
+ #$@%common-gstreamer-phases
+ #$@(if (string-prefix? "i686" (or (%current-target-system)
+ (%current-system)))
+ ;; FIXME: These tests consistently fail in the Guix CI:
+ ;; https://issues.guix.gnu.org/57868
+ '((add-after 'unpack 'disable-systemclock-test
+ (lambda _
+ (substitute* "tests/check/gst/gstsystemclock.c"
+ (("tcase_add_test \\(tc_chain, \
test_stress_cleanup_unschedule.*")
"")
(("tcase_add_test \\(tc_chain, \
- branch staging updated (c1a2e26b28 -> e5ae499f4c), guix-commits, 2023/03/28
- 05/51: gnu: gst-plugins-good: Update to 1.22.1., guix-commits, 2023/03/28
- 07/51: gnu: gst-plugins-ugly: Update to 1.22.1., guix-commits, 2023/03/28
- 10/51: gnu: python-gst: Update to 1.22.1., guix-commits, 2023/03/28
- 01/51: NEWS: Mention new rpm format., guix-commits, 2023/03/28
- 04/51: gnu: gst-plugins-base: Update to 1.22.1., guix-commits, 2023/03/28
- 02/51: gnu: gstreamer: Update to 1.22.1.,
guix-commits <=
- 06/51: gnu: gst-plugins-bad: Update to 1.22.1 and reinstate a few tests., guix-commits, 2023/03/28
- 09/51: gnu: gst-editing-services: Update to 1.22.1., guix-commits, 2023/03/28
- 22/51: gnu: qtsvg-5: Update to 5.15.8., guix-commits, 2023/03/28
- 17/51: gnu: jami-docs: Update to 0.0.0-1.ff466eb., guix-commits, 2023/03/28
- 13/51: gnu: ffmpeg: Update to 6.0., guix-commits, 2023/03/28
- 25/51: gnu: qtxmlpatterns: Update to 5.15.8., guix-commits, 2023/03/28
- 31/51: gnu: qtwayland-5: Update to 5.15.8., guix-commits, 2023/03/28
- 28/51: gnu: qtwebsockets-5: Update to 5.15.8., guix-commits, 2023/03/28
- 35/51: gnu: qtwebglplugin: Update to 5.15.8., guix-commits, 2023/03/28
- 38/51: gnu: qttools-5: Update to 5.15.8., guix-commits, 2023/03/28