guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: gst-editing-services: Build with introspection.


From: guix-commits
Subject: 02/05: gnu: gst-editing-services: Build with introspection.
Date: Tue, 29 Dec 2020 14:25:07 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 251e86823fc517d011144204119256632a5e32ab
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Nov 22 14:36:03 2020 +0100

    gnu: gst-editing-services: Build with introspection.
    
    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 256f298..f8c5159 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]