summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2026-02-21 17:16:50 -0300
committerVinicius Monego <monego@posteo.net>2026-03-01 19:21:57 -0300
commit548a1506e15b8d041eeffa1addfe6ace90080c26 (patch)
tree4138a75096fd7e65d6e9431ad866ef4d457f4621 /gnu/packages
parent9c8cedeb0b501a9593c66e15ea79255b289be51f (diff)
gnu: mlt: Update to 7.36.1.
* gnu/packages/video.scm (mlt): Update to 7.36.1. [arguments]<#:configure-flags>: Pass "-DMOD_DECKLINK=OFF". Change-Id: I8901b11151938a70b4a426b647c27d63bf935924
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/video.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 96c34f32586..72530802ee8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4061,7 +4061,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(define-public mlt
(package
(name "mlt")
- (version "7.34.1")
+ (version "7.36.1")
(source
(origin
(method git-fetch)
@@ -4070,12 +4070,13 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rwbbcpfr0y3h9p9q596968rx1ynxy50qms1jhsanmyjpw9k82mw"))))
+ (base32 "0kchbyh71bzw28s1hlifd49hqi4p2lliydy4h6xxlpkwi9pjp440"))))
(build-system cmake-build-system)
(arguments
(list
#:tests? #f ;requires "Kwalify"
#:configure-flags #~(list "-DSWIG_PYTHON=On"
+ "-DMOD_DECKLINK=OFF" ; needs nonfree software
"-DMOD_QT6=ON")
#:phases
#~(modify-phases %standard-phases