gnu: gstreamer: Use new package style.

* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
This commit is contained in:
Liliana Marie Prikler 2022-06-29 21:15:47 +02:00
parent 442bfe12bb
commit 4d08f984e9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -477,9 +477,9 @@ (define-public gstreamer
"0aisl8nazcfi4b5j6fz8zwpp0k9csb022zniz65b2pxxpdjayzb0")))) "0aisl8nazcfi4b5j6fz8zwpp0k9csb022zniz65b2pxxpdjayzb0"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:phases (list #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
,@%common-gstreamer-phases))) #$@%common-gstreamer-phases)))
(propagated-inputs (propagated-inputs
;; In gstreamer-1.0.pc: ;; In gstreamer-1.0.pc:
;; Requires: glib-2.0, gobject-2.0 ;; Requires: glib-2.0, gobject-2.0
@ -487,15 +487,14 @@ (define-public gstreamer
(list elfutils ; libdw (list elfutils ; libdw
glib libunwind)) glib libunwind))
(native-inputs (native-inputs
`(("bash-completion" ,bash-completion) (list bash-completion
("bison" ,bison) bison flex
("flex" ,flex) gettext-minimal
("gettext" ,gettext-minimal) `(,glib "bin")
("glib" ,glib "bin") gobject-introspection
("gobject-introspection" ,gobject-introspection) perl
("perl" ,perl) pkg-config
("pkg-config" ,pkg-config) python-wrapper))
("python-wrapper" ,python-wrapper)))
(inputs (inputs
(list gmp libcap (list gmp libcap
;; For tests. ;; For tests.