[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/124: gnu: gst-editing-services: Update to 1.18.4.
From: |
guix-commits |
Subject: |
100/124: gnu: gst-editing-services: Update to 1.18.4. |
Date: |
Tue, 17 Aug 2021 22:45:27 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 155e98acdd1a9d9326ecff756f6ee56156599aef
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
- 63/124: gnu: at-spi2-core: Fix documentation., (continued)
- 63/124: gnu: at-spi2-core: Fix documentation., guix-commits, 2021/08/17
- 69/124: gnu: json-glib: Update synopsis and description., guix-commits, 2021/08/17
- 78/124: gnu: gtk+: Enable tests., guix-commits, 2021/08/17
- 81/124: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/08/17
- 90/124: gnu: faac: Correct source uri., guix-commits, 2021/08/17
- 93/124: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/08/17
- 96/124: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/08/17
- 98/124: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/08/17
- 99/124: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/08/17
- 101/124: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/08/17
- 100/124: gnu: gst-editing-services: Update to 1.18.4.,
guix-commits <=
- 108/124: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/08/17
- 107/124: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/08/17
- 110/124: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/08/17
- 112/124: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/08/17
- 111/124: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/08/17
- 114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/08/17
- 117/124: gnu: tracker: Enable some features., guix-commits, 2021/08/17
- 120/124: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/08/17
- 92/124: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/08/17
- 121/124: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/08/17