gnu: avidemux: Use monolithic Qt 5.6.

* gnu/packages/video.scm (avidemux)[inputs]: Use qt 5.6.1-1.
This commit is contained in:
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

View file

@ -1144,8 +1144,9 @@ (define-public avidemux
("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)