[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/203: gnu: gstreamer-docs: Update to 1.19.2.
From: |
guix-commits |
Subject: |
39/203: gnu: gstreamer-docs: Update to 1.19.2. |
Date: |
Wed, 3 Nov 2021 21:09:53 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit dcf186acdcd341965b183a07606b9e969c1b0fa2
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)
- 10/203: gnu: gdk-pixbuf+svg: Fix typo in comment., (continued)
- 10/203: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/11/03
- 23/203: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/03
- 24/203: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/03
- 36/203: gnu: python-sphinxcontrib-htmlhelp: Update to 2.0.0., guix-commits, 2021/11/03
- 35/203: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/03
- 41/203: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/03
- 44/203: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/03
- 26/203: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/11/03
- 48/203: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/03
- 47/203: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/03
- 39/203: gnu: gstreamer-docs: Update to 1.19.2.,
guix-commits <=
- 52/203: Revert commits made to resolve a gdk-pixbuf+svg propagation issue., guix-commits, 2021/11/03
- 53/203: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/03
- 66/203: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/03
- 16/203: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/03
- 62/203: gnu: gst-plugins-good: Update to 1.18.5., guix-commits, 2021/11/03
- 70/203: gnu: python-keras: Enable parallel tests., guix-commits, 2021/11/03
- 72/203: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/03
- 65/203: gnu: gst-libav: Update to 1.18.5., guix-commits, 2021/11/03
- 54/203: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/11/03
- 56/203: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/03