~ruther/guix-local

a3decf1383c59ca9c6f8b12ba394b3742a206ea7 — Sughosha 7 months ago e7be563
gnu: shotcut: Update to 25.10.31.

* gnu/packages/video.scm (shotcut): Update to 25.10.31.
[inputs]: Add qtwebsockets.

Change-Id: I1fba4d95b88d6ad2fa2723b0432edaafe880749c
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +3 -2
@@ 6085,7 6085,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public shotcut
  (package
    (name "shotcut")
    (version "25.07.26")
    (version "25.10.31")
    (source
     (origin
       (method git-fetch)


@@ 6094,7 6094,7 @@ transitions, and effects and then export your film to many common formats.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0213adgk8zlsw160dz3bbdkhlz627cg42i6ng35flgxdx0z050hn"))))
        (base32 "0b532m4qjh0954b2wp2g31qz98ymxmylqyirdc136ycr2d91hiqi"))))
    (build-system qt-build-system)
    (arguments
     (list


@@ 6144,6 6144,7 @@ transitions, and effects and then export your film to many common formats.")
           qtcharts
           qtdeclarative
           qtmultimedia
           qtwebsockets
           sdl2
           vulkan-loader))
    (home-page "https://www.shotcut.org/")