From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enRAE-0004FA-LM for guix-patches@gnu.org; Sun, 18 Feb 2018 10:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enRAA-0000FO-Lh for guix-patches@gnu.org; Sun, 18 Feb 2018 10:46:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42017) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enRAA-0000F8-Hb for guix-patches@gnu.org; Sun, 18 Feb 2018 10:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enRAA-0001Sa-Ax for guix-patches@gnu.org; Sun, 18 Feb 2018 10:46:02 -0500 Subject: [bug#30514] [PATCH 0/1] Add minitube Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enR9I-0003uN-TQ for guix-patches@gnu.org; Sun, 18 Feb 2018 10:45:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enR9E-0007cS-Tw for guix-patches@gnu.org; Sun, 18 Feb 2018 10:45:08 -0500 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1enR9E-0007bm-Io for guix-patches@gnu.org; Sun, 18 Feb 2018 10:45:04 -0500 From: Ricardo Wurmus Date: Sun, 18 Feb 2018 15:59:25 +0100 Message-Id: <20180218145925.19064-1-rekado@elephly.net> 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: 30514@debbugs.gnu.org Cc: Ricardo Wurmus Hi Guix, This patch adds minitube, an alternative way to browse Youtube. I'm not really happy with this patch for three reasons: 1. it should really go to (gnu packages video), but I could not import (gnu packages kde-frameworks) from that module. 2. The package requires extra setup on non-KDE systems. To get Phonon to work I had to install phonon-backend-gstreamer and set QT_PLUGIN_PATH to include its lib/qt5/ directory. 3. Users need to obtain a Google API key before they can use the application. This is a rather involved process and requires a Google account. What do you think? Ricardo Wurmus (1): gnu: Add minitube. gnu/packages/kde.scm | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) -- 2.16.2