mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 00:25:58 +02:00
gnu: qtmultimedia: Update to 6.8.2.
* gnu/packages/qt.scm (qtmultimedia): Update to 6.8.2. [source]: Remove snippet. Change-Id: Ie149a2a3d3be05bdd1ee13b47a861808df77b465
This commit is contained in:
+2
-10
@@ -2044,21 +2044,13 @@ Vulkan, OpenGL and other main graphic APIs.")
|
||||
(define-public qtmultimedia
|
||||
(package
|
||||
(name "qtmultimedia")
|
||||
(version "6.7.2")
|
||||
(version "6.8.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lsiarvag8lr4a1apa466xz56b1znjncy8wz5hyiv6nbb88kby4f"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
(delete-file-recursively
|
||||
"examples/multimedia/spectrum/3rdparty")
|
||||
;; We also prevent the spectrum example from being built.
|
||||
(substitute* "examples/multimedia/multimedia.pro"
|
||||
(("spectrum") "#"))))))
|
||||
"0s8mxd7pwm9v8x5qa3h6124w91k0zjbbah6h9b68n5bvq3yn3x9l"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user