[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: gst-plugins-good: Build with Meson.
From: |
guix-commits |
Subject: |
03/07: gnu: gst-plugins-good: Build with Meson. |
Date: |
Mon, 20 Jan 2020 17:19:25 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 321f47c25d82fa510ea4e1891f719c4255272e39
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 20 21:40:42 2020 +0100
gnu: gst-plugins-good: Build with Meson.
* gnu/packages/gstreamer.scm (gst-plugins-good)[build-system]: Change to
MESON-BUILD-SYSTEM.
---
gnu/packages/gstreamer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index e78afda..310f538 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -236,7 +236,7 @@ for the GStreamer multimedia library.")
(sha256
(base32
"068k3cbv1yf3gbllfdzqsg263kzwh21y8dpwr0wvgh15vapkpfs0"))))
- (build-system gnu-build-system)
+ (build-system meson-build-system)
(inputs
`(("aalib" ,aalib)
("cairo" ,cairo)
- 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 <=
- 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, 2020/01/20