[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44806] [PATCH v2 2/5] gnu: gst-editing-services: Build with introsp
From: |
Leo Prikler |
Subject: |
[bug#44806] [PATCH v2 2/5] gnu: gst-editing-services: Build with introspection. |
Date: |
Tue, 15 Dec 2020 10:03:03 +0100 |
Some packages, such as Pitivi, might want to interact with GES through
GObject Introspection, so let's enable that.
* gnu/packages/gstreamer.scm (gstreamer-editing-services)[native-inputs]:
Add gobject-introspection and glib:bin.
---
gnu/packages/gstreamer.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 256f298346..f8c5159a3b 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -898,6 +898,8 @@ decoders, muxers, and demuxers provided by FFmpeg.")
("libxml2" ,libxml2)))
(native-inputs
`(("flex" ,flex)
+ ("gobject-introspection" ,gobject-introspection)
+ ("glib:bin" ,glib "bin")
("gst-plugins-bad" ,gst-plugins-bad)
("gst-plugins-good" ,gst-plugins-good)
("perl" ,perl)
--
2.29.2