[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)))
- branch staging updated (25b8d67 -> c450ee9), guix-commits, 2020/01/20
- 01/07: gnu: gstreamer: Build with Meson., guix-commits, 2020/01/20
- 04/07: gnu: gst-plugins-bad: Build with Meson., guix-commits, 2020/01/20
- 02/07: gnu: gst-plugins-base: Build with Meson., guix-commits, 2020/01/20
- 03/07: gnu: gst-plugins-good: Build with Meson., guix-commits, 2020/01/20
- 07/07: gnu: python-gst: Build with Meson., guix-commits, 2020/01/20
- 05/07: gnu: gst-plugins-ugly: Build with Meson., guix-commits, 2020/01/20
- 06/07: gnu: gst-libav: Build with Meson.,
guix-commits <=