GNU bug report logs - #27911
3 more qt modules

Previous Next

Package: guix-patches;

Reported by: Efraim Flashner <efraim <at> flashner.co.il>

Date: Tue, 1 Aug 2017 19:32:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27911 in the body.
You can then email your comments to 27911 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#27911; Package guix-patches. (Tue, 01 Aug 2017 19:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Efraim Flashner <efraim <at> flashner.co.il>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 01 Aug 2017 19:32:02 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: guix-patches <at> gnu.org
Subject: 3 more qt modules
Date: Tue, 1 Aug 2017 22:31:11 +0300
[Message part 1 (text/plain, inline)]
This has qtnetworkauth, qtremoteobjects, qtspeech.

After this we have qt3d, qtvirtualkeyboard, qtwebengine and qtwebview.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[0001-gnu-Add-qtnetworkauth.patch (text/plain, attachment)]
[0002-gnu-Add-qtremoteobjects.patch (text/plain, attachment)]
[0003-gnu-Add-qtspeech.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#27911; Package guix-patches. (Tue, 01 Aug 2017 21:20:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>, 27911 <at> debbugs.gnu.org
Subject: Re: [bug#27911] 3 more qt modules
Date: Tue, 01 Aug 2017 23:19:09 +0200
[Message part 1 (text/plain, inline)]
Efraim Flashner <efraim <at> flashner.co.il> writes:

> This has qtnetworkauth, qtremoteobjects, qtspeech.
>
> After this we have qt3d, qtvirtualkeyboard, qtwebengine and qtwebview.

Great, thanks for keeping up with Qt!

[...]
  
> +(define-public qtspeech
> +  (package (inherit qtsvg)
> +    (name "qtspeech")
> +    (version "5.9.1")
> +    (source (origin
> +             (method url-fetch)
> +             (uri (string-append "https://download.qt.io/official_releases/qt/"
> +                                 (version-major+minor version) "/" version
> +                                 "/submodules/" name "-opensource-src-"
> +                                 version ".tar.xz"))
> +             (sha256
> +              (base32
> +               "00daxkf8iwf6n9rhkkv3isv5qa8wijwzb0zy1f6zlm3vcc8fz75c"))))
> +    (inputs
> +     `(("qtbase" ,qtbase)))
> +    (native-inputs
> +     `(("perl" ,perl)
> +       ("qtdeclarative" ,qtdeclarative)
> +       ("qtmultimedia" ,qtmultimedia)
> +       ("qtxmlpatterns" ,qtxmlpatterns)))))

Does this package not keep references to these inputs? Can you add a
comment about why they are only needed at build-time? I'd guess tests,
but it's not obvious.

These packages also need separate synopses and descriptions from
'qtsvg', but other than that looks good to me.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Tue, 10 Oct 2017 15:03:01 GMT) Full text and rfc822 format available.

Notification sent to Efraim Flashner <efraim <at> flashner.co.il>:
bug acknowledged by developer. (Tue, 10 Oct 2017 15:03:01 GMT) Full text and rfc822 format available.

Message #13 received at 27911-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: 27911-done <at> debbugs.gnu.org
Subject: Re: [bug#27911] 3 more qt modules
Date: Tue, 10 Oct 2017 18:02:14 +0300
[Message part 1 (text/plain, inline)]
Patch pushed

On Tue, Aug 01, 2017 at 11:19:09PM +0200, Marius Bakke wrote:
> Efraim Flashner <efraim <at> flashner.co.il> writes:
> 
> > This has qtnetworkauth, qtremoteobjects, qtspeech.
> >
> > After this we have qt3d, qtvirtualkeyboard, qtwebengine and qtwebview.
> 
> Great, thanks for keeping up with Qt!
> 
> [...]
>   
> > +(define-public qtspeech
> > +  (package (inherit qtsvg)
> > +    (name "qtspeech")
> > +    (version "5.9.1")
> > +    (source (origin
> > +             (method url-fetch)
> > +             (uri (string-append "https://download.qt.io/official_releases/qt/"
> > +                                 (version-major+minor version) "/" version
> > +                                 "/submodules/" name "-opensource-src-"
> > +                                 version ".tar.xz"))
> > +             (sha256
> > +              (base32
> > +               "00daxkf8iwf6n9rhkkv3isv5qa8wijwzb0zy1f6zlm3vcc8fz75c"))))
> > +    (inputs
> > +     `(("qtbase" ,qtbase)))
> > +    (native-inputs
> > +     `(("perl" ,perl)
> > +       ("qtdeclarative" ,qtdeclarative)
> > +       ("qtmultimedia" ,qtmultimedia)
> > +       ("qtxmlpatterns" ,qtxmlpatterns)))))
> 
> Does this package not keep references to these inputs? Can you add a
> comment about why they are only needed at build-time? I'd guess tests,
> but it's not obvious.
> 
> These packages also need separate synopses and descriptions from
> 'qtsvg', but other than that looks good to me.



-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 08 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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