From mboxrd@z Thu Jan 1 00:00:00 1970 From: mike.rosset@gmail.com Subject: Re: qtwenengine anybody? Date: Wed, 01 Jan 2020 09:34:57 -0800 Message-ID: <87mub7krlq.fsf@gmail.com> References: <87a77sqtdq.fsf@ambrevar.xyz> <87immgqryj.fsf@gmail.com> <871rt4qnp9.fsf@gmail.com> <87immgp582.fsf@gmail.com> <5955729d-ef57-ffb8-feb8-36a9f53658a2@crazy-compilers.com> <87d0clpbt6.fsf@gmail.com> <87y2v7e0g4.fsf@ambrevar.xyz> <87v9qb56gg.fsf@gmail.com> <87sglfotvj.fsf@ambrevar.xyz> <87o8w354m5.fsf@gmail.com> <87blrod2so.fsf@ambrevar.xyz> <878smsd2pe.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46857) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imhtd-0003g8-PY for guix-devel@gnu.org; Wed, 01 Jan 2020 12:35:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imhtc-0004fU-EJ for guix-devel@gnu.org; Wed, 01 Jan 2020 12:35:01 -0500 Received: from mail-pf1-x431.google.com ([2607:f8b0:4864:20::431]:36306) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1imhtc-0004dd-7i for guix-devel@gnu.org; Wed, 01 Jan 2020 12:35:00 -0500 Received: by mail-pf1-x431.google.com with SMTP id x184so20997275pfb.3 for ; Wed, 01 Jan 2020 09:35:00 -0800 (PST) In-Reply-To: <878smsd2pe.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 31 Dec 2019 14:50:05 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: Guix-devel Pierre Neidhardt writes: > Mike, have you tried building the package against ungoogled-chromium? > > Either way, I vote for including this package into Guix, it seems mature enough. > We can open an issue to replace the bundled chromium with > ungoogled-chromium if need be. Sorry for the long delay on responding to this topic. I've been pretty busy. I have done a cursory look at upstreamn ungoogled-chrome and then started to reason what might need to be done to integrate this into qtwebengine. My conclusion is this is going to be way more work then the benefits. And once this was achieved it still needs to be maintained. Keep in mind QT already has a patch re base process with changes that might conflict with ungoogled-chrome. I think the better approach is to try and fix the in tree dependencies upstream. and let it trick down to the guix declaration. In a more ideal world I think QT and the ungogogled project should be working together since there goals are much on par. Though maybe given enough time and resources I could find an more ideal way to solve this. Right now though I don't think I have the time or resources. Mike