apteryx pushed a commit to branch master
in repository guix.
commit f1e5e9d1ca19d1bfaa6310bc9cefdb8f9c7cffd3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Mar 22 23:59:12 2025 +0900
gnu: avidemux: Switch to qt-build-system.
* gnu/packages/video.scm (avidemux)
[build-system]: Use qt-build-system.
[inputs]: Add qtwayland-5.
Change-Id: I74239700c3af20b2adb2fac32234ff5c64481f85
---
gnu/packages/video.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 978f61565d..9ad8262b98 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3611,7 +3611,7 @@ for use with HTML5 video.")
(base32
"18ixmm18wp3vlczzdq4wfnkr5kxpz9y217dnjb0mgkl3hv5bvnbp"))
(patches (search-patches "avidemux-install-to-lib.patch"))))
- (build-system cmake-build-system)
+ (build-system qt-build-system)
(native-inputs
(list perl pkg-config python-wrapper qttools-5 yasm))
;; FIXME: Once packaged, add libraries not found during the build.
@@ -3631,6 +3631,7 @@ for use with HTML5 video.")
libxv
pulseaudio
qtbase-5
+ qtwayland-5
sqlite
zlib))
(arguments