Archived
1
0
Fork 0

gnu: shotcut: Update to 23.07.29.

* gnu/packages/video.scm (shotcut): Update to 23.07.29.
[native-inputs]: Replace qttools-5 with qttools.
[inputs]: Replace qtbase-5 with qtbase, qtdeclarative-5 with qtdeclarative,
qtmultimedia-5 with qtmultimedia.  Remove qtgraphicaleffects,
qtquickcontrols-5, qtquickcontrols2-5, qtsvg-5, qtwebsockets-5, qtx11extras.
This commit is contained in:
Vinicius Monego 2023-05-13 09:00:07 -03:00
parent 2890114a70
commit 7c951ce67d
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -5010,7 +5010,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public shotcut (define-public shotcut
(package (package
(name "shotcut") (name "shotcut")
(version "22.12.21") (version "23.07.29")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5019,7 +5019,7 @@ transitions, and effects and then export your film to many common formats.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hchnywsrkvnz07r2i1cffg1a8zi59pcpswz8x93a0rdc42hlk3d")))) (base32 "1xdybjs39bg361jl7i3rlqdiwhi2xai7x45j7f6cgzygdd833pw5"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests
@ -5054,7 +5054,7 @@ transitions, and effects and then export your film to many common formats.")
`("PATH" ":" prefix `("PATH" ":" prefix
,(list (string-append mlt "/bin")))))))))) ,(list (string-append mlt "/bin"))))))))))
(native-inputs (native-inputs
(list pkg-config python-wrapper qttools-5)) (list pkg-config python-wrapper qttools))
(inputs (inputs
(list bash-minimal (list bash-minimal
ffmpeg ffmpeg
@ -5064,15 +5064,9 @@ transitions, and effects and then export your film to many common formats.")
ladspa ladspa
mlt mlt
pulseaudio pulseaudio
qtbase-5 qtbase
qtdeclarative-5 qtdeclarative
qtgraphicaleffects qtmultimedia
qtmultimedia-5
qtquickcontrols-5
qtquickcontrols2-5
qtsvg-5
qtwebsockets-5
qtx11extras
sdl2)) sdl2))
(home-page "https://www.shotcut.org/") (home-page "https://www.shotcut.org/")
(synopsis "Video editor built on the MLT framework") (synopsis "Video editor built on the MLT framework")