all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30770] Prepare mlt for kdenlive
@ 2018-03-11 18:42 Mark Meyer
  2018-03-11 21:21 ` [bug#30770] Melt does not pick up frei0r Mark Meyer
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mark Meyer @ 2018-03-11 18:42 UTC (permalink / raw)
  To: 30770

[-- Attachment #1: Type: text/plain, Size: 108 bytes --]

Moin,
the attached patch prepares MLT to support kdenlive.

Cheers, Mark
-- 
  Mark Meyer
  mark@ofosos.org

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-mlt-Prepare-for-kdenlive.patch --]
[-- Type: text/x-patch; name="0001-gnu-mlt-Prepare-for-kdenlive.patch", Size: 1842 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-13  0:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-11 18:42 [bug#30770] Prepare mlt for kdenlive Mark Meyer
2018-03-11 21:21 ` [bug#30770] Melt does not pick up frei0r Mark Meyer
2018-05-21 20:24   ` Ricardo Wurmus
2018-09-14 21:04 ` [bug#30770] [PATCH] gnu: mlt: Prepare for kdenlive Gábor Boskovits
2018-09-21 18:18   ` [bug#30770] Fwd: " Gábor Boskovits
2018-09-14 21:07 ` [bug#30770] New patch to prepare mlt " Gábor Boskovits
2018-09-22 20:00 ` [bug#30770] [PATCH] gnu: mlt: Prepare " Gábor Boskovits
2019-02-13  0:03 ` bug#30770: Prepare mlt " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.