[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/77: gnu: qtmultimedia: Update to 6.7.2.
From: |
guix-commits |
Subject: |
09/77: gnu: qtmultimedia: Update to 6.7.2. |
Date: |
Thu, 21 Nov 2024 10:35:54 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 8624f6950d7d70b3266873884f4e11b300249617
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Aug 11 00:11:16 2024 +0800
gnu: qtmultimedia: Update to 6.7.2.
* 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 7d4a574a8c..1642d4e0a3 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1883,13 +1883,13 @@ Vulkan, OpenGL and other main graphic APIs.")
(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
@@ -1920,9 +1920,12 @@ Vulkan, OpenGL and other main graphic APIs.")
;; 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\\)") "")
+ ;; The 'qmediaplayer_gstreamer' test times out.
+ (("add_subdirectory\\(qmediaplayer_gstreamer\\)") ""))))
(add-before 'check 'prepare-for-tests
(lambda _
+ (setenv "HOME" (getcwd))
(setenv "QT_QPA_PLATFORM" "offscreen")))
(add-after 'install 'delete-installed-tests
(lambda _
- branch master updated (b2bd56f8fe -> 3ef5e20bcd), guix-commits, 2024/11/21
- 06/77: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/11/21
- 07/77: gnu: qtsensors: Update to 6.7.2., guix-commits, 2024/11/21
- 08/77: gnu: qtshadertools: Update to 6.7.2., guix-commits, 2024/11/21
- 09/77: gnu: qtmultimedia: Update to 6.7.2.,
guix-commits <=
- 11/77: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/11/21
- 16/77: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/21
- 18/77: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/21
- 19/77: gnu: qtpositioning: Update to 6.7.2., guix-commits, 2024/11/21
- 31/77: gnu: qtconnectivity: Rename to qtconnectivity-5., guix-commits, 2024/11/21
- 33/77: gnu: Add python-setuptools-scm-next., guix-commits, 2024/11/21
- 05/77: gnu: qtdeclarative: Update to 6.7.2., guix-commits, 2024/11/21
- 04/77: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/11/21
- 10/77: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/21
- 25/77: gnu: abseil-cpp: Update to 20240722.0., guix-commits, 2024/11/21