gnu: qtwebglplugin: Update to 5.15.10.
* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.10. [description]: Double single space.
This commit is contained in:
parent
2a38f0ec2c
commit
671a8abcdc
1 changed files with 3 additions and 3 deletions
|
@ -1942,13 +1942,13 @@ application).")
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtwebglplugin")
|
(name "qtwebglplugin")
|
||||||
(version "5.15.8")
|
(version "5.15.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gvzhgfn55kdp5g11fg5yja5xb6wghx5sfc8vfp8zzpxnak7pbn1"))))
|
"12kcvq5y5rpivxrn0p43gdkk3yysdi7bk904jgd3wk67gl0bda8r"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
|
@ -1961,7 +1961,7 @@ application).")
|
||||||
(inputs (list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib))
|
(inputs (list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib))
|
||||||
(synopsis "QPA plugin for running applications via a browser using
|
(synopsis "QPA plugin for running applications via a browser using
|
||||||
streamed WebGL commands")
|
streamed WebGL commands")
|
||||||
(description "Qt back end that uses WebGL for rendering. It allows Qt
|
(description "Qt back end that uses WebGL for rendering. It allows Qt
|
||||||
applications (with some limitations) to run in a web browser that supports
|
applications (with some limitations) to run in a web browser that supports
|
||||||
WebGL. WebGL is a JavaScript API for rendering 2D and 3D graphics within any
|
WebGL. WebGL is a JavaScript API for rendering 2D and 3D graphics within any
|
||||||
compatible web browser without the use of plug-ins. The API is similar to
|
compatible web browser without the use of plug-ins. The API is similar to
|
||||||
|
|
Reference in a new issue