gnu: shotcut: Update to 21.06.29.
* gnu/packages/video.scm (shotcut): Update to 21.06.29. [arguments]{#:phases}: Don't return #t. [inputs]: Use MLT 7. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
37ce56af34
commit
2252abce05
|
@ -4672,7 +4672,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 "21.03.21")
|
(version "21.06.29")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4681,7 +4681,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 "0jb488vynn0vmq22z51bg4hb4617732nva9rg52lzl89v5n8gmsi"))))
|
(base32 "0384iv2129mpalia39x8mn5xlbgx9ip994700jzjjxdqfq23a9qm"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
@ -4710,8 +4710,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
`("FREI0R_PATH" ":" =
|
`("FREI0R_PATH" ":" =
|
||||||
(,(string-append frei0r "/lib/frei0r-1/")))
|
(,(string-append frei0r "/lib/frei0r-1/")))
|
||||||
`("MLT_PREFIX" ":" =
|
`("MLT_PREFIX" ":" =
|
||||||
(,(assoc-ref inputs "mlt")))))
|
(,(assoc-ref inputs "mlt"))))))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
|
@ -4724,7 +4723,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
("lame" ,lame)
|
("lame" ,lame)
|
||||||
("libvpx" ,libvpx)
|
("libvpx" ,libvpx)
|
||||||
("libx264" ,libx264)
|
("libx264" ,libx264)
|
||||||
("mlt" ,mlt-6)
|
("mlt" ,mlt)
|
||||||
("pulseaudio" ,pulseaudio)
|
("pulseaudio" ,pulseaudio)
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qtdeclarative" ,qtdeclarative)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
|
|
Reference in New Issue