[pitivi] check: Fix soft dependencies versionning check



commit 9333123e497c70171ea51f16fc2488dd4d9d9110
Author: Thibault Saunier <tsaunier gnome org>
Date:   Wed Nov 25 19:32:23 2015 +0100

    check: Fix soft dependencies versionning check

 pitivi/check.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index 1f96c61..99ca9ef 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -387,8 +387,8 @@ HARD_DEPENDENCIES = [GICheck("3.14.0"),
 SOFT_DEPENDENCIES = \
     (
         ClassicDependency("pycanberra", None, _("enables sound notifications when rendering is complete")),
-        GIDependency("GnomeDesktop", 1.0, None, _("file thumbnails provided by GNOME's thumbnailers")),
-        GIDependency("Notify", None, 1.0, _("enables visual notifications when rendering is complete")),
+        GIDependency("GnomeDesktop", "3.0", None, _("file thumbnails provided by GNOME's thumbnailers")),
+        GIDependency("Notify", "0.7", None, _("enables visual notifications when rendering is complete")),
         GstPluginDependency("libav", None, _("additional multimedia codecs through the GStreamer Libav 
library")),
         GstPluginDependency("debugutilsbad", None, _("enables a watchdog in the GStreamer pipeline."
                                                      " Use to detect errors happening in GStreamer"


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