guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: gst-plugins-bad: Remove unreferenced qt input.


From: Efraim Flashner
Subject: 05/06: gnu: gst-plugins-bad: Remove unreferenced qt input.
Date: Tue, 6 Sep 2016 12:55:35 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6779b9322253ba232d5d07e337d2d0933ecfdf2f
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 6 13:06:10 2016 +0300

    gnu: gst-plugins-bad: Remove unreferenced qt input.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove qtbase.
---
 gnu/packages/gstreamer.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index cc874a2..b1785e9 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -324,7 +324,9 @@ developers consider to have good quality code and correct 
functionality.")
        ("openssl" ,openssl)
        ("opus" ,opus)
        ("orc" ,orc)
-       ("qtbase" ,qtbase)
+       ;("qtbase" ,qtbase)
+       ;("qtdeclarative" ,qtdeclarative)
+       ;("qtx11extras" ,qtx11extras)
        ("soundtouch" ,soundtouch)
        ("wayland" ,wayland)))
     (home-page "http://gstreamer.freedesktop.org/";)



reply via email to

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