diff options
author | David Craven <david@craven.ch> | 2016-08-20 21:40:13 +0200 |
---|---|---|
committer | David Craven <david@craven.ch> | 2016-08-22 01:49:52 +0200 |
commit | a2c24bf539937ab16fca27505adcc5b62b0d0742 (patch) | |
tree | bbb17bfaca8f38c9f4a96d11c673df9092005f7b /gnu | |
parent | c161c22a51534dd17892fd10a9ca8381532e9356 (diff) | |
download | patches-a2c24bf539937ab16fca27505adcc5b62b0d0742.tar patches-a2c24bf539937ab16fca27505adcc5b62b0d0742.tar.gz |
gnu: avidemux: Use monolithic Qt 5.6.
* gnu/packages/video.scm (avidemux)[inputs]: Use qt 5.6.1-1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 3c07d23324..5c59ee2f95 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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) |