GNU bug report logs - #59287
Adding svtplay-dl

Previous Next

Package: guix-patches;

Reported by: Jessica Tallon <tsyesika <at> tsyesika.se>

Date: Tue, 15 Nov 2022 21:07:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59287: closed (Adding svtplay-dl)
Date: Mon, 28 Nov 2022 22:34:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 28 Nov 2022 23:33:24 +0100
with message-id <87v8my7lqj.fsf <at> gnu.org>
and subject line Re: bug#59287: Adding svtplay-dl
has caused the debbugs.gnu.org bug report #59287,
regarding Adding svtplay-dl
to be marked as done.

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


-- 
59287: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59287
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jessica Tallon <tsyesika <at> tsyesika.se>
To: guix-patches <at> gnu.org
Subject: Adding svtplay-dl
Date: Tue, 15 Nov 2022 22:02:33 +0100
[Message part 3 (text/plain, inline)]
Hello,

I've packaged svtplay-dl, a program to download content from the Swedish
TV broadcaster among others.

-- 
Thanks,
Jessica.

[0001-Add-svtplay-dl.patch (text/x-patch, inline)]
From e38e635f459aa7740459b40943af88b6ee2624fd Mon Sep 17 00:00:00 2001
Message-Id: <e38e635f459aa7740459b40943af88b6ee2624fd.1668546132.git.tsyesika <at> tsyesika.se>
From: Jessica Tallon <tsyesika <at> tsyesika.se>
Date: Tue, 15 Nov 2022 22:00:01 +0100
Subject: [PATCH] Add svtplay-dl

* gnu/packages/video.scm (svtplay-dl): New variable.
---
 gnu/packages/video.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c8f3c6f8a5..aabbe1fc8b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5605,3 +5605,27 @@ (define-public video-contact-sheet
 for details on how to change this.")
    (home-page "http://p.outlyer.net/vcs/")
    (license license:lgpl2.1+)))
+
+(define-public svtplay-dl
+  (package
+    (name "svtplay-dl")
+    (version "4.14")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/spaam/svtplay-dl")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1wdrdszalvhv80m5jizbvjz4jc08acmbpxcsslyfb5cwh842in8m"))))
+    (build-system python-build-system)
+    (inputs (list ffmpeg python-pyaml python-requests python-pysocks
+                  python-cryptography))
+    (home-page "https://svtplay-dl.se/")
+    (synopsis "Download or stream SVT Play's (and others) TV programmes")
+    (description
+     "@code{svtplay-dl} allows downloading TV programmes from various swedish
+broadcasters including SVT Play, Sveriges Radio, TV4 Play, among with many
+others.")
+    (license license:expat)))
-- 
2.38.1

[Message part 5 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Jessica Tallon <tsyesika <at> tsyesika.se>
Cc: 59287-done <at> debbugs.gnu.org
Subject: Re: bug#59287: Adding svtplay-dl
Date: Mon, 28 Nov 2022 23:33:24 +0100
[Message part 6 (text/plain, inline)]
Hi Jessica,

Jessica Tallon <tsyesika <at> tsyesika.se> skribis:

>>From e38e635f459aa7740459b40943af88b6ee2624fd Mon Sep 17 00:00:00 2001
> Message-Id: <e38e635f459aa7740459b40943af88b6ee2624fd.1668546132.git.tsyesika <at> tsyesika.se>
> From: Jessica Tallon <tsyesika <at> tsyesika.se>
> Date: Tue, 15 Nov 2022 22:00:01 +0100
> Subject: [PATCH] Add svtplay-dl
>
> * gnu/packages/video.scm (svtplay-dl): New variable.

Fixed a couple of typos (see below) and applied it.

Thanks,
Ludo’.

[Message part 7 (text/x-patch, inline)]
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b443ad5d8d..297252d1ae 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5626,7 +5626,7 @@ (define-public svtplay-dl
     (home-page "https://svtplay-dl.se/")
     (synopsis "Download or stream SVT Play's (and others) TV programmes")
     (description
-     "@code{svtplay-dl} allows downloading TV programmes from various swedish
-broadcasters including SVT Play, Sveriges Radio, TV4 Play, among with many
+     "@code{svtplay-dl} allows downloading TV programmes from various Swedish
+broadcasters including SVT Play, Sveriges Radio, TV4 Play, along with many
 others.")
     (license license:expat)))

This bug report was last modified 2 years and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.