[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/63: gnu: qtwebglplugin: Update to 5.15.10.
From: |
guix-commits |
Subject: |
47/63: gnu: qtwebglplugin: Update to 5.15.10. |
Date: |
Mon, 21 Aug 2023 14:02:03 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit 1f017ae1ab62f8653d90b169f7ba4b5f588abc46
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 15 16:20:06 2023 -0400
gnu: qtwebglplugin: Update to 5.15.10.
* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.10.
[description]: Double single space.
---
gnu/packages/qt.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 4cedd7e8ab..90aafa4613 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1942,13 +1942,13 @@ application).")
(package
(inherit qtsvg-5)
(name "qtwebglplugin")
- (version "5.15.8")
+ (version "5.15.10")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1gvzhgfn55kdp5g11fg5yja5xb6wghx5sfc8vfp8zzpxnak7pbn1"))))
+ "12kcvq5y5rpivxrn0p43gdkk3yysdi7bk904jgd3wk67gl0bda8r"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases)
@@ -1961,7 +1961,7 @@ application).")
(inputs (list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib))
(synopsis "QPA plugin for running applications via a browser using
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
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
- 31/63: gnu: qt3d-5: Update to 5.15.10., (continued)
- 31/63: gnu: qt3d-5: Update to 5.15.10., guix-commits, 2023/08/21
- 40/63: gnu: qtmultimedia-5: Update to 5.15.10., guix-commits, 2023/08/21
- 09/63: gnu: qt5compat: Update to 6.5.2., guix-commits, 2023/08/21
- 03/63: gnu: qt-creator: Use mirror://qt for source URI., guix-commits, 2023/08/21
- 21/63: gnu: qtlottie: Update to 6.5.2., guix-commits, 2023/08/21
- 15/63: gnu: qtdeclarative: Update to 6.5.2., guix-commits, 2023/08/21
- 10/63: gnu: qtsvg: Update to 6.5.2., guix-commits, 2023/08/21
- 22/63: gnu: qttools: Update to 6.5.2., guix-commits, 2023/08/21
- 28/63: gnu: Remove qtquickcontrols2., guix-commits, 2023/08/21
- 45/63: gnu: qtserialbus: Update to 5.15.10., guix-commits, 2023/08/21
- 47/63: gnu: qtwebglplugin: Update to 5.15.10.,
guix-commits <=
- 50/63: gnu: qttools-5: Update to 5.15.10., guix-commits, 2023/08/21
- 58/63: gnu: qtcharts: Update to 5.15.10., guix-commits, 2023/08/21
- 48/63: gnu: qtwebview: Update to 5.15.10., guix-commits, 2023/08/21
- 55/63: gnu: qtgamepad: Update to 5.15.10., guix-commits, 2023/08/21
- 61/63: gnu: qtspeech: Update to 5.15.10., guix-commits, 2023/08/21
- 53/63: gnu: qtquickcontrols2-5: Update to 5.15.10., guix-commits, 2023/08/21
- 54/63: gnu: qtgraphicaleffects: Update to 5.15.10., guix-commits, 2023/08/21
- 56/63: gnu: qtscxml: Update to 5.15.10., guix-commits, 2023/08/21
- 08/63: gnu: qtbase: Enable zstd support., guix-commits, 2023/08/21
- 13/63: gnu: Add qtimageformats., guix-commits, 2023/08/21