unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59287] Adding svtplay-dl
@ 2022-11-15 21:02 Jessica Tallon
  2022-11-28 22:33 ` bug#59287: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jessica Tallon @ 2022-11-15 21:02 UTC (permalink / raw)
  To: 59287

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]


Hello,

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

-- 
Thanks,
Jessica.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: svtplay-dl --]
[-- Type: text/x-patch, Size: 1708 bytes --]

From e38e635f459aa7740459b40943af88b6ee2624fd Mon Sep 17 00:00:00 2001
Message-Id: <e38e635f459aa7740459b40943af88b6ee2624fd.1668546132.git.tsyesika@tsyesika.se>
From: Jessica Tallon <tsyesika@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59287: Adding svtplay-dl
  2022-11-15 21:02 [bug#59287] Adding svtplay-dl Jessica Tallon
@ 2022-11-28 22:33 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-11-28 22:33 UTC (permalink / raw)
  To: Jessica Tallon; +Cc: 59287-done

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]

Hi Jessica,

Jessica Tallon <tsyesika@tsyesika.se> skribis:

>>From e38e635f459aa7740459b40943af88b6ee2624fd Mon Sep 17 00:00:00 2001
> Message-Id: <e38e635f459aa7740459b40943af88b6ee2624fd.1668546132.git.tsyesika@tsyesika.se>
> From: Jessica Tallon <tsyesika@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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 690 bytes --]

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)))

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-28 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 21:02 [bug#59287] Adding svtplay-dl Jessica Tallon
2022-11-28 22:33 ` bug#59287: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).