From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0Cd3-0002gr-NC for guix-patches@gnu.org; Mon, 17 Apr 2017 15:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0Cd0-0000Hz-Ls for guix-patches@gnu.org; Mon, 17 Apr 2017 15:48:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54750) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0Cd0-0000Hk-Gj for guix-patches@gnu.org; Mon, 17 Apr 2017 15:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0Cd0-0007ZP-AT for guix-patches@gnu.org; Mon, 17 Apr 2017 15:48:02 -0400 Subject: bug#26538: [PATCH 1/1] gnu: Add youtube-dl-gui. Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Mon, 17 Apr 2017 15:47:31 -0400 From: Leo Famulari Message-ID: <20170417194731.GA31684@jasmine> References: <20170417013043.27302-1-cmmarusich@gmail.com> <20170417013928.28142-1-cmmarusich@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dDRMvlgZJXvWKvBx" Content-Disposition: inline In-Reply-To: <20170417013928.28142-1-cmmarusich@gmail.com> 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: Chris Marusich Cc: 26538-done@debbugs.gnu.org --dDRMvlgZJXvWKvBx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Apr 16, 2017 at 06:39:28PM -0700, Chris Marusich wrote: > * gnu/packages/video.scm (youtube-dl-gui): New variable. Thanks! I pushed as 794223bc776aeaf94da2d5b5f330c71fc404b238 with the following changes: > + (uri (string-append "https://github.com/MrS0m30n3/youtube-dl-gui/archive/" > + version > + ".tar.gz")) > + (file-name (string-append name "-" version ".tar.gz")) > + (sha256 (base32 "1kaq3nrr7l52s9lvrqqywsk8yd6f2lciwj1hd40h8hs4463yrrqc")))) It fetches the source from PyPi. > + #:phases (modify-phases %standard-phases > + (add-before 'build 'patch-source > + (lambda* (#:key inputs #:allow-other-keys) I adjusted the indentation to be less severe! :) > + "Youtube-dlG is a GUI (Graphical User Interface) for > +@command{youtube-dl}. You can use it to download videos from YouTube and any > +other sites that youtube-dl supports.") s/sites/site --dDRMvlgZJXvWKvBx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlj1G9MACgkQJkb6MLrK fwgxhRAA0rpJnSvgj0OmPE33LAHy/i2d4p0VmFBwkGuLAzxmPy/aegMOX1ZPYekr bQRQRO1lLlzo3RJ238W21/6GxvZZDiQio3PAvYFwrHF+vayfGIpTJQGlv7LQXT/A /7jcj0mIQfqtzPBti7T17PBUOlnW8r6DymIdTYBtn5S70MtNGfTYdRjRFJTR3+v7 TsIseS7JLE3Cgmv/MNTgqICuPosIWYboRV50X3zVYAeKZaN7ShCnGqfKVmCHvMgI 1zdRaiTM2jvevPZqm11kfMlaH6mX2wr3KZeKAcoYgVgu/+TcMQQabRaKThKG5MnV L+fyQ67SD8AUBv6N7LSumDU8iZ14aCiXM0rf/DLeW2gc/AVsFGAYkKsupPJvg3bQ QI7EQloQ1sIFjSsUrNvW44/kqzT215FSMCZTcAoZXVFSIaYccwr8Cu27rMpf6kaI tGHn+441igKqheld3Znfxdl2EuJteFY6OfahM0yPeeIFoMRZiQIC8Q6gF24Lw3mh Yr/H8Pfe5IPj9hrAD7uI1AYE1Fziz4kYYl70ZrDmn8sN8iSU2WRF+HXfMGFAOO6u 8RDzVbv4SmIG7FjiND3ObMcsDoAaEX9H+hIo5OgNTyWMSUQgam5kdgu8kjQ93Yzx lqNSHjZx4CpONyfYKvPXTYhRDzOwSbs/yZF91GzakjOHQ+j+aKk= =ja2X -----END PGP SIGNATURE----- --dDRMvlgZJXvWKvBx--