From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58526) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwqVD-0000O3-Et for guix-patches@gnu.org; Sat, 08 Apr 2017 09:34:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwqV9-0007s3-H1 for guix-patches@gnu.org; Sat, 08 Apr 2017 09:34:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39051) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cwqV9-0007rr-ER for guix-patches@gnu.org; Sat, 08 Apr 2017 09:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cwqV9-0006up-9X for guix-patches@gnu.org; Sat, 08 Apr 2017 09:34:03 -0400 Subject: bug#26400: gnu: Add you-get Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87zifr5gv0.fsf@163.com> Date: Sat, 08 Apr 2017 15:33:17 +0200 In-Reply-To: <87zifr5gv0.fsf@163.com> (Feng Shu's message of "Sat, 08 Apr 2017 18:33:07 +0800") Message-ID: <87mvbrowgy.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Feng Shu Cc: 26400-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hello, "Feng Shu" skribis: >>>From d5660ea2faac735376572dd93fba8bdbb95ee632 Mon Sep 17 00:00:00 2001 > From: Feng Shu > 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=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline 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))) --=-=-=--