gnu: python-gst: Build with Meson.
authorMarius Bakke <mbakke@fastmail.com>
Mon, 20 Jan 2020 20:44:02 +0000 (21:44 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 20 Jan 2020 22:18:49 +0000 (23:18 +0100)
* gnu/packages/gstreamer.scm (python-gst)[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Adjust accordingly.

gnu/packages/gstreamer.scm

index d84d200..6fd683c 100644 (file)
@@ -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)