[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/115: gnu: gst-editing-services: Update to 1.18.4.
From: |
guix-commits |
Subject: |
100/115: gnu: gst-editing-services: Update to 1.18.4. |
Date: |
Fri, 7 May 2021 16:56:51 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit e657c4fc0f7936c2a592eeb8b3599ac3c346f725
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Mon Apr 12 11:36:14 2021 +0200
gnu: gst-editing-services: Update to 1.18.4.
* gnu/packages/gstreamer.scm (gst-editing-services)[version]: Update to
1.18.4.
[arguments](glib-or-gtk): New argument.
[inputs]: Add glib, glib-networking and gtk+. Move gst-plugins-base to ...
[propagated-inputs]: ... here. Add gstreamer.
[native-inputs]: Replace python with python-wrapper.
Co-authored-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
gnu/packages/gstreamer.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2d62eef..f6efd0c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -998,7 +998,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
(define-public gst-editing-services
(package
(name "gst-editing-services")
- (version "1.18.2")
+ (version "1.18.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1006,15 +1006,21 @@ decoders, muxers, and demuxers provided by FFmpeg.")
"gst-editing-services-" version ".tar.xz"))
(sha256
(base32
- "0pv2k8zlpn3vv2sdlspi3m63ixcwzi90pjly2ypbkg59ab97rb15"))))
+ "010xg960qsh5dwmf0y9l1q13h0cymmrgapzla2zsw66ylxqbi1s6"))))
(build-system meson-build-system)
(arguments
;; FIXME: 16/22 failing tests.
`(#:tests? #f
+ #:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases (modify-phases %standard-phases
,@%common-gstreamer-phases)))
+ (propagated-inputs
+ `(("gstreamer" ,gstreamer)
+ ("gst-plugins-base" ,gst-plugins-base)))
(inputs
- `(("gst-plugins-base" ,gst-plugins-base)
+ `(("glib" ,glib)
+ ("glib-networking" ,glib-networking)
+ ("gtk+" ,gtk+)
("libxml2" ,libxml2)))
(native-inputs
`(("flex" ,flex)
@@ -1024,7 +1030,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
("gst-plugins-good" ,gst-plugins-good)
("perl" ,perl)
("pkg-config" ,pkg-config)
- ("python" ,python)))
+ ("python" ,python-wrapper)))
(home-page "https://gstreamer.freedesktop.org/")
(synopsis "GStreamer library for non-linear editors")
(description
- 73/115: gnu: wayland-protocols: Update description., (continued)
- 73/115: gnu: wayland-protocols: Update description., guix-commits, 2021/05/07
- 81/115: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/05/07
- 80/115: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/05/07
- 76/115: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/05/07
- 78/115: gnu: gtk+: Enable tests., guix-commits, 2021/05/07
- 77/115: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/05/07
- 85/115: gnu: ibus: Enable documentation., guix-commits, 2021/05/07
- 91/115: gnu: zbar: Update to 0.23.90., guix-commits, 2021/05/07
- 92/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/05/07
- 93/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/05/07
- 100/115: gnu: gst-editing-services: Update to 1.18.4.,
guix-commits <=
- 97/115: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/05/07
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/07
- 103/115: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/05/07
- 113/115: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/05/07
- 17/115: gnu: gtk-doc: Enable help., guix-commits, 2021/05/07
- 08/115: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/05/07
- 12/115: gnu: Add libsigc++-2., guix-commits, 2021/05/07
- 13/115: gnu: glibmm-2.64: Update to 2.64.5., guix-commits, 2021/05/07
- 22/115: gnu: cairo: Move documentation to separate output., guix-commits, 2021/05/07
- 19/115: gnu: gobject-introspection: Propagate glib., guix-commits, 2021/05/07