GNU bug report logs - #30770
Prepare mlt for kdenlive

Previous Next

Package: guix-patches;

Reported by: Mark Meyer <mark <at> ofosos.org>

Date: Sun, 11 Mar 2018 18:44:01 UTC

Severity: normal

Tags: moreinfo, patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 30770 in the body.
You can then email your comments to 30770 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Sun, 11 Mar 2018 18:44:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark Meyer <mark <at> ofosos.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 11 Mar 2018 18:44:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mark Meyer <mark <at> ofosos.org>
To: guix-patches <at> gnu.org
Subject: Prepare mlt for kdenlive
Date: Sun, 11 Mar 2018 19:42:46 +0100
[Message part 1 (text/plain, inline)]
Moin,
the attached patch prepares MLT to support kdenlive.

Cheers, Mark
-- 
  Mark Meyer
  mark <at> ofosos.org
[0001-gnu-mlt-Prepare-for-kdenlive.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Sun, 11 Mar 2018 21:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 30770 <at> debbugs.gnu.org (full text, mbox):

From: Mark Meyer <mark <at> ofosos.org>
To: 30770 <at> debbugs.gnu.org
Subject: Melt does not pick up frei0r
Date: Sun, 11 Mar 2018 22:21:52 +0100
This is still a little bit broken, since melt does not pick up frei0r. I lean towards removing frei0r again or to implement a wrapper for melt, as in #30771. Looking into this tomorrow.

-- 
  Mark Meyer
  mark <at> ofosos.org




Added tag(s) patch. Request was from Christopher Baines <mail <at> cbaines.net> to control <at> debbugs.gnu.org. (Mon, 19 Mar 2018 08:00:03 GMT) Full text and rfc822 format available.

Added tag(s) moreinfo. Request was from Christopher Baines <mail <at> cbaines.net> to control <at> debbugs.gnu.org. (Mon, 19 Mar 2018 08:00:04 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Mon, 21 May 2018 20:26:02 GMT) Full text and rfc822 format available.

Message #15 received at 30770 <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Mark Meyer <mark <at> ofosos.org>
Cc: 30770 <at> debbugs.gnu.org
Subject: Re: [bug#30770] Melt does not pick up frei0r
Date: Mon, 21 May 2018 22:24:56 +0200
Hi Mark,

> This is still a little bit broken, since melt does not pick up
> frei0r. I lean towards removing frei0r again or to implement a wrapper
> for melt, as in #30771. Looking into this tomorrow.

Thanks for the patch.  Have you been able to fix this yet or is this
something that you would need help with?

--
Ricardo





Added indication that bug 30770 blocks30771 Request was from Gábor Boskovits <boskovits <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 22 Jun 2018 10:29:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Fri, 14 Sep 2018 21:05:02 GMT) Full text and rfc822 format available.

Message #20 received at 30770 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 30770 <at> debbugs.gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH] gnu: mlt: Prepare for kdenlive.
Date: Fri, 14 Sep 2018 23:04:00 +0200
* gnu/packages/video.scm (mlt): Update to 6.10.0.
[inputs]: Add frei0r-plugins, gdk-pixbuf, gtk+-2, qtbase,qtsvg.
[make-flags]: Add "CXX=g++ -std=gnu++11".
---
 gnu/packages/video.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4882f0476..a3d248976 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1941,7 +1941,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.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mltframework/mlt/"
@@ -1949,7 +1949,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"))
+                "1zzdj1g3g24q6v8hd0v34lv0pkh37a13fhjpl44h1ffi00mz3577"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; As of glibc 2.26, <xlocale.h> no longer is.
@@ -1959,7 +1959,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests
-       #:make-flags '("CC=gcc")
+       #:make-flags '("CC=gcc" "CXX=g++ -std=gnu++11")
        #:configure-flags
        (list "--enable-gpl3"
              "--enable-gpl")
@@ -1978,11 +1978,16 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
      `(("alsa-lib" ,alsa-lib)
        ("ffmpeg" ,ffmpeg-3.4)
        ("fftw" ,fftw)
+       ("frei0r-plugins" ,frei0r-plugins)
+       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gtk+" ,gtk+-2)
        ("libxml2" ,libxml2)
        ("jack" ,jack-1)
        ("ladspa" ,ladspa)
        ("libsamplerate" ,libsamplerate)
        ("pulseaudio" ,pulseaudio)
+       ("qtbase" ,qtbase)
+       ("qtsvg" ,qtsvg)
        ("sdl" ,sdl)
        ("sox" ,sox)))
     (native-inputs
-- 
2.18.0





Information forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Fri, 14 Sep 2018 21:08:01 GMT) Full text and rfc822 format available.

Message #23 received at 30770 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: mark <at> ofosos.org, 30770 <at> debbugs.gnu.org
Subject: New patch to prepare mlt for kdenlive
Date: Fri, 14 Sep 2018 23:07:10 +0200
[Message part 1 (text/plain, inline)]
I believe this version of the patch solves the frei0r issue. Could you have
a look, do modifications if you see fit. This is very much based on your
patch. WDYT?
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Fri, 21 Sep 2018 18:19:02 GMT) Full text and rfc822 format available.

Message #26 received at 30770 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 30770 <at> debbugs.gnu.org
Subject: Fwd: [PATCH] gnu: mlt: Prepare for kdenlive.
Date: Fri, 21 Sep 2018 20:18:02 +0200
[Message part 1 (text/plain, inline)]
---------- Forwarded message ---------
From: Gábor Boskovits <boskovits <at> gmail.com>
Date: 2018. szept. 14., P, 23:04
Subject: [PATCH] gnu: mlt: Prepare for kdenlive.
To: <30770 <at> debbugs.gnu.org>
Cc: Gábor Boskovits <boskovits <at> gmail.com>


* gnu/packages/video.scm (mlt): Update to 6.10.0.
[inputs]: Add frei0r-plugins, gdk-pixbuf, gtk+-2, qtbase,qtsvg.
[make-flags]: Add "CXX=g++ -std=gnu++11".
---
 gnu/packages/video.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4882f0476..a3d248976 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1941,7 +1941,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.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mltframework/mlt/"
@@ -1949,7 +1949,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"))
+                "1zzdj1g3g24q6v8hd0v34lv0pkh37a13fhjpl44h1ffi00mz3577"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; As of glibc 2.26, <xlocale.h> no longer is.
@@ -1959,7 +1959,7 @@ from sites like Twitch.tv and pipes them into a video
player of choice.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests
-       #:make-flags '("CC=gcc")
+       #:make-flags '("CC=gcc" "CXX=g++ -std=gnu++11")
        #:configure-flags
        (list "--enable-gpl3"
              "--enable-gpl")
@@ -1978,11 +1978,16 @@ from sites like Twitch.tv and pipes them into a
video player of choice.")
      `(("alsa-lib" ,alsa-lib)
        ("ffmpeg" ,ffmpeg-3.4)
        ("fftw" ,fftw)
+       ("frei0r-plugins" ,frei0r-plugins)
+       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gtk+" ,gtk+-2)
        ("libxml2" ,libxml2)
        ("jack" ,jack-1)
        ("ladspa" ,ladspa)
        ("libsamplerate" ,libsamplerate)
        ("pulseaudio" ,pulseaudio)
+       ("qtbase" ,qtbase)
+       ("qtsvg" ,qtsvg)
        ("sdl" ,sdl)
        ("sox" ,sox)))
     (native-inputs
-- 
2.18.0
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#30770; Package guix-patches. (Sat, 22 Sep 2018 20:01:01 GMT) Full text and rfc822 format available.

Message #29 received at 30770 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 30770 <at> debbugs.gnu.org
Cc: Mark Meyer <mark <at> ofosos.org>,
 Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH] gnu: mlt: Prepare for kdenlive.
Date: Sat, 22 Sep 2018 22:00:24 +0200
From: Mark Meyer <mark <at> ofosos.org>

* gnu/packages/video.scm (mlt): Update to 6.10.0.
[inputs]: Add frei0r-plugins, gdk-pixbuf, gtk+-2, qtbase,qtsvg.
[make-flags]: Add "CXX=g++ -std=gnu++11".

Co-authored-by: Gábor Boskovits <boskovits <at> gmail.com>
Signed-off-by: Gábor Boskovits <boskovits <at> gmail.com>
---
 gnu/packages/video.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 448773e0d..63b10f5db 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -29,6 +29,8 @@
 ;;; Copyright © 2018 Brendan Tildesley <brendan.tildesley <at> openmailbox.org>
 ;;; Copyright © 2018 Arun Isaac <arunisaac <at> systemreboot.net>
 ;;; Copyright © 2018 Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
+;;; Copyright © 2018 Mark Meyer <mark <at> ofosos.org>
+;;; Copyright © 2018 Gábor Boskovit <boskovits <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1942,7 +1944,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.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mltframework/mlt/"
@@ -1950,7 +1952,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"))
+                "1zzdj1g3g24q6v8hd0v34lv0pkh37a13fhjpl44h1ffi00mz3577"))
               (modules '((guix build utils)))
               (snippet '(begin
                           ;; As of glibc 2.26, <xlocale.h> no longer is.
@@ -1960,7 +1962,7 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests
-       #:make-flags '("CC=gcc")
+       #:make-flags '("CC=gcc" "CXX=g++ -std=gnu++11")
        #:configure-flags
        (list "--enable-gpl3"
              "--enable-gpl")
@@ -1979,11 +1981,16 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
      `(("alsa-lib" ,alsa-lib)
        ("ffmpeg" ,ffmpeg-3.4)
        ("fftw" ,fftw)
+       ("frei0r-plugins" ,frei0r-plugins)
+       ("gdk-pixbuf" ,gdk-pixbuf)
+       ("gtk+" ,gtk+-2)
        ("libxml2" ,libxml2)
        ("jack" ,jack-1)
        ("ladspa" ,ladspa)
        ("libsamplerate" ,libsamplerate)
        ("pulseaudio" ,pulseaudio)
+       ("qtbase" ,qtbase)
+       ("qtsvg" ,qtsvg)
        ("sdl" ,sdl)
        ("sox" ,sox)))
     (native-inputs
-- 
2.18.0





Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Wed, 13 Feb 2019 00:04:02 GMT) Full text and rfc822 format available.

Notification sent to Mark Meyer <mark <at> ofosos.org>:
bug acknowledged by developer. (Wed, 13 Feb 2019 00:04:02 GMT) Full text and rfc822 format available.

Message #34 received at 30770-done <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Mark Meyer <mark <at> ofosos.org>
Cc: 30770-done <at> debbugs.gnu.org
Subject: Re: [bug#30770] Prepare mlt for kdenlive
Date: Tue, 12 Feb 2019 19:03:43 -0500
[Message part 1 (text/plain, inline)]
This was pushed as commit e7cdd311ae2696713da59a4f27614a246ca0f58a.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 13 Mar 2019 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.