mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtmultimedia-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtmultimedia-5): Update to 5.15.8.
This commit is contained in:
parent
49586719c3
commit
d6d39598dc
1 changed files with 13 additions and 13 deletions
|
@ -1472,21 +1472,21 @@ (define-public qtmultimedia-5
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtmultimedia")
|
(name "qtmultimedia")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q76iy1frcgm85mid17lh4p6gnn04n19n6zklgpv4w3md1ng97xw"))
|
"1fz0ffpckvbg6qfhab2rrzfnvh4mlalqxcn0kbkd21mi44apjirk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
(delete-file-recursively
|
(delete-file-recursively
|
||||||
"examples/multimedia/spectrum/3rdparty")
|
"examples/multimedia/spectrum/3rdparty")
|
||||||
;; We also prevent the spectrum example from being built.
|
;; We also prevent the spectrum example from being built.
|
||||||
(substitute* "examples/multimedia/multimedia.pro"
|
(substitute* "examples/multimedia/multimedia.pro"
|
||||||
(("spectrum") "#"))))))
|
(("spectrum") "#"))))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
|
Loading…
Reference in a new issue