~ruther/guix-local

945302e1c8284f3f69739fefd465b2d4c615d0b4 — Vinicius Monego 1 year, 2 months ago e89c585
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
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +4 -2
@@ 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