[pitivi] Update our GStreamer dependency to `master`



commit 39665c2de215059bc80be058973724f8735815d5
Author: Thibault Saunier <tsaunier gnome org>
Date:   Tue Aug 8 12:23:48 2017 -0400

    Update our GStreamer dependency to `master`

 meson.build     |    4 ++--
 pitivi/check.py |   12 +++++-------
 2 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/meson.build b/meson.build
index 55971b5..714f152 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('pitivi', 'c', version : '0.98', meson_version : '>= 0.41.0')
+project('pitivi', 'c', version : '1.90.0.1', meson_version : '>= 0.41.0')
 
 python = find_program('python3')
 intltool_merge = find_program('intltool-merge')
@@ -6,7 +6,7 @@ itstool = find_program('itstool')
 msgfmt = find_program('msgfmt')
 
 python_dep = dependency('python3', version : '>= 3.3')
-gst_dep = dependency('gstreamer-1.0', version : '>= 1.10.2')
+gst_dep = dependency('gstreamer-1.0', version : '>= 1.13.0.1')
 cairo_dep = dependency('cairo')
 pycairo_dep = dependency('py3cairo')
 
diff --git a/pitivi/check.py b/pitivi/check.py
index 67ba57e..10c3aba 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -386,22 +386,20 @@ def initialize_modules():
 # a specific version requirement, they have the "None" value.
 
 GST_API_VERSION = "1.0"
+GST_VERSION = "1.13.0.1"
 GTK_API_VERSION = "3.0"
 GLIB_API_VERSION = "2.0"
 HARD_DEPENDENCIES = [GICheck("3.20.0"),
                      CairoDependency("1.10.0"),
-                     GstDependency("Gst", GST_API_VERSION, "1.10.2"),
-                     GstDependency("GES", GST_API_VERSION, "1.10.2"),
+                     GstDependency("Gst", GST_API_VERSION, GST_VERSION),
+                     GstDependency("GES", GST_API_VERSION, GST_VERSION),
                      GIDependency("GstTranscoder", GST_API_VERSION),
                      GIDependency("GstVideo", GST_API_VERSION),
                      GtkDependency("Gtk", GTK_API_VERSION, "3.20.0"),
                      ClassicDependency("numpy"),
                      GIDependency("Gio", "2.0"),
-                     # TODO Remove extra_modules when we depend
-                     # on Gst 1.12
-                     GstPluginDependency("gtk", "1.10.2",
-                                         extra_modulenames=["gstgtk"]),
-                     GstPluginDependency("gdkpixbuf", "1.10.2"),
+                     GstPluginDependency("gtk", GST_VERSION),
+                     GstPluginDependency("gdkpixbuf", GST_VERSION),
                      ClassicDependency("matplotlib"),
                      ]
 


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