[pitivi] check: remove ClutterGst
- From: Thibault Saunier <tsaunier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] check: remove ClutterGst
- Date: Thu, 16 Oct 2014 14:28:41 +0000 (UTC)
commit 39d4a56b07d9fe2ca4216e2bea4ed4d7da9950a1
Author: Lubosz Sarnecki <lubosz gmail com>
Date: Thu Oct 16 13:36:39 2014 +0200
check: remove ClutterGst
https://bugzilla.gnome.org/show_bug.cgi?id=738078
pitivi/check.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/check.py b/pitivi/check.py
index 76b227e..f809432 100644
--- a/pitivi/check.py
+++ b/pitivi/check.py
@@ -175,7 +175,6 @@ class CairoDependency(ClassicDependency):
HARD_DEPENDENCIES = (CairoDependency("1.10.0"),
GtkOrClutterDependency("Clutter", "1.12.0"),
- GtkOrClutterDependency("ClutterGst", "2.0.0"),
GstDependency("Gst", "1.4.0"),
GstDependency("GES", "1.2.0.0"),
GtkOrClutterDependency("Gtk", "3.10.0"),
@@ -256,8 +255,6 @@ def initialize_modules():
Gdk.init([])
from gi.repository import GtkClutter
GtkClutter.init([])
- from gi.repository import ClutterGst
- ClutterGst.init([])
import gi
if not gi.version_info >= (3, 11):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]