From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVMwY-0002lQ-1Z for guix-patches@gnu.org; Mon, 27 May 2019 17:14:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVMwU-00089S-WA for guix-patches@gnu.org; Mon, 27 May 2019 17:14:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40803) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVMwU-00089O-Ta for guix-patches@gnu.org; Mon, 27 May 2019 17:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVMwU-0003w2-OE for guix-patches@gnu.org; Mon, 27 May 2019 17:14:02 -0400 Subject: [bug#35866] [PATCH] gnu: Add qtwebengine. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190523062344.20601-1-mrosset@bufio.org> Date: Mon, 27 May 2019 23:05:08 +0200 In-Reply-To: <20190523062344.20601-1-mrosset@bufio.org> (mike rosset's message of "Wed, 22 May 2019 23:23:44 -0700") Message-ID: <87zhn7pq0r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: mike rosset Cc: mike.rosset@gmail.com, 35866@debbugs.gnu.org Hello Mike, mike rosset skribis: > From: mike rosset > > * gnu/packages/qt.scm (qtwebengine): New variable. looks pretty exciting, which motivates me to take a look at this patch. :-) > + (synopsis "Qt5WebEngine") > + (description "Qt5WebEngine provides support for web > +applications using the Chromium browser project.") As you may know, Guix contains a variant of =E2=80=98ungoogled-chromium=E2= =80=99, which goes to great lengths to remove non-free software, DRM support, spyware, et= c. The problem is that QtWebEngine bundles Chromium. We would need to =E2=80=9Cunbundle=E2=80=9D it and/or replace it with =E2=80=98ungoogled-chr= omium=E2=80=99. I=E2=80=99m not sure how hard that is. Have you thought about this? Would you like to give it a try? Thanks, Ludo=E2=80=99.