From unknown Thu Aug 14 12:24:50 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42770 <42770@debbugs.gnu.org> To: bug#42770 <42770@debbugs.gnu.org> Subject: Status: [PATCH] gnu: mlt: Update to 6.22.1. Reply-To: bug#42770 <42770@debbugs.gnu.org> Date: Thu, 14 Aug 2025 19:24:50 +0000 retitle 42770 [PATCH] gnu: mlt: Update to 6.22.1. reassign 42770 guix-patches submitter 42770 Michael Rohleder severity 42770 normal tag 42770 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 08 14:41:57 2020 Received: (at submit) by debbugs.gnu.org; 8 Aug 2020 18:41:57 +0000 Received: from localhost ([127.0.0.1]:59594 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4Tn3-0001NE-7g for submit@debbugs.gnu.org; Sat, 08 Aug 2020 14:41:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:57690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k4Tn1-0001N6-3u for submit@debbugs.gnu.org; Sat, 08 Aug 2020 14:41:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55156) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Tn0-0003y2-T9 for guix-patches@gnu.org; Sat, 08 Aug 2020 14:41:54 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:59182) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k4Tmy-00005S-P0 for guix-patches@gnu.org; Sat, 08 Aug 2020 14:41:54 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1k4Tmu-0007z6-Od; Sat, 08 Aug 2020 20:41:48 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1k4Tms-0007Sl-JS; Sat, 08 Aug 2020 20:41:48 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: mlt: Update to 6.22.1. Date: Sat, 8 Aug 2020 20:41:47 +0200 Message-Id: <20200808184147.9423-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1596912112;715f3bfb; X-HE-SMSGID: 1k4Tmu-0007z6-Od Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/08 13:53:21 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 10 05:37:07 2020 Received: (at 42770-done) by debbugs.gnu.org; 10 Aug 2020 09:37:07 +0000 Received: from localhost ([127.0.0.1]:34398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k54Et-0000cw-2N for submit@debbugs.gnu.org; Mon, 10 Aug 2020 05:37:07 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k54Es-0000cV-7Y for 42770-done@debbugs.gnu.org; Mon, 10 Aug 2020 05:37:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46427) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k54Em-0001XG-WB; Mon, 10 Aug 2020 05:37:01 -0400 Received: from [2a01:e0a:19b:d9a0:3107:b202:556:bd51] (port=46160 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k54El-0002aW-Uj; Mon, 10 Aug 2020 05:37:00 -0400 From: Mathieu Othacehe To: Michael Rohleder Subject: Re: [bug#42770] [PATCH] gnu: mlt: Update to 6.22.1. References: <20200808184147.9423-1-mike@rohleder.de> Date: Mon, 10 Aug 2020 11:36:58 +0200 In-Reply-To: <20200808184147.9423-1-mike@rohleder.de> (Michael Rohleder's message of "Sat, 8 Aug 2020 20:41:47 +0200") Message-ID: <87bljihmf9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42770-done Cc: 42770-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * gnu/packages/video.scm (mlt): Update to 6.22.1. > [inputs]: added libexif, libvorbis, rubberband. Pushed with a slightly edited commit message. Thanks, Mathieu From unknown Thu Aug 14 12:24:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 07 Sep 2020 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator