gnu: avidemux: Use monolithic Qt 5.6.

* gnu/packages/video.scm (avidemux)[inputs]: Use qt 5.6.1-1.
master
David Craven 2016-08-20 21:40:13 +02:00
parent c161c22a51
commit a2c24bf539
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 3 additions and 2 deletions

View File

@ -1144,8 +1144,9 @@ for use with HTML5 video.")
("perl" ,perl)
("pulseaudio" ,pulseaudio)
("python" ,python-wrapper)
("qtbase" ,qtbase)
("qttools" ,qttools)
("qt" ,qt) ; FIXME: reenable modular qt after update - requires building
;("qtbase" ,qtbase) with -std=gnu++11.
;("qttools" ,qttools)
("sdl" ,sdl)
("sqlite" ,sqlite)
("yasm" ,yasm)