[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/115: gnu: gst-plugins-bad: Update to 1.18.4.
From: |
guix-commits |
Subject: |
98/115: gnu: gst-plugins-bad: Update to 1.18.4. |
Date: |
Wed, 12 May 2021 21:01:47 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit ca687d277508b810f43666473c350b22d809ab8d
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Apr 12 11:36:12 2021 +0200
gnu: gst-plugins-bad: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[version]: Update to 1.18.4.
[arguments](glib-or-gtk): New argument.
[phases](adjust-tests): Disable line21.
[phases](pre-check): New phase.
[propagated-inputs]: Add gstreamer.
[native-inputs]: Add gettext-minimal, gsettings-desktop-schemas, perl and
xorg-server-for-tests. Replace python with python-wrapper.
Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
gnu/packages/gstreamer.scm | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 8d49104..f7168b9 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -716,7 +716,7 @@ model to base your own plug-in on, here it is.")
(define-public gst-plugins-bad
(package
(name "gst-plugins-bad")
- (version "1.18.2")
+ (version "1.18.4")
(source (origin
(method url-fetch)
(uri (string-append "https://gstreamer.freedesktop.org/src/"
@@ -724,10 +724,11 @@ model to base your own plug-in on, here it is.")
(patches (search-patches "gst-plugins-bad-fix-overflow.patch"))
(sha256
(base32
- "06ildd4rl6cynirv3p00d2ddf5is9svj4i7mkahldzhq24pq5mca"))))
+ "0py8k4pbalm9mxkpjbjxis0gp7g74wg5g4yax5q8rccmany0ds3l"))))
(build-system meson-build-system)
(arguments
- `(#:phases
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ #:phases
(modify-phases %standard-phases
,@%common-gstreamer-phases
,@(if (string-prefix? "arm" (or (%current-target-system)
@@ -754,21 +755,39 @@ model to base your own plug-in on, here it is.")
;; FIXME: Why is this failing.
((".*elements/dash_mpd\\.c.*") "")
+ ((".*elements/line21\\.c.*") "")
;; These tests are flaky and occasionally time out:
;;
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/932
((".*elements/curlhttpsrc\\.c.*") "")
;;
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
((".*elements/dtls\\.c.*") ""))
- #t))))))
+ #t)))
+ (add-before 'check 'pre-check
+ (lambda _
+ ;; Tests require a running X server.
+ (system "Xvfb :1 +extension GLX &")
+ (setenv "DISPLAY" ":1")
+ ;; Tests write to $HOME.
+ (setenv "HOME" (getcwd))
+ ;; Tests look for $XDG_RUNTIME_DIR.
+ (setenv "XDG_RUNTIME_DIR" (getcwd))
+ ;; For missing '/etc/machine-id'.
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ #t)))))
(propagated-inputs
- `(("gst-plugins-base" ,gst-plugins-base)))
+ `(("gstreamer" ,gstreamer)
+ ("gst-plugins-base" ,gst-plugins-base)))
(native-inputs
- `(("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
+ `(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin") ; for glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection)
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gst-plugins-good" ,gst-plugins-good) ;for tests
+ ("perl" ,perl)
("pkg-config" ,pkg-config)
- ("python" ,python)))
+ ("python" ,python-wrapper)
+ ("xorg-server" ,xorg-server-for-tests)))
(inputs
;; XXX: The following dependencies are missing:
;; vo-amrwbenc, vo-aacenc, bs2b, chromaprint, directfb, daala, libdts,
- 81/115: gnu: gtk+: Update to 3.24.27., (continued)
- 81/115: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/05/12
- 95/115: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/05/12
- 90/115: gnu: faac: Correct source uri., guix-commits, 2021/05/12
- 91/115: gnu: zbar: Update to 0.23.90., guix-commits, 2021/05/12
- 93/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/05/12
- 80/115: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/05/12
- 87/115: gnu: ibus: Enable tests., guix-commits, 2021/05/12
- 104/115: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/05/12
- 105/115: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/05/12
- 100/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/05/12
- 98/115: gnu: gst-plugins-bad: Update to 1.18.4.,
guix-commits <=
- 114/115: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/05/12
- 108/115: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/05/12
- 112/115: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/12
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/12
- 106/115: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/05/12
- 34/115: gnu: pangomm-2.42: Update to 2.42.2., guix-commits, 2021/05/12
- 42/115: gnu: gdk-pixbuf+svg: Correct package definition to include changes from gdk-pixbuf., guix-commits, 2021/05/12
- 17/115: gnu: gtk-doc: Enable help., guix-commits, 2021/05/12
- 33/115: gnu: pangomm: Enable documentation., guix-commits, 2021/05/12
- 38/115: gnu: gdk-pixbuf: Fix documentation., guix-commits, 2021/05/12