[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
39/227: gnu: gstreamer-docs: Update to 1.19.2.
From: |
guix-commits |
Subject: |
39/227: gnu: gstreamer-docs: Update to 1.19.2. |
Date: |
Thu, 11 Nov 2021 12:29:56 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 05f5244e9f2997029b7af6fa024d6d8794d15427
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)
- 20/227: gnu: gst-plugins-base: Update to 1.18.4., (continued)
- 20/227: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/11
- 18/227: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/11/11
- 23/227: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/11
- 34/227: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/11
- 21/227: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/11/11
- 25/227: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/11
- 30/227: gnu: farstream: Enable tests., guix-commits, 2021/11/11
- 31/227: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/11
- 28/227: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/11/11
- 33/227: gnu: bluez: Update to 5.59., guix-commits, 2021/11/11
- 39/227: gnu: gstreamer-docs: Update to 1.19.2.,
guix-commits <=
- 41/227: gnu: gst-plugins-base: Update to 1.19.2., guix-commits, 2021/11/11
- 43/227: gnu: zxing-cpp: Update to 1.2.0., guix-commits, 2021/11/11
- 45/227: gnu: gst-plugins-ugly: Update to 1.19.2., guix-commits, 2021/11/11
- 44/227: gnu: gst-plugins-bad: Update to 1.19.2., guix-commits, 2021/11/11
- 49/227: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/11/11
- 50/227: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/11
- 51/227: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/11/11
- 53/227: gnu: googletest: Update to 1.11.0., guix-commits, 2021/11/11
- 55/227: gnu: abseil-cpp: Update to 20210324.2., guix-commits, 2021/11/11
- 32/227: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/11