guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: gst-libav: Build with Meson.


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

mbakke pushed a commit to branch staging
in repository guix.

commit 4bebd7e4e606c1fc7578c948094675e6f95c2619
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 21:43:32 2020 +0100

    gnu: gst-libav: Build with Meson.
    
    * gnu/packages/gstreamer.scm (gst-libav)[build-system]: Change to 
MESON-BUILD-SYSTEM.
    [arguments]: Remove.
---
 gnu/packages/gstreamer.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 815340a..d84d200 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -419,9 +419,7 @@ distribution problems in some jurisdictions, e.g. due to 
patent threats.")
                   ;; Drop bundled ffmpeg.
                   (delete-file-recursively "gst-libs/ext/libav")
                   #t))))
-    (build-system gnu-build-system)
-    (arguments
-     '(#:configure-flags '("--with-system-libav")))
+    (build-system meson-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("python" ,python)))



reply via email to

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