mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: gst-plugins-base: Build with Meson.
* gnu/packages/gstreamer.scm (gst-plugins-base)[build-system]: Change to MESON-BUILD-SYSTEM. [outputs]: Remove. [arguments]: Enable parallel tests. Disable doc generation and Mesa dependency.
This commit is contained in:
parent
9792adaa61
commit
738923b6e3
1 changed files with 5 additions and 7 deletions
|
@ -171,8 +171,7 @@ (define-public gst-plugins-base
|
|||
(sha256
|
||||
(base32
|
||||
"0sl1hxlyq46r02k7z70v09vx1gi4rcypqmzra9jid93lzvi76gmi"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc
|
||||
("gstreamer" ,gstreamer) ;required by gstreamer-plugins-base-1.0.pc
|
||||
|
@ -206,11 +205,10 @@ (define-public gst-plugins-base
|
|||
("gobject-introspection" ,gobject-introspection)
|
||||
("python-wrapper" ,python-wrapper)))
|
||||
(arguments
|
||||
`(#:parallel-tests? #f ; 'pipelines/tcp' fails in parallel
|
||||
#:configure-flags
|
||||
(list (string-append "--with-html-dir="
|
||||
(assoc-ref %outputs "doc")
|
||||
"/share/gtk-doc/html"))
|
||||
'(#:configure-flags '("-Dgl=disabled"
|
||||
;; FIXME: Documentation fails to build without
|
||||
;; enabling GL above, which causes other problems.
|
||||
"-Ddoc=false")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'patch
|
||||
|
|
Loading…
Reference in a new issue