[pitivi] configure.ac: bump requirements to gst-python 0.10.14.1 and gnonlin 0.10.10.2.



commit e99216ad1c3206b55075489511a4d4ace1d779f0
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Wed Mar 25 14:00:31 2009 +0100

    configure.ac: bump requirements to gst-python 0.10.14.1 and gnonlin 0.10.10.2.
---
 configure.ac    |    4 ++--
 pitivi/check.py |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 718d9ce..73ade1a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,9 +32,9 @@ dnl For a more exhaustive list of checks, you can have a look at
 dnl the runtime checks in pitivi/check.py
 
 AC_SUBST(PYGTK_REQ, 2.8.0)
-AC_SUBST(PYGST_REQ, 0.10.6)
+AC_SUBST(PYGST_REQ, 0.10.14.1)
 AC_SUBST(GST_REQ, 0.10.13.1)
-AC_SUBST(GNONLIN_REQ, 0.10.10)
+AC_SUBST(GNONLIN_REQ, 0.10.10.2)
 AC_SUBST(PYCAIRO_REQ, 1.0.0)
 
 AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
diff --git a/pitivi/check.py b/pitivi/check.py
index c9d0644..8374c20 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -100,8 +100,8 @@ def check_required_version(modulename):
         if list(gtk.pygtk_version) < _string_to_list(PYGTK_REQ):
             return [PYGTK_REQ, _version_to_string(gtk.pygtk_version)]
     if modulename == "pygst":
-        if list(gst.pygst_version) < _string_to_list(PYGST_REQ):
-            return [PYGST_REQ, _version_to_string(gst.pygst_version)]
+        if list(gst.get_pygst_version()) < _string_to_list(PYGST_REQ):
+            return [PYGST_REQ, _version_to_string(gst.get_pygst_version())]
     if modulename == "cairo":
         import cairo
         if _string_to_list(cairo.cairo_version_string()) < _string_to_list(PYCAIRO_REQ):



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