[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/75: gnu: qtmultimedia: Update to 6.7.2.
From: |
guix-commits |
Subject: |
09/75: gnu: qtmultimedia: Update to 6.7.2. |
Date: |
Fri, 15 Nov 2024 21:44:01 -0500 (EST) |
z572 pushed a commit to branch qt-team
in repository guix.
commit e1acf3e897e0ae10388151ad990c9a56c67675de
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 _
- 35/75: gnu: python-pyqt6-sip: Update to 13.8.0., (continued)
- 35/75: gnu: python-pyqt6-sip: Update to 13.8.0., guix-commits, 2024/11/15
- 65/75: gnu: qtgraphicaleffects: Update to 5.15.15., guix-commits, 2024/11/15
- 67/75: gnu: qtscxml-5: Update to 5.15.15., guix-commits, 2024/11/15
- 63/75: gnu: qtquickcontrols-5: Update to 5.15.15., guix-commits, 2024/11/15
- 54/75: gnu: qtwayland-5: Update to 5.15.15., guix-commits, 2024/11/15
- 68/75: gnu: qtpurchasing: Update to 5.15.15., guix-commits, 2024/11/15
- 56/75: gnu: qtserialbus: Update to 5.15.15., guix-commits, 2024/11/15
- 70/75: gnu: qtdatavis3d: Update to 5.15.15., guix-commits, 2024/11/15
- 66/75: gnu: qtgamepad: Update to 5.15.15., guix-commits, 2024/11/15
- 03/75: gnu: qtsvg: Update to 6.7.2., guix-commits, 2024/11/15
- 09/75: gnu: qtmultimedia: Update to 6.7.2.,
guix-commits <=
- 10/75: gnu: qtwayland: Update to 6.7.2., guix-commits, 2024/11/15
- 13/75: gnu: qtlanguageserver: Update to 6.7.2., guix-commits, 2024/11/15
- 14/75: gnu: qtlocation: Update to 6.7.2., guix-commits, 2024/11/15
- 16/75: gnu: qttools: Update to 6.7.2., guix-commits, 2024/11/15
- 23/75: gnu: qt-creator: Update to 14.0.1., guix-commits, 2024/11/15
- 17/75: gnu: qttranslations: Update to 6.7.2., guix-commits, 2024/11/15
- 18/75: gnu: qtscxml: Update to 6.7.2., guix-commits, 2024/11/15
- 15/75: gnu: qtlottie: Update to 6.7.2., guix-commits, 2024/11/15
- 25/75: gnu: abseil-cpp: Update to 20240722.0., guix-commits, 2024/11/15
- 38/75: gnu: python-pyqtwebengine-6: Update to 6.7.0., guix-commits, 2024/11/15