diff options
author | Vinicius Monego <[email protected]> | 2024-11-21 18:58:23 -0300 |
---|---|---|
committer | Vinicius Monego <[email protected]> | 2024-12-21 14:52:58 -0300 |
commit | cee0bddb2063a518b32d19b6e16be2803ff2a8b8 (patch) | |
tree | ac490beb0b481551a72ba664f581039b8888d3ca /gnu/packages/video.scm | |
parent | 9c696c3a72bfd31dacfb485b4cfd87a89da04582 (diff) |
gnu: shotcut: Update to 24.11.17.
* gnu/packages/video.scm (shotcut): Update to 24.11.17.
[inputs]: Add qtcharts.
Change-Id: I810b25a50e42af05c09c762c9f912bba4953f33b
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index a4ba6fcd97..9ab27e82ad 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6070,7 +6070,7 @@ transitions, and effects and then export your film to many common formats.") (define-public shotcut (package (name "shotcut") - (version "23.09.29") + (version "24.11.17") (source (origin (method git-fetch) @@ -6079,7 +6079,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 "1r380lpa79i6821r3v84dm47vqxk4smx2k1wvf9afylw95v3i8zv")))) + (base32 "15p48l5qphhlx2yrxvnya585ws5aq6k9m4w26qbpf60i0qnldq5h")))) (build-system qt-build-system) (arguments `(#:tests? #f ;there are no tests @@ -6125,6 +6125,7 @@ transitions, and effects and then export your film to many common formats.") mlt pulseaudio qtbase + qtcharts qtdeclarative qtmultimedia sdl2)) |