(address . guix-patches@gnu.org)
Moin,
the attached patch prepares MLT to support kdenlive.
Cheers, Mark
--
Mark Meyer
mark@ofosos.org
From be8f3a71faa942dba2ffc64fd9da0628e5903b96 Mon Sep 17 00:00:00 2001
From: Mark Meyer <mark@ofosos.org>
Date: Sun, 11 Mar 2018 19:41:02 +0100
Subject: [PATCH] gnu: mlt: Prepare for kdenlive.
* gnu/packages/video.scm (mlt): Update to 6.6.0.
* gnu/packages/video.scm [inputs](mlt): Add qtbase, qtsvg, gdk-pixbuf, gtk+-2,
frei0r-plugins.
---
gnu/packages/video.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
Toggle diff (36 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dfd94f9d3..900f6e9fc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1785,7 +1785,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(define-public mlt
(package
(name "mlt")
- (version "6.4.1")
+ (version "6.6.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mltframework/mlt/"
@@ -1793,7 +1793,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47"))
+ "1p9c9d29s2amq0nqixb2bwpkfmc0gjf80n2aca6j5vvj9ybwbjr8"))
(modules '((guix build utils)))
(snippet
;; As of glibc 2.26, <xlocale.h> no longer is.
@@ -1827,6 +1827,11 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
("libsamplerate" ,libsamplerate)
("pulseaudio" ,pulseaudio)
("sdl" ,sdl)
+ ("qtbase" ,qtbase)
+ ("qtsvg" ,qtsvg)
+ ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gtk+" ,gtk+-2)
+ ("frei0r-plugins" ,frei0r-plugins)
("sox" ,sox)))
(native-inputs
`(("pkg-config" ,pkg-config)))
--
2.16.2