[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/142: gnu: gstreamer: Update to 1.18.4.
From: |
guix-commits |
Subject: |
19/142: gnu: gstreamer: Update to 1.18.4. |
Date: |
Wed, 20 Oct 2021 14:56:24 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 223ee654003ed83ff237077b073d3f86f3ed5e30
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Apr 12 11:36:06 2021 +0200
gnu: gstreamer: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gstreamer)[version]: Update to 1.18.4.
[propagated-inputs]: Add elfutils and libunwind.
[synopsis]: Change to "Multimedia framework".
[native-inputs]: Add bash-completion and gettext-minimal.
[inputs]: Add gmp, libcap and gsl.
Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
gnu/packages/gstreamer.scm | 48 ++++++++++++++++++++++++++++------------------
1 file changed, 29 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 32ad2f1..b40874d 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -40,6 +40,7 @@
#:use-module (gnu packages audio)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
+ #:use-module (gnu packages bash)
#:use-module (gnu packages bison)
#:use-module (gnu packages cdrom)
#:use-module (gnu packages curl)
@@ -62,7 +63,9 @@
#:use-module (gnu packages libunwind)
#:use-module (gnu packages libusb)
#:use-module (gnu packages linux)
+ #:use-module (gnu packages maths)
#:use-module (gnu packages mp3)
+ #:use-module (gnu packages multiprecision)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages networking)
#:use-module (gnu packages ocr)
@@ -461,16 +464,16 @@ the GStreamer multimedia framework.")
(define-public gstreamer
(package
(name "gstreamer")
- (version "1.18.2")
+ (version "1.18.4")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-"
- version ".tar.xz"))
- (sha256
- (base32
- "0ijlmvr660m8zn09xlmnq1ajrziqsivp2hig5a9mabhcjx7ypkb6"))))
+ (method url-fetch)
+ (uri (string-append
+ "https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "1igv9l4hm21kp1jmlwlagzs7ly1vaxv1sbda29q8247372dwkvls"))))
(build-system meson-build-system)
(arguments
`(#:phases
@@ -487,29 +490,36 @@ the GStreamer multimedia framework.")
(("tcase_add_test \\(tc_chain,
test_stress_cleanup_unschedule.*")
"")
(("tcase_add_test \\(tc_chain,
test_stress_reschedule.*")
- ""))
- #t)))
- '())
- ;; XXX: This test fails undeterministically.
- (add-after 'unpack 'disable-test
- (lambda _
- (substitute* "tests/check/meson.build"
- ((".*libs/gstnetclientclock\\.c.*") "")))))))
- (propagated-inputs `(("glib" ,glib))) ; required by gstreamer-1.0.pc.
+ "")))))
+ '()))))
+ (propagated-inputs
+ ;; In gstreamer-1.0.pc:
+ ;; Requires: glib-2.0, gobject-2.0
+ ;; Requires.private: gmodule-no-export-2.0 libunwind libdw
+ `(("elfutils" ,elfutils) ; libdw
+ ("glib" ,glib)
+ ("libunwind" ,libunwind)))
(native-inputs
- `(("bison" ,bison)
+ `(("bash-completion" ,bash-completion)
+ ("bison" ,bison)
("flex" ,flex)
+ ("gettext" ,gettext-minimal)
("glib" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("perl" ,perl)
("pkg-config" ,pkg-config)
("python-wrapper" ,python-wrapper)))
+ (inputs
+ `(("gmp" ,gmp)
+ ("libcap" ,libcap)
+ ;; For tests.
+ ("gsl" ,gsl)))
(native-search-paths
(list (search-path-specification
(variable "GST_PLUGIN_SYSTEM_PATH")
(files '("lib/gstreamer-1.0")))))
(home-page "https://gstreamer.freedesktop.org/")
- (synopsis "Multimedia library")
+ (synopsis "Multimedia framework")
(description
"GStreamer is a library for constructing graphs of media-handling
components. The applications it supports range from simple Ogg/Vorbis
- 74/142: gnu: python-keras: Skip a flaky test., (continued)
- 74/142: gnu: python-keras: Skip a flaky test., guix-commits, 2021/10/20
- 75/142: gnu: glibc: Remove unneeded nscd patching., guix-commits, 2021/10/20
- 80/142: gnu: diffutils: Update to 3.8., guix-commits, 2021/10/20
- 87/142: gnu: gdb: Normalize indentation., guix-commits, 2021/10/20
- 83/142: gnu: gcc-5: Fix powerpc64le-linux build, guix-commits, 2021/10/20
- 103/142: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/20
- 97/142: gnu: Add python-flit-core., guix-commits, 2021/10/20
- 84/142: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/10/20
- 99/142: gnu: python-setuptools-scm: Update to 6.3.2, guix-commits, 2021/10/20
- 03/142: gnu: rust: Update to 1.50., guix-commits, 2021/10/20
- 19/142: gnu: gstreamer: Update to 1.18.4.,
guix-commits <=
- 32/142: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/20
- 33/142: gnu: bluez: Update to 5.59., guix-commits, 2021/10/20
- 35/142: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/10/20
- 37/142: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/10/20
- 51/142: gnu: pulseaudio: Update to 15.0., guix-commits, 2021/10/20
- 42/142: gnu: gst-plugins-good: Update to 1.19.2., guix-commits, 2021/10/20
- 54/142: gnu: abseil-cpp: Remove googletest patch., guix-commits, 2021/10/20
- 67/142: gnu: python-gst: Update to 1.18.5., guix-commits, 2021/10/20
- 69/142: gnu: tensorflow: Enable parallel build (at least partially)., guix-commits, 2021/10/20
- 68/142: gnu: gstreamer-docs: Update to 1.18.5., guix-commits, 2021/10/20