From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 17 18:12:54 2025 Received: (at submit) by debbugs.gnu.org; 17 Feb 2025 23:12:54 +0000 Received: from localhost ([127.0.0.1]:50906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tkAIH-00045Y-KF for submit@debbugs.gnu.org; Mon, 17 Feb 2025 18:12:54 -0500 Received: from lists.gnu.org ([2001:470:142::17]:54924) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tkAIE-00044q-Hg for submit@debbugs.gnu.org; Mon, 17 Feb 2025 18:12:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tkAI8-0000Mn-9h for guix-patches@gnu.org; Mon, 17 Feb 2025 18:12:45 -0500 Received: from mail-40138.protonmail.ch ([185.70.40.138]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tkAI5-0001ow-FO for guix-patches@gnu.org; Mon, 17 Feb 2025 18:12:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1739833951; x=1740093151; bh=bEkP2OtqyZcHzMx9QjaHL+dh/Q0/2I9rnVkpYPr4xEQ=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=ZN+T9Rr8uIhVAQp1NawHBOzCW8hVU7AOlOsvx70b1L7l/fQ8LikJTLkngjmrX0bbn buLivRtI+FxiaQDe9o3KtjRnHACJoTMWGp5ZslS1CZTJRz6OTm++C0Llh1BGqL6CHh O5sVjKw3xr2618JSMfbP31XwHeW+Bm8BySSdBBpd0HobKUOsD+NvQObT2yp2llOlGn 0V6bQewtMg4Wrd67GqebxxpSgVBBLWCLuPq58UbPTzohXJZ/W0PLbHZ+Ti683W9hYv CtieV9TOeEWVuhZdXH0DQZ1rli9YGJkB9bYvGJ6SypqYg3UXniPZ29tzy7s/6BCene 913jrARnhwFoQ== Date: Mon, 17 Feb 2025 23:12:27 +0000 To: "guix-patches@gnu.org" From: Vitor Hugo Subject: [PATCH] gnu: Add twitch-hls-client Message-ID: <9s-pMpWdqwXSUTEGDwTVDNITfO3T2_iZnEX25cYFxSIJfTI66KYyLQvmJuYrMPF-ePRNY01RgQgl3Axyre70kGcBZX7knsJmpQOfz5D8n1Y=@proton.me> Feedback-ID: 81067316:user:proton X-Pm-Message-ID: 90c093d517c731bf96d1da22894344272922cc04 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.138; envelope-from=vitorhugonunes@proton.me; helo=mail-40138.protonmail.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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: -0.0 (/) * gnu/packages/rust-apps.scm (twitch-hls-client): New variable. Change-Id: I5cf9b3e199068f5a37ae598cf14ba26be4cf8c05 = = = =20 --- = = = =20 gnu/packages/rust-apps.scm | 29 +++++++++++++++++++++++++++++ = = = =20 1 file changed, 29 insertions(+) = = = =20 = = = =20 diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm = = = =20 index 054a09c47d..65f2d097b0 100644 = = = =20 --- a/gnu/packages/rust-apps.scm = = = =20 +++ b/gnu/packages/rust-apps.scm = = = =20 @@ -4298,6 +4298,35 @@ (define-public tealdeer = = = =20 Full featured offline client with caching support.") = = = =20 (license (list license:expat license:asl2.0)))) = = = =20 = = = =20 +(define-public twitch-hls-client = = = =20 + (package = = = =20 + (name "twitch-hls-client") = = = =20 + (version "1.3.13") = = = =20 + (source (origin = = = =20 + (method git-fetch) = = = =20 + (uri (git-reference = = = =20 + (url "https://github.com/2bc4/twitch-hls-client") = = = =20 + (commit version))) = = = =20 + (file-name (git-file-name name version)) = = = =20 + (sha256 = = = =20 + (base32 "0nh2lqb41z7h0ak946nqbm6n3igj2rlpl6dkljlnhi3hf6lkm3h= z")))) = = =20 + (build-system cargo-build-system) = = = =20 + (arguments = = = =20 + `(#:install-source? #f = = = =20 + #:cargo-inputs = = = =20 + (("rust-anyhow" ,rust-anyhow-1) = = = =20 + ("rust-chunked-transfer" ,rust-chunked-transfer-1) = = = =20 + ("rust-flate2" ,rust-flate2-1) = = = =20 + ("rust-getrandom" ,rust-getrandom-0.2) = = = =20 + ("rust-pico-args" ,rust-pico-args-0.5) = = = =20 + ("rust-rustls" ,rust-rustls-0.23) = = = =20 + ("rust-rustls-native-certs" ,rust-rustls-native-certs-0.7) = = = =20 + ("rust-log" ,rust-log-0.4)))) = = = =20 + (home-page "https://github.com/2bc4/twitch-hls-client") = = = =20 + (synopsis "Command line client for Twitch.tv") = = = =20 + (description "twitch-hls-client is a minimal command line client for w= atching/recording Twitch streams") = = =20 + (license license:gpl3))) = = = =20 + = = = =20 (define-public git-absorb = = = =20 (package = = = =20 (name "git-absorb") = = = =20 -- = = = =20 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 17 18:26:26 2025 Received: (at 76378) by debbugs.gnu.org; 17 Feb 2025 23:26:26 +0000 Received: from localhost ([127.0.0.1]:51005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tkAVO-0005NR-Bw for submit@debbugs.gnu.org; Mon, 17 Feb 2025 18:26:26 -0500 Received: from mail-10698.protonmail.ch ([79.135.106.98]:13915) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tkAVK-0005MS-VZ for 76378@debbugs.gnu.org; Mon, 17 Feb 2025 18:26:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=protonmail; t=1739834773; x=1740093973; bh=W3rdsz84kvoTHCmDYwJbFl60FdKcovGNRwveRtIgL5w=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=gNF4y8RsTTnL+S8xpKiPq9vvJ2IQH5987hqQS9YHy3F2i4mRCiYrwXiOHIbyBUCxi dH/VhbY1ItpBKj5avgNVFW1VMLX3RFts3I9ct6sVltdFLlrk3pjcKdGA/MZzMm6TUC REmycJbuVhuPg0SdY7tPGSWi7e12+VD4oBPZcolFSwrIrtX/p2UVz5vPSfqWT3oMy4 oLTwlamY4ScqrQYNR7+gbjPlif0WDPYnbLkQCJXL0suknQdy5KZJHbsP3AJQZXMO6E ufxV4Y6aHpNM2WI5Ly0STirEq326jQY91FOl480drG9H6WckMvGmRT4bnSwlbNYa9X 23o2lGh0/LyrA== Date: Mon, 17 Feb 2025 23:26:07 +0000 To: "76378@debbugs.gnu.org" <76378@debbugs.gnu.org> From: Vitor Hugo Subject: Fix linting error Message-ID: <9uS3mK9uD6PSnhugVLZPsQG-5CETZpNBhmg0Nj8agW-auOKYnsBkJEMRTD9ZnU4zCappJN_5M9rTaVqFSnCJVod6fLpLGyJt2yf4cE0miMA=@proton.me> Feedback-ID: 81067316:user:proton X-Pm-Message-ID: ed6802511c4cef6bdc7a57ed437e5323732d77a8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 76378 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: -1.0 (-) I made one of the lines too long and didn't check the linter. Change-Id: I6bcd6265fddb6ee22c833e418d7c5ec9e70e9a8f --- gnu/packages/rust-apps.scm | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 65f2d097b0..d3c6b1e822 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -4302,29 +4302,31 @@ (define-public twitch-hls-client (package (name "twitch-hls-client") (version "1.3.13") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/2bc4/twitch-hls-client") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0nh2lqb41z7h0ak946nqbm6n3igj2rlpl6dkljlnhi3hf6lkm3h= z")))) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/2bc4/twitch-hls-client") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0nh2lqb41z7h0ak946nqbm6n3igj2rlpl6dkljlnhi3hf6lkm3hz")))) (build-system cargo-build-system) (arguments `(#:install-source? #f - #:cargo-inputs - (("rust-anyhow" ,rust-anyhow-1) - ("rust-chunked-transfer" ,rust-chunked-transfer-1) - ("rust-flate2" ,rust-flate2-1) - ("rust-getrandom" ,rust-getrandom-0.2) - ("rust-pico-args" ,rust-pico-args-0.5) - ("rust-rustls" ,rust-rustls-0.23) - ("rust-rustls-native-certs" ,rust-rustls-native-certs-0.7) - ("rust-log" ,rust-log-0.4)))) + #:cargo-inputs (("rust-anyhow" ,rust-anyhow-1) + ("rust-chunked-transfer" ,rust-chunked-transfer-1) + ("rust-flate2" ,rust-flate2-1) + ("rust-getrandom" ,rust-getrandom-0.2) + ("rust-pico-args" ,rust-pico-args-0.5) + ("rust-rustls" ,rust-rustls-0.23) + ("rust-rustls-native-certs" ,rust-rustls-native-cer= ts-0.7) + ("rust-log" ,rust-log-0.4)))) (home-page "https://github.com/2bc4/twitch-hls-client") (synopsis "Command line client for Twitch.tv") - (description "twitch-hls-client is a minimal command line client for w= atching/recording Twitch streams") + (description + "twitch-hls-client is a minimal command line client for +watching/recording Twitch streams") (license license:gpl3))) (define-public git-absorb -- 2.46.0