From patchwork Sat Jul 2 19:10:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 40474 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2497027BBEA; Sat, 2 Jul 2022 20:11:31 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id BBF9127BBE9 for ; Sat, 2 Jul 2022 20:11:30 +0100 (BST) Received: from localhost ([::1]:40620 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7iWf-0002hV-RM for patchwork@mira.cbaines.net; Sat, 02 Jul 2022 15:11:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34516) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7iWE-0002ge-GE for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48990) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7iWE-00045G-89 for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7iWE-0001ln-3z for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56361] [PATCH 3/6] gnu: vlc: Use regular srt. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 Jul 2022 19:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56361 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 56361@debbugs.gnu.org Received: via spool by 56361-submit@debbugs.gnu.org id=B56361.16567890436716 (code B ref 56361); Sat, 02 Jul 2022 19:11:02 +0000 Received: (at 56361) by debbugs.gnu.org; 2 Jul 2022 19:10:43 +0000 Received: from localhost ([127.0.0.1]:42877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVv-0001kA-4z for submit@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:43 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:54722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVs-0001jM-9c for 56361@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:40 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id E0EF9E2548 for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo08-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo08-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vgZ_uoa5IAfn for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) Received: from localhost.localdomain (23-233-96-244.cpe.pppoe.ca [23.233.96.244]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 9F7D2E253C for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) From: Simon South Date: Sat, 2 Jul 2022 15:10:28 -0400 Message-Id: <1de7cac6510317a9ff9be0d2e8747e62419f3455.1656784965.git.simon@simonsouth.net> X-Mailer: git-send-email 2.36.1 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported since upstream commit 9a28929. --- gnu/packages/video.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 40c31cdaec..91ccbc14ae 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1974,8 +1974,7 @@ (define-public vlc ("sdl-image" ,sdl-image) ("speex" ,speex) ("speexdsp" ,speexdsp) - ;; VLC is not yet compatible with SRT > 1.4.1. - ("srt" ,srt-1.4.1) + ("srt" ,srt) ("taglib" ,taglib) ("twolame" ,twolame) ("unzip" ,unzip)