GNU bug report logs - #31668
[PATCH 1/2] gnu: Add qtwebview.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 31 May 2018 13:54:01 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 31668 <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> member.fsf.org (宋文武)
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Cc: 31668 <at> debbugs.gnu.org
Subject: Re: [bug#31668] [PATCH 2/2] gnu: Add qtwebglplugin.
Date: Sun, 10 Jun 2018 10:55:18 +0800
Hartmut Goebel <h.goebel <at> crazy-compilers.com> 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)))

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.




This bug report was last modified 6 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.