GNU bug report logs - #72835
[PATCH qt-team 00/38] update qt6 to 6.7.2

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Date: Tue, 27 Aug 2024 16:22:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


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

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 宋文武 <iyzsong <at> envs.net>, 72835 <at> debbugs.gnu.org
Subject: Re: [bug#72835] [PATCH qt-team 09/38] gnu: qtmultimedia: Update to
 6.7.2.
Date: Wed, 18 Sep 2024 10:09:47 +0800
[Message part 1 (text/plain, inline)]
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> Hi Zheng,
>
> Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:
>
>> * gnu/packages/qt.scm (qtmultimedia): Update to 6.7.2.
>>
>> Change-Id: I80606a9cb88a554578943d871401f4661bb29158
>> ---
>>  gnu/packages/qt.scm | 9 ++++++---
>>  1 file changed, 6 insertions(+), 3 deletions(-)
>>
>> diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
>> index cf68107d70..5b2450e41f 100644
>> --- a/gnu/packages/qt.scm
>> +++ b/gnu/packages/qt.scm
>> @@ -1877,13 +1877,13 @@ (define-public qtshadertools
>>  (define-public qtmultimedia
>>    (package
>>      (name "qtmultimedia")
>> -    (version "6.6.3")
>> +    (version "6.7.2")
>>      (source (origin
>>                (method url-fetch)
>>                (uri (qt-url name version))
>>                (sha256
>>                 (base32
>> -                "1ciswpv8p71j9hwwdhfr5pmsrnizlaijp0dnyc99lk5is8qgh05y"))
>> +                "1lsiarvag8lr4a1apa466xz56b1znjncy8wz5hyiv6nbb88kby4f"))
>>                (modules '((guix build utils)))
>>                (snippet
>>                 '(begin
>> @@ -1914,9 +1914,12 @@ (define-public qtmultimedia
>>                ;; RHI backend. Using CPU conversion." (see:
>>                ;; https://bugreports.qt.io/browse/QTBUG-123749).
>>                (substitute* "tests/auto/unit/multimedia/CMakeLists.txt"
>> -                (("add_subdirectory\\(qvideoframecolormanagement\\)") ""))))
>> +                (("add_subdirectory\\(qvideoframecolormanagement\\)") "")
>> +                ;; test timeout
>
> That's a nitpick, but please do write complete sentences for standalone
> comments, e.g. ";; The 'qmediaplayer_gstreamer' test times out."

done.

>
> Thanks for the updates!
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 234 days ago.

Previous Next


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