emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42770: closed ([PATCH] gnu: mlt: Update to 6.22.1.)


From: GNU bug Tracking System
Subject: bug#42770: closed ([PATCH] gnu: mlt: Update to 6.22.1.)
Date: Mon, 10 Aug 2020 09:38:01 +0000

Your message dated Mon, 10 Aug 2020 11:36:58 +0200
with message-id <87bljihmf9.fsf@gnu.org>
and subject line Re: [bug#42770] [PATCH] gnu: mlt: Update to 6.22.1.
has caused the debbugs.gnu.org bug report #42770,
regarding [PATCH] gnu: mlt: Update to 6.22.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42770: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42770
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mlt: Update to 6.22.1. Date: Sat, 8 Aug 2020 20:41:47 +0200
* gnu/packages/video.scm (mlt): Update to 6.22.1.
[inputs]: added libexif, libvorbis, rubberband.
---
Tested (slightly) with the 2 consumers kdenlive and synfigstudio.

gnu/packages/video.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 5ea1067b35..933c868ee6 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -137,6 +137,7 @@
   #:use-module (gnu packages perl)
   #:use-module (gnu packages perl-check)
   #:use-module (gnu packages perl-web)
+  #:use-module (gnu packages photo)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages popt)
   #:use-module (gnu packages pretty-print)
@@ -2365,7 +2366,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
 (define-public mlt
   (package
     (name "mlt")
-    (version "6.20.0")
+    (version "6.22.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2374,7 +2375,7 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "14kayzas2wisyw0z27qkcm4qnxbdb7bqa0hg7gaj5kbm3nvsnafk"))))
+                "0jxv848ykw0csbnayrd710ylw46m0picfv7rpzsxz1vh4jzs395k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests
@@ -2403,6 +2404,9 @@ from sites like Twitch.tv and pipes them into a video 
player of choice.")
        ("libxml2" ,libxml2)
        ("jack" ,jack-1)
        ("ladspa" ,ladspa)
+       ("libexif" ,libexif)
+       ("libvorbis" ,libvorbis)
+       ("rubberband" ,rubberband)
        ("libsamplerate" ,libsamplerate)
        ("pulseaudio" ,pulseaudio)
        ("qtbase" ,qtbase)
-- 
2.28.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42770] [PATCH] gnu: mlt: Update to 6.22.1. Date: Mon, 10 Aug 2020 11:36:58 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
> * gnu/packages/video.scm (mlt): Update to 6.22.1.
> [inputs]: added libexif, libvorbis, rubberband.

Pushed with a slightly edited commit message.

Thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]