guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: python-gst: Build with Meson.


From: guix-commits
Subject: 07/07: gnu: python-gst: Build with Meson.
Date: Mon, 20 Jan 2020 17:19:26 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit c450ee975529f25607e67cb405a2a6b515cf655e
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 21:44:02 2020 +0100

    gnu: python-gst: Build with Meson.
    
    * gnu/packages/gstreamer.scm (python-gst)[build-system]: Change to 
MESON-BUILD-SYSTEM.
    [arguments]: Adjust accordingly.
---
 gnu/packages/gstreamer.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index d84d200..6fd683c 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -447,15 +447,16 @@ compression formats through the use of the libav 
library.")
               (sha256
                (base32
                 "1a48ca66izmm8hnp608jv5isg3jxb0vlfmhns0bg9nbkilag7390"))))
-    (build-system gnu-build-system)
+    (build-system meson-build-system)
     (arguments
-     `(#:modules ((guix build gnu-build-system)
+     `(#:modules ((guix build meson-build-system)
+                  (guix build utils)
                   ((guix build python-build-system) #:prefix python:))
-       #:imported-modules (,@%gnu-build-system-modules
+       #:imported-modules (,@%meson-build-system-modules
                            (guix build python-build-system))
        #:configure-flags
        (list (string-append
-              "--with-pygi-overrides-dir="
+              "-Dpygi-overrides-dir="
               (python:site-packages %build-inputs %outputs) "gi/overrides"))))
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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