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.master
parent
9792adaa61
commit
738923b6e3
|
@ -171,8 +171,7 @@ This package provides the core library and elements.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sl1hxlyq46r02k7z70v09vx1gi4rcypqmzra9jid93lzvi76gmi"))))
|
"0sl1hxlyq46r02k7z70v09vx1gi4rcypqmzra9jid93lzvi76gmi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(outputs '("out" "doc"))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc
|
`(("glib" ,glib) ;required by gstreamer-sdp-1.0.pc
|
||||||
("gstreamer" ,gstreamer) ;required by gstreamer-plugins-base-1.0.pc
|
("gstreamer" ,gstreamer) ;required by gstreamer-plugins-base-1.0.pc
|
||||||
|
@ -206,11 +205,10 @@ This package provides the core library and elements.")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
("python-wrapper" ,python-wrapper)))
|
("python-wrapper" ,python-wrapper)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-tests? #f ; 'pipelines/tcp' fails in parallel
|
'(#:configure-flags '("-Dgl=disabled"
|
||||||
#:configure-flags
|
;; FIXME: Documentation fails to build without
|
||||||
(list (string-append "--with-html-dir="
|
;; enabling GL above, which causes other problems.
|
||||||
(assoc-ref %outputs "doc")
|
"-Ddoc=false")
|
||||||
"/share/gtk-doc/html"))
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'configure 'patch
|
(add-before 'configure 'patch
|
||||||
|
|
Reference in New Issue