From unknown Tue Jun 17 22:26:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31668] [PATCH 1/2] gnu: Add qtwebview. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 31 May 2018 13:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 31668@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152777482517746 (code B ref -1); Thu, 31 May 2018 13:54:01 +0000 Received: (at submit) by debbugs.gnu.org; 31 May 2018 13:53:45 +0000 Received: from localhost ([127.0.0.1]:55727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOO1N-0004c4-D0 for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOO1L-0004bq-2h for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOO1E-0007C7-OG for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35473) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOO1E-0007Bx-L8 for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOO1D-0000T7-Ay for guix-patches@gnu.org; Thu, 31 May 2018 09:53:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOO19-00078u-2s for guix-patches@gnu.org; Thu, 31 May 2018 09:53:31 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:34596) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOO18-00076K-SQ for guix-patches@gnu.org; Thu, 31 May 2018 09:53:27 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 40xTSh39bMz1qvNk for ; Thu, 31 May 2018 15:53:24 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 40xTSh2Q66z1qrXk for ; Thu, 31 May 2018 15:53:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id wYV0PaAINryl for ; Thu, 31 May 2018 15:53:23 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-83-171-170-240.dynamic.mnet-online.de [83.171.170.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 31 May 2018 15:53:23 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 213F1602C6 for ; Thu, 31 May 2018 15:53:23 +0200 (CEST) From: Hartmut Goebel Date: Thu, 31 May 2018 15:53:22 +0200 Message-Id: <20180531135322.24885-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) * gnu/packages/qt.scm (qtwebview): New variable. --- gnu/packages/qt.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index c3d0bff2f..894269515 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -9,6 +9,7 @@ ;;; Copyright =C2=A9 2017 Quiliro ;;; Copyright =C2=A9 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Nicolas Goaziou +;;; Copyright =C2=A9 2018 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -1057,6 +1058,27 @@ between the host (QML/C++ application) and the cli= ent (HTML/JavaScript application). The transport mechanism is supported out of the box by th= e two popular web engines, Qt WebKit 2 and Qt WebEngine."))) =20 +(define-public qtwebview + (package (inherit qtsvg) + (name "qtwebview") + (version "5.11.0") + (source (origin + (method url-fetch) + (uri (string-append "https://download.qt.io/official_releas= es/qt/" + (version-major+minor version) "/" versi= on + "/submodules/" name "-everywhere-src-" + version ".tar.xz")) + (sha256 + (base32 + "0a89v8mj5pb7a7whyhasf4ms0n34ghfmv2qp0pyxnq56f2bsjbl4")))= ) + (native-inputs + `(("perl" ,perl) + ("qtdeclarative" ,qtdeclarative))) + (synopsis "Display web content in a QML application") + (description "Qt WebView provides a way to display web content in a = QML +application without necessarily including a full web browser stack by us= ing +native APIs where it makes sense."))) + (define-public qtlocation (package (inherit qtsvg) (name "qtlocation") --=20 2.13.6 From unknown Tue Jun 17 22:26:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin. References: <20180531135322.24885-1-h.goebel@crazy-compilers.com> In-Reply-To: <20180531135322.24885-1-h.goebel@crazy-compilers.com> Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 31 May 2018 13:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 31668@debbugs.gnu.org Received: via spool by 31668-submit@debbugs.gnu.org id=B31668.152777489317872 (code B ref 31668); Thu, 31 May 2018 13:55:02 +0000 Received: (at 31668) by debbugs.gnu.org; 31 May 2018 13:54:53 +0000 Received: from localhost ([127.0.0.1]:55732 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOO2W-0004eC-V7 for submit@debbugs.gnu.org; Thu, 31 May 2018 09:54:53 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:47639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOO2T-0004e2-Mf for 31668@debbugs.gnu.org; Thu, 31 May 2018 09:54:51 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 40xTVJ4GCgz1qvNk for <31668@debbugs.gnu.org>; Thu, 31 May 2018 15:54:48 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 40xTVJ2kfvz1qqkn for <31668@debbugs.gnu.org>; Thu, 31 May 2018 15:54:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 00bV9dUanXEy for <31668@debbugs.gnu.org>; Thu, 31 May 2018 15:54:47 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-83-171-170-240.dynamic.mnet-online.de [83.171.170.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for <31668@debbugs.gnu.org>; Thu, 31 May 2018 15:54:47 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 0FF23602C6 for <31668@debbugs.gnu.org>; Thu, 31 May 2018 15:54:47 +0200 (CEST) From: Hartmut Goebel Date: Thu, 31 May 2018 15:54:46 +0200 Message-Id: <20180531135446.24961-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) * gnu/packages/qt.scm (qtwebglplugin): New variable. --- gnu/packages/qt.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 894269515..a65e08e05 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1058,6 +1058,32 @@ between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine."))) +(define-public qtwebglplugin + (package (inherit qtsvg) + (name "qtwebglplugin") + (version "5.11.0") + (source (origin + (method url-fetch) + (uri (string-append "https://download.qt.io/official_releases/qt/" + (version-major+minor version) "/" version + "/submodules/" name "-everywhere-src-" + version ".tar.xz")) + (sha256 + (base32 + "1al7dv7i9rg4z4p8vnipbjbbgc6113lbfjggxxap3sn6hqs986fm")))) + (native-inputs + `(("perl" ,perl) + ;; The package is implemented badly, thus these need to be native-inputs + ("mesa" ,mesa) + ("qtwebsockets" ,qtwebsockets))) + (synopsis "QPA plugin for running an application via a browser using +streamed WebGL commands") + (description "Qt back end that uses WebGL for rendering. It allows Qt +applications (with some limitations) to run in a web browser that supports +WebGL. WebGL is a JavaScript API for rendering 2D and 3D graphics within any +compatible web browser without the use of plug-ins. The API is similar to +OpenGL ES 2.0 and can be used in HTML5 canvas elements"))) + (define-public qtwebview (package (inherit qtsvg) (name "qtwebview") -- 2.13.6 From unknown Tue Jun 17 22:26:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin. Resent-From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Jun 2018 02:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hartmut Goebel Cc: 31668@debbugs.gnu.org Received: via spool by 31668-submit@debbugs.gnu.org id=B31668.15285994016830 (code B ref 31668); Sun, 10 Jun 2018 02:57:01 +0000 Received: (at 31668) by debbugs.gnu.org; 10 Jun 2018 02:56:41 +0000 Received: from localhost ([127.0.0.1]:41646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fRqX3-0001m5-80 for submit@debbugs.gnu.org; Sat, 09 Jun 2018 22:56:41 -0400 Received: from rezeros.cc ([45.76.207.221]:33946) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fRqX0-0001lv-Id for 31668@debbugs.gnu.org; Sat, 09 Jun 2018 22:56:39 -0400 Received: from localhost (223.87.207.28 [223.87.207.28]) by rezeros.cc (OpenSMTPD) with ESMTPSA id 8c1b4b13 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Sun, 10 Jun 2018 02:56:34 +0000 (UTC) Received: from gift (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id fdc24e6a; Sun, 10 Jun 2018 02:55:18 +0000 (UTC) From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20180531135322.24885-1-h.goebel@crazy-compilers.com> <20180531135446.24961-1-h.goebel@crazy-compilers.com> Date: Sun, 10 Jun 2018 10:55:18 +0800 In-Reply-To: <20180531135446.24961-1-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 31 May 2018 15:54:46 +0200") Message-ID: <87zi03gxk9.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hartmut Goebel writes: > * gnu/packages/qt.scm (qtwebglplugin): New variable. > --- > gnu/packages/qt.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm > index 894269515..a65e08e05 100644 > --- a/gnu/packages/qt.scm > +++ b/gnu/packages/qt.scm > @@ -1058,6 +1058, 32 @@ between the host (QML/C++ application) and the client (HTML/JavaScript > application). The transport mechanism is supported out of the box by the two > popular web engines, Qt WebKit 2 and Qt WebEngine."))) > > +(define-public qtwebglplugin > + (package (inherit qtsvg) > + (name "qtwebglplugin") > + (version "5.11.0") > + (source (origin > + (method url-fetch) > + (uri (string-append "https://download.qt.io/official_releases/qt/" > + (version-major+minor version) "/" version > + "/submodules/" name "-everywhere-src-" > + version ".tar.xz")) > + (sha256 > + (base32 > + "1al7dv7i9rg4z4p8vnipbjbbgc6113lbfjggxxap3sn6hqs986fm")))) > + (native-inputs > + `(("perl" ,perl) > + ;; The package is implemented badly, thus these need to be native-inputs > + ("mesa" , mesa) > + ("qtwebsockets" ,qtwebsockets))) [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.1 FROM_EXCESS_BASE64 From: base64 encoded unnecessarily X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.1 (/) Hartmut Goebel writes: > * gnu/packages/qt.scm (qtwebglplugin): New variable. > --- > gnu/packages/qt.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > > diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm > index 894269515..a65e08e05 100644 > --- a/gnu/packages/qt.scm > +++ b/gnu/packages/qt.scm > @@ -1058,6 +1058,32 @@ between the host (QML/C++ application) and the cli= ent (HTML/JavaScript > application). The transport mechanism is supported out of the box by th= e two > popular web engines, Qt WebKit 2 and Qt WebEngine."))) >=20=20 > +(define-public qtwebglplugin > + (package (inherit qtsvg) > + (name "qtwebglplugin") > + (version "5.11.0") > + (source (origin > + (method url-fetch) > + (uri (string-append "https://download.qt.io/official_releas= es/qt/" > + (version-major+minor version) "/" versi= on > + "/submodules/" name "-everywhere-src-" > + version ".tar.xz")) > + (sha256 > + (base32 > + "1al7dv7i9rg4z4p8vnipbjbbgc6113lbfjggxxap3sn6hqs986fm")))) > + (native-inputs > + `(("perl" ,perl) > + ;; The package is implemented badly, thus these need to be native= -inputs > + ("mesa" ,mesa) > + ("qtwebsockets" ,qtwebsockets))) Hello, what=E2=80=99s =E2=80=9Cimplemented badly=E2=80=9D means? I think = =E2=80=98mesa=E2=80=99 and =E2=80=98qtwebsockets=E2=80=99 belongs to the =E2=80=98inputs=E2=80=99 nice= ly, since after build =E2=80=98qtwebglplugin=E2=80=99 does keep references to them. From unknown Tue Jun 17 22:26:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Jun 2018 18:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 31668@debbugs.gnu.org Received: via spool by 31668-submit@debbugs.gnu.org id=B31668.15286538381212 (code B ref 31668); Sun, 10 Jun 2018 18:04:02 +0000 Received: (at 31668) by debbugs.gnu.org; 10 Jun 2018 18:03:58 +0000 Received: from localhost ([127.0.0.1]:42543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fS4h2-0000JT-0B for submit@debbugs.gnu.org; Sun, 10 Jun 2018 14:03:57 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:38891) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fS4gz-0000JI-Uu for 31668@debbugs.gnu.org; Sun, 10 Jun 2018 14:03:54 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 413kY45lGqz1qvP2; Sun, 10 Jun 2018 20:03:52 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 413kY44F9gz1qsfF; Sun, 10 Jun 2018 20:03:52 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id pc5J5BdtL3lP; Sun, 10 Jun 2018 20:03:51 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-83-171-170-192.dynamic.mnet-online.de [83.171.170.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Sun, 10 Jun 2018 20:03:51 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 2161260481; Sun, 10 Jun 2018 20:03:51 +0200 (CEST) References: <20180531135322.24885-1-h.goebel@crazy-compilers.com> <20180531135446.24961-1-h.goebel@crazy-compilers.com> <87zi03gxk9.fsf@member.fsf.org> From: Hartmut Goebel Openpgp: preference=signencrypt Autocrypt: addr=h.goebel@crazy-compilers.com; prefer-encrypt=mutual; keydata= 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 NJXZMKO95dDUGyQf00JGQUCZ Organization: crazy-compilers.com Message-ID: <6618ca63-034f-b328-2368-3a5679184aee@crazy-compilers.com> Date: Sun, 10 Jun 2018 20:03:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <87zi03gxk9.fsf@member.fsf.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: de-DE X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Am 10.06.2018 um 04:55 schrieb 宋文武: > Hello, what’s “implemented badly” means? I think ‘mesa’ and > ‘qtwebsockets’ belongs to the ‘inputs’ nicely, since after build > ‘qtwebglplugin’ does keep references to them. If you put these two into "inputs", the build fails. I can not remember the details, but ASAIR it looked like somebody missed preparation. You may want to try yourself, qtwebglplugin build quickly. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | From unknown Tue Jun 17 22:26:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin. Resent-From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 11 Jun 2018 12:21:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 31668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hartmut Goebel Cc: 31668@debbugs.gnu.org Received: via spool by 31668-submit@debbugs.gnu.org id=B31668.152871961623875 (code B ref 31668); Mon, 11 Jun 2018 12:21:01 +0000 Received: (at 31668) by debbugs.gnu.org; 11 Jun 2018 12:20:16 +0000 Received: from localhost ([127.0.0.1]:42863 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSLo0-0006D0-4I for submit@debbugs.gnu.org; Mon, 11 Jun 2018 08:20:16 -0400 Received: from rezeros.cc ([45.76.207.221]:34268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSLnw-0006Cq-FB for 31668@debbugs.gnu.org; Mon, 11 Jun 2018 08:20:15 -0400 Received: from localhost (117.174.29.138 [117.174.29.138]) by rezeros.cc (OpenSMTPD) with ESMTPSA id c3599a4d (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Mon, 11 Jun 2018 12:20:07 +0000 (UTC) Received: from gift (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 9ce6e77b; Mon, 11 Jun 2018 12:19:32 +0000 (UTC) From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20180531135322.24885-1-h.goebel@crazy-compilers.com> <20180531135446.24961-1-h.goebel@crazy-compilers.com> <87zi03gxk9.fsf@member.fsf.org> <6618ca63-034f-b328-2368-3a5679184aee@crazy-compilers.com> Date: Mon, 11 Jun 2018 20:19:32 +0800 In-Reply-To: <6618ca63-034f-b328-2368-3a5679184aee@crazy-compilers.com> (Hartmut Goebel's message of "Sun, 10 Jun 2018 20:03:50 +0200") Message-ID: <87bmchwm5n.fsf@member.fsf.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hartmut Goebel writes: > Am 10.06.2018 um 04:55 schrieb =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6:?= >> Hello, =?UTF-8?Q?what=E2=80=99s_?= =?UTF-8?Q?=E2=80=9Cimplemented?= =?UTF-8?Q?badly=E2=80=9D?= means? I think =?UTF-8?Q?=E2=80=98mesa=E2=80=99?= and >> =?UTF-8?Q?=E2=80=98qtwebsockets=E2=80=99?= belongs to the =?UTF-8?Q?=E2=80=98inputs=E2=80=99?= nicely, since after build >> =?UTF-8?Q?=E2=80=98qtwebglplugin=E2=80=99?= does keep references to them. > > If you put these two into "inputs", the build fails. I can not remember > the details, but ASAIR it looked like somebody missed preparation. You > may want to try yourself, qtwebglplugin build quickly. [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.1 FROM_EXCESS_BASE64 From: base64 encoded unnecessarily X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.1 (/) Hartmut Goebel writes: > Am 10.06.2018 um 04:55 schrieb =E5=AE=8B=E6=96=87=E6=AD=A6: >> Hello, what=E2=80=99s =E2=80=9Cimplemented badly=E2=80=9D means? I thin= k =E2=80=98mesa=E2=80=99 and >> =E2=80=98qtwebsockets=E2=80=99 belongs to the =E2=80=98inputs=E2=80=99 n= icely, since after build >> =E2=80=98qtwebglplugin=E2=80=99 does keep references to them. > > If you put these two into "inputs", the build fails. I can not remember > the details, but ASAIR it looked like somebody missed preparation. You > may want to try yourself, qtwebglplugin build quickly. Oh, that=E2=80=99s due to the package inherit from =E2=80=98qtsvg=E2=80=99,= and in the inherited =E2=80=98configure-qmake=E2=80=99 phase, it will run =E2=80=98(assoc-ref in= puts "qtbase")=E2=80=99. Add =E2=80=98qtbase=E2=80=99 to =E2=80=98inputs=E2=80=99 will make it built, an= d the =E2=80=98perl=E2=80=99 is not needed, as the below works for me: --8<---------------cut here---------------start------------->8--- (native-inputs '()) (inputs `(("mesa" ,mesa) ("qtbase" ,qtbase) ("qtwebsockets" ,qtwebsockets))) --8<---------------cut here---------------end--------------->8--- Otherwise, look good to me, thanks! From unknown Tue Jun 17 22:26:50 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Hartmut Goebel Subject: bug#31668: closed (Re: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin.) Message-ID: References: <20180531135322.24885-1-h.goebel@crazy-compilers.com> X-Gnu-PR-Message: they-closed 31668 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 31668@debbugs.gnu.org Date: Tue, 12 Jun 2018 20:50:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1528836602-30998-1" This is a multi-part message in MIME format... ------------=_1528836602-30998-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31668: [PATCH 1/2] gnu: Add qtwebview. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31668@debbugs.gnu.org. --=20 31668: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31668 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1528836602-30998-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31668-close) by debbugs.gnu.org; 12 Jun 2018 20:49:44 +0000 Received: from localhost ([127.0.0.1]:45435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSqEZ-00083P-Rf for submit@debbugs.gnu.org; Tue, 12 Jun 2018 16:49:44 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:57868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSqEY-00083G-1X for 31668-close@debbugs.gnu.org; Tue, 12 Jun 2018 16:49:42 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 41527S5sRPz1qvNS; Tue, 12 Jun 2018 22:49:40 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 41527S4jffz1qvT2; Tue, 12 Jun 2018 22:49:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id A7nm0kGew5Lo; Tue, 12 Jun 2018 22:49:39 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-83-171-169-59.dynamic.mnet-online.de [83.171.169.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Tue, 12 Jun 2018 22:49:39 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 5C04E60174; Tue, 12 Jun 2018 22:49:39 +0200 (CEST) Subject: Re: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin. To: =?UTF-8?B?5a6L5paH5q2m?= References: <20180531135322.24885-1-h.goebel@crazy-compilers.com> <20180531135446.24961-1-h.goebel@crazy-compilers.com> <87zi03gxk9.fsf@member.fsf.org> <6618ca63-034f-b328-2368-3a5679184aee@crazy-compilers.com> <87bmchwm5n.fsf@member.fsf.org> From: Hartmut Goebel Openpgp: preference=signencrypt Autocrypt: addr=h.goebel@crazy-compilers.com; prefer-encrypt=mutual; keydata= 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 NJXZMKO95dDUGyQf00JGQUCZ Organization: crazy-compilers.com Message-ID: Date: Tue, 12 Jun 2018 22:49:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <87bmchwm5n.fsf@member.fsf.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 31668-close Cc: 31668-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Pushed as b5792b9cb8c592d4b6da76bbb2acb55cd233e715, crediting your work. Thanks for the review. -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible | ------------=_1528836602-30998-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 31 May 2018 13:53:45 +0000 Received: from localhost ([127.0.0.1]:55727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOO1N-0004c4-D0 for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:45 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43281) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOO1L-0004bq-2h for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOO1E-0007C7-OG for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35473) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOO1E-0007Bx-L8 for submit@debbugs.gnu.org; Thu, 31 May 2018 09:53:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOO1D-0000T7-Ay for guix-patches@gnu.org; Thu, 31 May 2018 09:53:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOO19-00078u-2s for guix-patches@gnu.org; Thu, 31 May 2018 09:53:31 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:34596) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOO18-00076K-SQ for guix-patches@gnu.org; Thu, 31 May 2018 09:53:27 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 40xTSh39bMz1qvNk for ; Thu, 31 May 2018 15:53:24 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 40xTSh2Q66z1qrXk for ; Thu, 31 May 2018 15:53:24 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id wYV0PaAINryl for ; Thu, 31 May 2018 15:53:23 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-83-171-170-240.dynamic.mnet-online.de [83.171.170.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Thu, 31 May 2018 15:53:23 +0200 (CEST) Received: from lenashee.goebel-consult.de (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 213F1602C6 for ; Thu, 31 May 2018 15:53:23 +0200 (CEST) From: Hartmut Goebel To: guix-patches@gnu.org Subject: [PATCH 1/2] gnu: Add qtwebview. Date: Thu, 31 May 2018 15:53:22 +0200 Message-Id: <20180531135322.24885-1-h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) * gnu/packages/qt.scm (qtwebview): New variable. --- gnu/packages/qt.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index c3d0bff2f..894269515 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -9,6 +9,7 @@ ;;; Copyright =C2=A9 2017 Quiliro ;;; Copyright =C2=A9 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Nicolas Goaziou +;;; Copyright =C2=A9 2018 Hartmut Goebel ;;; ;;; This file is part of GNU Guix. ;;; @@ -1057,6 +1058,27 @@ between the host (QML/C++ application) and the cli= ent (HTML/JavaScript application). The transport mechanism is supported out of the box by th= e two popular web engines, Qt WebKit 2 and Qt WebEngine."))) =20 +(define-public qtwebview + (package (inherit qtsvg) + (name "qtwebview") + (version "5.11.0") + (source (origin + (method url-fetch) + (uri (string-append "https://download.qt.io/official_releas= es/qt/" + (version-major+minor version) "/" versi= on + "/submodules/" name "-everywhere-src-" + version ".tar.xz")) + (sha256 + (base32 + "0a89v8mj5pb7a7whyhasf4ms0n34ghfmv2qp0pyxnq56f2bsjbl4")))= ) + (native-inputs + `(("perl" ,perl) + ("qtdeclarative" ,qtdeclarative))) + (synopsis "Display web content in a QML application") + (description "Qt WebView provides a way to display web content in a = QML +application without necessarily including a full web browser stack by us= ing +native APIs where it makes sense."))) + (define-public qtlocation (package (inherit qtsvg) (name "qtlocation") --=20 2.13.6 ------------=_1528836602-30998-1--