[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/201: gnu: gstreamer-docs: Update to 1.19.2.
From: |
guix-commits |
Subject: |
39/201: gnu: gstreamer-docs: Update to 1.19.2. |
Date: |
Mon, 1 Nov 2021 23:18:28 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 8d460e0bb745795a402466ab2109b7517cc15d2a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 1 21:49:17 2021 -0400
gnu: gstreamer-docs: Update to 1.19.2.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.19.2. Remove
trailing #t.
---
gnu/packages/gstreamer.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 180604c..ff644e1 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -409,7 +409,7 @@ arrays of data.")
(define-public gstreamer-docs
(package
(name "gstreamer-docs")
- (version "1.18.2")
+ (version "1.19.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -417,7 +417,7 @@ arrays of data.")
"/gstreamer-docs-" version ".tar.xz"))
(sha256
(base32
- "07hrgn11ll16yahyyh5684k8ms1j9npsyb8lj0skwbapin4czshm"))))
+ "1isrp3c9gm59br9vbidd1sgqdjgl1ka2p269bqxmh5dcn4f2gz6a"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
@@ -435,8 +435,7 @@ arrays of data.")
(invoke (string-append tar "/bin/tar") "-xvf" source
"--strip-components=3"
(string-append ,name "-" ,version
- "/devhelp/books/GStreamer")))
- #t))))
+ "/devhelp/books/GStreamer")))))))
(native-inputs
`(("tar" ,tar)
("xz" ,xz)))
@@ -466,13 +465,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.19.2")
(source
(origin
(method url-fetch)
- 27/201: gnu: gst-editing-services: Update to 1.18.4., (continued)
- 27/201: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/01
- 29/201: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/01
- 30/201: gnu: farstream: Enable tests., guix-commits, 2021/11/01
- 31/201: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/01
- 32/201: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/01
- 33/201: gnu: bluez: Update to 5.59., guix-commits, 2021/11/01
- 37/201: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/01
- 40/201: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/01
- 46/201: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/01
- 47/201: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/01
- 39/201: gnu: gstreamer-docs: Update to 1.19.2.,
guix-commits <=
- 38/201: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/01
- 58/201: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/01
- 50/201: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/01
- 56/201: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/01
- 48/201: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/01
- 54/201: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/01
- 57/201: gnu: Add a missing copyright., guix-commits, 2021/11/01
- 71/201: gnu: dbus-c++: Fix build., guix-commits, 2021/11/01
- 75/201: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/11/01
- 55/201: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/01