guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: mpv: Enable Vulkan support.


From: Rutger Helling
Subject: 02/02: gnu: mpv: Enable Vulkan support.
Date: Wed, 14 Feb 2018 02:20:30 -0500 (EST)

rhelling pushed a commit to branch core-updates
in repository guix.

commit 870541d6a7617e127f0aa9f729fba4daa729fd91
Author: Rutger Helling <address@hidden>
Date:   Wed Feb 14 08:13:17 2018 +0100

    gnu: mpv: Enable Vulkan support.
    
    * gnu/packages/video.scm (mpv)[inputs]: Add shaderc and vulkan-icd-loader.
---
 gnu/packages/video.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5dfd264..3547803 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -116,6 +116,7 @@
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages version-control)
+  #:use-module (gnu packages vulkan)
   #:use-module (gnu packages web)
   #:use-module (gnu packages webkit)
   #:use-module (gnu packages wxwidgets)
@@ -1055,6 +1056,8 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
        ("mpg123" ,mpg123)
        ("pulseaudio" ,pulseaudio)
        ("rsound" ,rsound)
+       ("shaderc" ,shaderc)
+       ("vulkan-icd-loader" ,vulkan-icd-loader)
        ("waf" ,python-waf)
        ("wayland" ,wayland)
        ("wayland-protocols" ,wayland-protocols)



reply via email to

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