Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps')
-rw-r--r--scripts/deps/packages-3.6.json3
-rw-r--r--scripts/deps/sugar-runtime-3.6.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/scripts/deps/packages-3.6.json b/scripts/deps/packages-3.6.json
index 7a322b5..4fb5a5e 100644
--- a/scripts/deps/packages-3.6.json
+++ b/scripts/deps/packages-3.6.json
@@ -132,7 +132,8 @@
"ubuntu": "gir1.2-gconf-2.0" },
"gst typelib":
{ "fedora": "gstreamer",
- "ubuntu": "gir1.2-gstreamer-1.0" },
+ "ubuntu": ["gir1.2-gstreamer-1.0",
+ "libgstreamer-1.0-0"] },
"wnck typelib":
{ "fedora": "libwnck3",
"ubuntu": "gir1.2-wnck-3.0" },
diff --git a/scripts/deps/sugar-runtime-3.6.json b/scripts/deps/sugar-runtime-3.6.json
index 29109f2..5ad43eb 100644
--- a/scripts/deps/sugar-runtime-3.6.json
+++ b/scripts/deps/sugar-runtime-3.6.json
@@ -50,7 +50,7 @@
"check": "from gi.repository import GConf",
"checker": "python" },
{ "check_name": "gst typelib",
- "check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst",
+ "check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst; Gst.init([])",
"checker": "python" },
{ "check_name": "wnck typelib",
"check": "from gi.repository import Wnck",