mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: avidemux: Build with Qt 5 instead of Qt 4.
* gnu/packages/video.scm (avidemux)[inputs]: Replace qt-4 by qt. [arguments]: Add build flag.
This commit is contained in:
parent
c4c020b781
commit
aab56ab7da
1 changed files with 2 additions and 1 deletions
|
@ -990,7 +990,7 @@ (define-public avidemux
|
|||
("perl" ,perl)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("python" ,python-wrapper)
|
||||
("qt" ,qt-4)
|
||||
("qt" ,qt)
|
||||
("sdl" ,sdl)
|
||||
("sqlite" ,sqlite)
|
||||
("yasm" ,yasm)
|
||||
|
@ -1045,6 +1045,7 @@ (define-public avidemux
|
|||
(string-append "-DSDL_INCLUDE_DIR="
|
||||
sdl "/include/SDL")
|
||||
(string-append "../" srcdir)
|
||||
"-DENABLE_QT5=True"
|
||||
args)
|
||||
(system* "make" "-j"
|
||||
(number->string (parallel-job-count)))
|
||||
|
|
Loading…
Reference in a new issue