guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#72835] [PATCH qt-team 09/38] gnu: qtmultimedia: Update to 6.7.2.


From: Z572
Subject: [bug#72835] [PATCH qt-team 09/38] gnu: qtmultimedia: Update to 6.7.2.
Date: Wed, 18 Sep 2024 10:09:47 +0800

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> Hi Zheng,
>
> Zheng Junjie <zhengjunjie@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!

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]