[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)
- 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 <=
- 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