unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26400: gnu: Add you-get
@ 2017-04-08 10:33 Feng Shu
  2017-04-08 13:33 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Feng Shu @ 2017-04-08 10:33 UTC (permalink / raw)
  To: 26400

[-- Attachment #1: 0001-gnu-add-you-get.patch --]
[-- Type: text/x-patch, Size: 1926 bytes --]

From d5660ea2faac735376572dd93fba8bdbb95ee632 Mon Sep 17 00:00:00 2001
From: Feng Shu <tumashu@163.com>
Date: Fri, 7 Apr 2017 21:18:55 +0800
Subject: [PATCH] gnu: add you-get

* gnu/packages/video.scm (you-get): New variable.
---
 gnu/packages/video.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 4f005f594..c599991b8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
 ;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2017 Feng Shu <tumashu@163.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1023,6 +1024,32 @@ YouTube.com and a few more sites.")
     (home-page "https://yt-dl.org")
     (license license:public-domain)))
 
+(define-public you-get
+  (package
+    (name "you-get")
+    (version "0.4.652")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/soimort/you-get/releases/download/v"
+                    version "/you-get-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0brkz98lycx8mmxjwmn7jlhqfdbvl0hy070n7skwr1k75kh99q30"))))
+    (build-system python-build-system)
+    (arguments
+     ;; no tests
+     '(#:tests? #f))
+    (inputs
+     `(("ffmpeg" ,ffmpeg)))
+    (synopsis "Download videos, audios or images from the websites")
+    (description
+     "You-Get is a tiny command-line utility to download media contents
+(videos, audios, images) from the Web. It can use either mpv or vlc for
+playback.")
+    (home-page "https://you-get.org/")
+    (license license:expat)))
+
 (define-public libbluray
   (package
     (name "libbluray")
-- 
2.12.2


[-- Attachment #2: Type: text/plain, Size: 5 bytes --]


-- 

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

* bug#26400: gnu: Add you-get
  2017-04-08 10:33 bug#26400: gnu: Add you-get Feng Shu
@ 2017-04-08 13:33 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-04-08 13:33 UTC (permalink / raw)
  To: Feng Shu; +Cc: 26400-done

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

Hello,

"Feng Shu" <tumashu@163.com> skribis:

>>From d5660ea2faac735376572dd93fba8bdbb95ee632 Mon Sep 17 00:00:00 2001
> From: Feng Shu <tumashu@163.com>
> Date: Fri, 7 Apr 2017 21:18:55 +0800
> Subject: [PATCH] gnu: add you-get
>
> * gnu/packages/video.scm (you-get): New variable.

Applied with the minor changes below.

Thank you!

Ludo’.


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

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c599991b8..bb5391d89 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1042,11 +1042,10 @@ YouTube.com and a few more sites.")
      '(#:tests? #f))
     (inputs
      `(("ffmpeg" ,ffmpeg)))
-    (synopsis "Download videos, audios or images from the websites")
+    (synopsis "Download videos, audios, or images from Web sites")
     (description
-     "You-Get is a tiny command-line utility to download media contents
-(videos, audios, images) from the Web. It can use either mpv or vlc for
-playback.")
+     "You-Get is a command-line utility to download media contents (videos,
+audio, images) from the Web.  It can use either mpv or vlc for playback.")
     (home-page "https://you-get.org/")
     (license license:expat)))
 

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

end of thread, other threads:[~2017-04-08 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-08 10:33 bug#26400: gnu: Add you-get Feng Shu
2017-04-08 13:33 ` 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).