guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: avidemux: Build with Qt 5 instead of Qt 4.


From: Andreas Enge
Subject: 01/01: gnu: avidemux: Build with Qt 5 instead of Qt 4.
Date: Sat, 26 Sep 2015 22:20:30 +0000

andreas pushed a commit to branch master
in repository guix.

commit aab56ab7da0d8bd70ced157619d2a56fd6c8727c
Author: Andreas Enge <address@hidden>
Date:   Sun Sep 27 00:06:30 2015 +0200

    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.
---
 gnu/packages/video.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index fbcfc12..28185fe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -990,7 +990,7 @@ for use with HTML5 video.")
        ("perl" ,perl)
        ("pulseaudio" ,pulseaudio)
        ("python" ,python-wrapper)
-       ("qt" ,qt-4)
+       ("qt" ,qt)
        ("sdl" ,sdl)
        ("sqlite" ,sqlite)
        ("yasm" ,yasm)
@@ -1045,6 +1045,7 @@ for use with HTML5 video.")
                                  (string-append "-DSDL_INCLUDE_DIR="
                                                 sdl "/include/SDL")
                                  (string-append "../" srcdir)
+                                 "-DENABLE_QT5=True"
                                  args)
                           (system* "make" "-j"
                                    (number->string (parallel-job-count)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]