guix-commits
[Top][All Lists]
Advanced

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

90/92: gnu: libplacebo: Propagate lcms, shaderc and vulkan-loader.


From: guix-commits
Subject: 90/92: gnu: libplacebo: Propagate lcms, shaderc and vulkan-loader.
Date: Thu, 18 Jan 2024 21:00:25 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 4c3794f82d0e6a847d14d50d85ae0411e9cfd8c8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 16:00:15 2024 -0500

    gnu: libplacebo: Propagate lcms, shaderc and vulkan-loader.
    
    * gnu/packages/video.scm (libplacebo)
    [inputs]: Move lcms, shaderc and vulkan-loader to...
    [propagated-inputs]: ... here.
    
    Change-Id: If426be3b4e32632bb775485e0a8c517e09ccbeaf
---
 gnu/packages/video.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7f98e2ca5b..042e7e3018 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1564,13 +1564,10 @@ libebml is a C++ library to read and write EBML files.")
                                   "/share/vulkan/registry/vk.xml"))))
     (native-inputs
      (list glad python python-mako pkg-config))
-    (inputs
-     (list lcms
-           libepoxy
-           mesa
-           shaderc
-           vulkan-headers
-           vulkan-loader))
+    (inputs (list libepoxy mesa vulkan-headers))
+    ;; These are propagated as they are listed in 'Requires.private' of
+    ;; libplacebo.pc.
+    (propagated-inputs (list lcms shaderc vulkan-loader))
     (home-page "https://code.videolan.org/videolan/libplacebo";)
     (synopsis "GPU-accelerated image/video processing library")
     (description "libplacebo is, in a nutshell, the core rendering algorithms



reply via email to

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