[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/122: gnu: gst-editing-services: Update to 1.18.4.
From: |
guix-commits |
Subject: |
100/122: gnu: gst-editing-services: Update to 1.18.4. |
Date: |
Fri, 11 Jun 2021 12:12:20 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 00ffddc43b6cba4477fbea52aa2b3930a13021fc
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
- 122/122: gnu: tracker-miners: Enable some features., (continued)
- 122/122: gnu: tracker-miners: Enable some features., guix-commits, 2021/06/11
- 64/122: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/06/11
- 68/122: gnu: json-glib: Enable documentation and man-pages., guix-commits, 2021/06/11
- 76/122: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/06/11
- 83/122: gnu: gtkmm-2: Fix build., guix-commits, 2021/06/11
- 98/122: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/06/11
- 99/122: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/06/11
- 105/122: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/06/11
- 101/122: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/06/11
- 56/122: gnu: atk: Update to 2.36.0., guix-commits, 2021/06/11
- 100/122: gnu: gst-editing-services: Update to 1.18.4.,
guix-commits <=
- 108/122: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/06/11
- 115/122: gnu: libsoup: Disable ssl-test., guix-commits, 2021/06/11