mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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
This commit is contained in:
parent
1ea9955b52
commit
f1e5e9d1ca
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue