[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/74: gnu: qtmultimedia: Update to 6.7.2.
From: |
guix-commits |
Subject: |
09/74: gnu: qtmultimedia: Update to 6.7.2. |
Date: |
Mon, 16 Sep 2024 23:37:08 -0400 (EDT) |
z572 pushed a commit to branch qt-team
in repository guix.
commit 6ae0189417a36f34cee62fad27771dfda1f9b6f8
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 4197f70965..c788c665a8 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 _
- 21/74: gnu: qtspeech: Update to 6.7.2., (continued)
- 21/74: gnu: qtspeech: Update to 6.7.2., guix-commits, 2024/09/16
- 36/74: gnu: python-pyqt-builder: Update to 1.16.4., guix-commits, 2024/09/16
- 42/74: gnu: qtcharts: Rename to qtcharts-5., guix-commits, 2024/09/16
- 41/74: gnu: python-pyqt: Update to 5.15.10., guix-commits, 2024/09/16
- 47/74: gnu: qtimageformats-5: Update to 5.15.15., guix-commits, 2024/09/16
- 51/74: gnu: qtconnectivity-5: Update to 5.15.15., guix-commits, 2024/09/16
- 01/74: gnu: qtbase: Update to 6.7.2., guix-commits, 2024/09/16
- 06/74: gnu: qtwebsockets: Update to 6.7.2., guix-commits, 2024/09/16
- 07/74: gnu: qtsensors: Update to 6.7.2., guix-commits, 2024/09/16
- 02/74: gnu: qt5compat: Update to 6.7.2., guix-commits, 2024/09/16
- 09/74: gnu: qtmultimedia: Update to 6.7.2.,
guix-commits <=
- 11/74: gnu: qtserialport: Update to 6.7.2., guix-commits, 2024/09/16
- 12/74: gnu: qtwebchannel: Update to 6.7.2., guix-commits, 2024/09/16
- 14/74: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/09/16
- 04/74: gnu: qtimageformats: Update to 6.7.2., guix-commits, 2024/09/16
- 17/74: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/09/16
- 20/74: gnu: qtremoteobjects: Update to 6.7.2., guix-commits, 2024/09/16
- 18/74: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/09/16
- 24/74: gnu: qtnetworkauth: Update to 6.7.2., guix-commits, 2024/09/16
- 29/74: gnu: qtwebengine: Update to 6.7.2., guix-commits, 2024/09/16
- 30/74: gnu: python-shiboken-6: Update to 6.7.2., guix-commits, 2024/09/16