guix-commits
[Top][All Lists]
Advanced

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

32/36: gnu: gst-plugins-bad: Use modular qt.


From: David Craven
Subject: 32/36: gnu: gst-plugins-bad: Use modular qt.
Date: Thu, 18 Aug 2016 15:58:31 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 65741ea1bce63280c048de76c3cb2865ee7b3030
Author: David Craven <address@hidden>
Date:   Mon Aug 15 20:39:01 2016 +0200

    gnu: gst-plugins-bad: Use modular qt.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add qtbase. Remove 
qt.
---
 gnu/packages/gstreamer.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index a39a3b4..59085dc 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -323,7 +323,7 @@ developers consider to have good quality code and correct 
functionality.")
        ("openssl" ,openssl)
        ("opus" ,opus)
        ("orc" ,orc)
-       ("qt" ,qt)
+       ("qtbase" ,qtbase)
        ("soundtouch" ,soundtouch)
        ("wayland" ,wayland)))
     (home-page "http://gstreamer.freedesktop.org/";)



reply via email to

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