From patchwork Sat Jul 2 19:10:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 40472 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 9C70227BBEB; Sat, 2 Jul 2022 20:11:30 +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 60F1D27BBE9 for ; Sat, 2 Jul 2022 20:11:30 +0100 (BST) Received: from localhost ([::1]:40624 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7iWf-0002hj-GH for patchwork@mira.cbaines.net; Sat, 02 Jul 2022 15:11:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34520) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7iWF-0002gu-8K for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48992) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7iWF-00045S-09 for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7iWE-0001m2-Sj for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56361] [PATCH 1/6] gnu: srt: Remove input labels. 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.16567890446731 (code B ref 56361); Sat, 02 Jul 2022 19:11:02 +0000 Received: (at 56361) by debbugs.gnu.org; 2 Jul 2022 19:10:44 +0000 Received: from localhost ([127.0.0.1]:42881 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVv-0001kO-T0 for submit@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:44 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:54700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVs-0001jJ-AZ for 56361@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:41 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id A5652E2542 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 vw7S8iDlKEFO 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 67593E23C3 for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) From: Simon South Date: Sat, 2 Jul 2022 15:10:26 -0400 Message-Id: <2bd6d5befda130372b596e955ee39685f1bdc3b3.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/networking.scm (srt)[native-inputs]: Remove input labels. --- gnu/packages/networking.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ef8c09a777..82e209b149 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -490,9 +490,7 @@ (define-public srt "-DENABLE_STATIC=OFF" "-DENABLE_UNITTESTS=ON"))) (native-inputs - `(("gtest" ,googletest) - ("pkg-config" ,pkg-config) - ("tclsh" ,tcl))) + (list googletest pkg-config tcl)) (propagated-inputs (list openssl)) (synopsis "Secure Reliable Transport") From patchwork Sat Jul 2 19:10:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 40475 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 E77E827BBEB; Sat, 2 Jul 2022 20:12:14 +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 85A8B27BBEA for ; Sat, 2 Jul 2022 20:12:14 +0100 (BST) Received: from localhost ([::1]:41278 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7iXN-0003Aa-Nf for patchwork@mira.cbaines.net; Sat, 02 Jul 2022 15:12:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34518) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7iWE-0002gm-Rf for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48991) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7iWE-00045M-K8 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-0001lv-G2 for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56361] [PATCH 2/6] gnu: srt: Update to 1.4.4. 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.16567890446723 (code B ref 56361); Sat, 02 Jul 2022 19:11:02 +0000 Received: (at 56361) by debbugs.gnu.org; 2 Jul 2022 19:10:44 +0000 Received: from localhost ([127.0.0.1]:42879 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVv-0001kH-EG for submit@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:43 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:54714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVs-0001jL-Ac for 56361@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:41 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id C95B3E2543 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 lqCpCAVOdNZc 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 86B71E24EA for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) From: Simon South Date: Sat, 2 Jul 2022 15:10:27 -0400 Message-Id: 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/networking.scm (srt): Update to 1.4.4. --- gnu/packages/networking.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 82e209b149..a312e461d5 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -469,7 +469,7 @@ (define-public slurm-monitor (define-public srt (package (name "srt") - (version "1.4.3") + (version "1.4.4") (source (origin (method git-fetch) @@ -479,7 +479,7 @@ (define-public srt (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1f60vlfxhh9bhafws82c3301whjlz5gy92jz9a9ymwfg5h53bv1j")))) + (base32 "1zr1l9zkai7rpw9cn5j9h4zrv08hgpfmwscwyscf2j4cgwf0rxrr")))) (build-system cmake-build-system) (arguments `(#:configure-flags 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) From patchwork Sat Jul 2 19:10:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 40473 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 0765A27BBEB; 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,URIBL_BLOCKED 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 819A327BBEA for ; Sat, 2 Jul 2022 20:11:30 +0100 (BST) Received: from localhost ([::1]:40618 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7iWf-0002gw-Io for patchwork@mira.cbaines.net; Sat, 02 Jul 2022 15:11:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34514) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7iWE-0002gV-4V for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48989) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7iWD-000459-SH for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7iWD-0001lf-OJ for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56361] [PATCH 4/6] gnu: Remove srt-1.4.1. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 Jul 2022 19:11:01 +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.16567890436709 (code B ref 56361); Sat, 02 Jul 2022 19:11:01 +0000 Received: (at 56361) by debbugs.gnu.org; 2 Jul 2022 19:10:43 +0000 Received: from localhost ([127.0.0.1]:42875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVu-0001k7-Pt for submit@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:43 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:54732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVs-0001jN-AY 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 196D4E254D for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:35 +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 gFmouDY_Wzmp 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 C050FE23C3 for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) From: Simon South Date: Sat, 2 Jul 2022 15:10:29 -0400 Message-Id: <40e9f111d35bda2cf7e0ae572fad65b1c83b1752.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/networking.scm (srt-1.4.1): Delete variable. --- gnu/packages/networking.scm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a312e461d5..b26ef100f6 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -499,24 +499,6 @@ (define-public srt (home-page "https://www.srtalliance.org/") (license license:mpl2.0))) -;; FFmpeg, GStreamer, and VLC don't support SRT 1.4.2 yet. -(define-public srt-1.4.1 - (package - (inherit srt) - (name "srt") - (version "1.4.1") - (source - (origin - (method git-fetch) - (uri - (git-reference - (url "https://github.com/Haivision/srt") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "01xaq44j95kbgqfl41pnybvqy0yq6wd4wdw88ckylzf0nzp977xz")))))) - (define-public lksctp-tools (package (name "lksctp-tools") From patchwork Sat Jul 2 19:10:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 40476 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 3C1C927BBEA; Sat, 2 Jul 2022 20:12:15 +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 39D3C27BBE9 for ; Sat, 2 Jul 2022 20:12:14 +0100 (BST) Received: from localhost ([::1]:41288 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7iXN-0003Ax-Cu for patchwork@mira.cbaines.net; Sat, 02 Jul 2022 15:12:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7iWF-0002h3-KR for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48993) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7iWF-00046o-CR for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7iWF-0001mB-8J for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56361] [PATCH 5/6] gnu: vlc: Remove input labels. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 Jul 2022 19:11:03 +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.16567890446739 (code B ref 56361); Sat, 02 Jul 2022 19:11:03 +0000 Received: (at 56361) by debbugs.gnu.org; 2 Jul 2022 19:10:44 +0000 Received: from localhost ([127.0.0.1]:42883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVw-0001kW-7y for submit@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:44 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:54738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVs-0001jO-CK for 56361@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:41 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 35608E23C3 for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:35 +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 yq48iOGlR6WS 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 D9BABE24EA for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) From: Simon South Date: Sat, 2 Jul 2022 15:10:30 -0400 Message-Id: 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)[native-inputs]: Remove input labels. [inputs]: Remove input labels and re-sort. --- gnu/packages/video.scm | 153 ++++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 78 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 91ccbc14ae..ac2c0d986b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1902,86 +1902,83 @@ (define-public vlc "0cs1vnv91mg7p6253v6wms3zlz91xzphpwaw14dmrd2gibc64nlc")))) (build-system gnu-build-system) (native-inputs - `(("flex" ,flex) - ("bison" ,bison) - ("gettext" ,gettext-minimal) - ("pkg-config" ,pkg-config))) + (list flex bison gettext-minimal pkg-config)) ;; FIXME: Add optional inputs once available. (inputs - `(("alsa-lib" ,alsa-lib) - ("avahi" ,avahi) - ("dav1d" ,dav1d) - ("dbus" ,dbus) - ("eudev" ,eudev) - ("flac" ,flac) - ("ffmpeg" ,ffmpeg) - ("fontconfig" ,fontconfig) - ("freetype" ,freetype) - ("fribidi" ,fribidi) - ("gnutls" ,gnutls) - ("liba52" ,liba52) - ("libarchive" ,libarchive) - ("libass" ,libass) - ("libavc1394" ,libavc1394) - ("libbluray" ,libbluray) - ("libcaca" ,libcaca) - ("libcddb" ,libcddb) - ("libdca" ,libdca) - ("libdvbpsi" ,libdvbpsi) - ("libdvdnav" ,libdvdnav) - ("libdvdread" ,libdvdread) - ("libebml" ,libebml) - ("libgcrypt" ,libgcrypt) - ("libidn" ,libidn) - ("libkate" ,libkate) - ("libmad" ,libmad) - ("libmatroska" ,libmatroska) - ("libmicrodns" ,libmicrodns) - ("libmodplug" ,libmodplug) - ("libmpeg2" ,libmpeg2) - ("libogg" ,libogg) - ("libpng" ,libpng) - ("libraw1394" ,libraw1394) - ("librsvg" ,(librsvg-for-system)) - ("libsamplerate" ,libsamplerate) - ("libsecret" ,libsecret) - ("libssh2" ,libssh2) - ("libupnp" ,libupnp) - ("libva" ,libva) - ("libvdpau" ,libvdpau) - ("libvorbis" ,libvorbis) - ("libvpx" ,libvpx) - ("libtheora" ,libtheora) - ("libx264" ,libx264) - ("libxext" ,libxext) - ("libxi" ,libxi) - ("libxinerama" ,libxinerama) - ("libxml2" ,libxml2) - ("libxpm" ,libxpm) - ("livemedia-utils" ,livemedia-utils) - ("lua" ,lua-5.2) - ("mesa" ,mesa) - ("opus" ,opus) - ("perl" ,perl) - ("pulseaudio" ,pulseaudio) - ("protobuf" ,protobuf) - ("python" ,python-wrapper) - ("qtbase" ,qtbase-5) - ("qtsvg" ,qtsvg) - ("qtx11extras" ,qtx11extras) - ("samba" ,samba) - ("sdl" ,sdl) - ("sdl-image" ,sdl-image) - ("speex" ,speex) - ("speexdsp" ,speexdsp) - ("srt" ,srt) - ("taglib" ,taglib) - ("twolame" ,twolame) - ("unzip" ,unzip) - ("wayland" ,wayland) - ("wayland-protocols" ,wayland-protocols) - ("x265" ,x265) - ("xcb-util-keysyms" ,xcb-util-keysyms))) + (list alsa-lib + avahi + dav1d + dbus + eudev + ffmpeg + flac + fontconfig + freetype + fribidi + gnutls + liba52 + libarchive + libass + libavc1394 + libbluray + libcaca + libcddb + libdca + libdvbpsi + libdvdnav + libdvdread + libebml + libgcrypt + libidn + libkate + libmad + libmatroska + libmicrodns + libmodplug + libmpeg2 + libogg + libpng + libraw1394 + (librsvg-for-system) + libsamplerate + libsecret + libssh2 + libtheora + libupnp + libva + libvdpau + libvorbis + libvpx + libx264 + libxext + libxi + libxinerama + libxml2 + libxpm + livemedia-utils + lua-5.2 + mesa + opus + perl + protobuf + pulseaudio + python-wrapper + qtbase-5 + qtsvg + qtx11extras + samba + sdl + sdl-image + speex + speexdsp + srt + taglib + twolame + unzip + wayland + wayland-protocols + x265 + xcb-util-keysyms)) (arguments `(#:configure-flags `("BUILDCC=gcc" From patchwork Sat Jul 2 19:10:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon South X-Patchwork-Id: 40477 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 43AAB27BBEA; Sat, 2 Jul 2022 20:12:37 +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 4D9E727BBE9 for ; Sat, 2 Jul 2022 20:12:29 +0100 (BST) Received: from localhost ([::1]:41768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7iXb-0003bF-Gm for patchwork@mira.cbaines.net; Sat, 02 Jul 2022 15:12:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34526) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7iWG-0002hS-0A for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48994) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7iWF-00049S-OS for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7iWF-0001mI-KA for guix-patches@gnu.org; Sat, 02 Jul 2022 15:11:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56361] [PATCH 6/6] gnu: vlc: Add bash-minimal as an input. Resent-From: Simon South Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 02 Jul 2022 19:11:03 +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.16567890476756 (code B ref 56361); Sat, 02 Jul 2022 19:11:03 +0000 Received: (at 56361) by debbugs.gnu.org; 2 Jul 2022 19:10:47 +0000 Received: from localhost ([127.0.0.1]:42886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVy-0001ku-N5 for submit@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:46 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:54882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7iVx-0001jc-RJ for 56361@debbugs.gnu.org; Sat, 02 Jul 2022 15:10:46 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 7503DE24EA for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:37 +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 eO0gLIdhHApm for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:37 +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 F12D4E2538 for <56361@debbugs.gnu.org>; Sat, 2 Jul 2022 19:10:34 +0000 (UTC) From: Simon South Date: Sat, 2 Jul 2022 15:10:31 -0400 Message-Id: <5f6432f67a5324b1fc1ce18108482e7bd4132ae5.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]: Add bash-minimal, silencing a warning from "guix lint vlc" as "wrap-program" is used in the package definition. --- gnu/packages/video.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ac2c0d986b..69886581d8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1907,6 +1907,7 @@ (define-public vlc (inputs (list alsa-lib avahi + bash-minimal dav1d dbus eudev