guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d601f8929b0e49201f2b8b9e2f252633e21658c6
Author: Vinicius Monego <[email protected]>
AuthorDate: Thu Sep 3 19:02:56 2026 -0300
gnu: openshot: Build with Qt6.
* gnu/packages/video.scm (openshot)[inputs]: Remove python-pyqt,
python-pyqtwebengine, qtsvg-5, qtwebengine-5. Add python-pyqt-6,
python-pyqtwebengine-6, qtsvg, qtwebengine.
Fixes: guix/guix#10228
---
gnu/packages/video.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 287f75e0c56..6dbd9d57aa8 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6663,12 +6663,12 @@ API. It includes bindings for Python, Ruby, and other
languages.")
ffmpeg
font-dejavu
libopenshot
- python-pyqt
- python-pyqtwebengine
+ python-pyqt-6
+ python-pyqtwebengine-6
python-pyzmq
python-requests
- qtsvg-5
- qtwebengine-5))
+ qtsvg
+ qtwebengine))
(home-page "https://www.openshot.org/")
(synopsis "Video editor")
(description