[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/20: gnu: gstreamer: Use new package style.
From: |
guix-commits |
Subject: |
14/20: gnu: gstreamer: Use new package style. |
Date: |
Sun, 31 Jul 2022 06:18:55 -0400 (EDT) |
lilyp pushed a commit to branch staging
in repository guix.
commit 4d08f984e93876bd205de0eddc3b82042a64aff6
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Wed Jun 29 21:15:47 2022 +0200
gnu: gstreamer: Use new package style.
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
---
gnu/packages/gstreamer.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a18f386bcc..9431cd9ab7 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -477,9 +477,9 @@ the GStreamer multimedia framework.")
"0aisl8nazcfi4b5j6fz8zwpp0k9csb022zniz65b2pxxpdjayzb0"))))
(build-system meson-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- ,@%common-gstreamer-phases)))
+ (list #:phases
+ #~(modify-phases %standard-phases
+ #$@%common-gstreamer-phases)))
(propagated-inputs
;; In gstreamer-1.0.pc:
;; Requires: glib-2.0, gobject-2.0
@@ -487,15 +487,14 @@ the GStreamer multimedia framework.")
(list elfutils ; libdw
glib libunwind))
(native-inputs
- `(("bash-completion" ,bash-completion)
- ("bison" ,bison)
- ("flex" ,flex)
- ("gettext" ,gettext-minimal)
- ("glib" ,glib "bin")
- ("gobject-introspection" ,gobject-introspection)
- ("perl" ,perl)
- ("pkg-config" ,pkg-config)
- ("python-wrapper" ,python-wrapper)))
+ (list bash-completion
+ bison flex
+ gettext-minimal
+ `(,glib "bin")
+ gobject-introspection
+ perl
+ pkg-config
+ python-wrapper))
(inputs
(list gmp libcap
;; For tests.
- 03/20: gnu: gst-plugins-base: Update to 1.20.3., (continued)
- 03/20: gnu: gst-plugins-base: Update to 1.20.3., guix-commits, 2022/07/31
- 05/20: gnu: gst-plugins-bad: Update to 1.20.3., guix-commits, 2022/07/31
- 13/20: gnu: webkitgtk: Add missing inputs., guix-commits, 2022/07/31
- 09/20: gnu: gstreamer-docs: Update to 1.20.3., guix-commits, 2022/07/31
- 10/20: gnu: python-gst: Update to 1.20.3., guix-commits, 2022/07/31
- 17/20: gnu: gst-plugins-ugly: Use new package style., guix-commits, 2022/07/31
- 02/20: gnu: gstreamer: Update to 1.20.3., guix-commits, 2022/07/31
- 15/20: gnu: gst-plugins-good: Use new package style., guix-commits, 2022/07/31
- 11/20: gnu: gst-plugins/selection: Implement in terms of G-Expressions., guix-commits, 2022/07/31
- 12/20: gnu: Add gst-plugins-bad-minimal., guix-commits, 2022/07/31
- 14/20: gnu: gstreamer: Use new package style.,
guix-commits <=
- 20/20: gnu: gst-editing-services: Update FIXME comment., guix-commits, 2022/07/31
- 01/20: gnu: python-gst: Add upstream-name., guix-commits, 2022/07/31
- 18/20: gnu: gst-editing-services: Use new package style., guix-commits, 2022/07/31
- 07/20: gnu: gst-libav: Update to 1.20.3., guix-commits, 2022/07/31
- 08/20: gnu: gst-editing-services: Update to 1.20.3., guix-commits, 2022/07/31