From 945302e1c8284f3f69739fefd465b2d4c615d0b4 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Sun, 26 Jan 2025 08:24:38 -0300 Subject: [PATCH] gnu: shotcut: Add Vulkan and XKB support. * gnu/packages/video.scm (shotcut)[native-inputs]: Add vulkan-headers. [inputs]: Add libxkbcommon, vulkan-loader. Change-Id: Id12ff6ef5799e2cfd1092d2a37040e5c91281587 --- gnu/packages/video.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 3df4fd114e9ad31153f163a615b03c6f3a25dc96..ea064e34384733193f171a1e2b2ba0f5c2f2223d 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6116,7 +6116,7 @@ transitions, and effects and then export your film to many common formats.") `("PATH" ":" prefix ,(list (string-append mlt "/bin")))))))))) (native-inputs - (list pkg-config python-wrapper qttools)) + (list pkg-config python-wrapper qttools vulkan-headers)) (inputs (list bash-minimal ffmpeg @@ -6124,13 +6124,15 @@ transitions, and effects and then export your film to many common formats.") frei0r-plugins jack-1 ladspa + libxkbcommon mlt pulseaudio qtbase qtcharts qtdeclarative qtmultimedia - sdl2)) + sdl2 + vulkan-loader)) (home-page "https://www.shotcut.org/") (synopsis "Video editor built on the MLT framework") (description