guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/15: gnu: mediasdk: Remove input labels.


From: guix-commits
Subject: 09/15: gnu: mediasdk: Remove input labels.
Date: Thu, 11 Aug 2022 16:00:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 73e0c84d1f99e5b68244f8fcf73ad27ab24bb8a1
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 18:33:36 2022 +0200

    gnu: mediasdk: Remove input labels.
    
    * gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
---
 gnu/packages/video.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 02ec558994..a44c986b46 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -364,14 +364,9 @@ efficiency.")
         (string-append "-DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath="
                        (assoc-ref %outputs "out") "/lib"))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)
-       ("python" ,python-wrapper)))
+     (list pkg-config python-wrapper))
     (inputs
-     `(("libdrm" ,libdrm)
-       ("libva" ,libva)
-       ("pciaccess" ,libpciaccess)
-       ("wayland" ,wayland)
-       ("x11" ,libx11)))
+     (list libdrm libva libpciaccess wayland libx11))
     (synopsis "Intel Media SDK")
     (description "MediaSDK provides a plain C API to access 
hardware-accelerated
 video decode, encode and filtering on Intel's Gen graphics hardware 
platforms.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]