Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-21 20:46:34 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 20:46:34 (GMT)
commit991b59c4450f063f783cda0088440e5e037deffb (patch)
tree62b2814e721df0336364487c5fef854667791b09 /config
parent958addd14302561372c32aeddefd5491484c6d65 (diff)
Differentiate gst plugins version
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-runtime-3.4.json2
-rw-r--r--config/deps/sugar-runtime-3.6.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/config/deps/sugar-runtime-3.4.json b/config/deps/sugar-runtime-3.4.json
index 79f0d25..3a391d0 100644
--- a/config/deps/sugar-runtime-3.4.json
+++ b/config/deps/sugar-runtime-3.4.json
@@ -78,7 +78,7 @@
"check": "from gi.repository import Vte",
"checker": "python" },
{ "check": "video4linux2",
- "checker": "gstreamer" },
+ "checker": "gstreamer-0.10" },
{ "check_name": "abiword python",
"check": "import abiword",
"checker": "python" },
diff --git a/config/deps/sugar-runtime-3.6.json b/config/deps/sugar-runtime-3.6.json
index aeeea2d..1331fa8 100644
--- a/config/deps/sugar-runtime-3.6.json
+++ b/config/deps/sugar-runtime-3.6.json
@@ -78,10 +78,10 @@
"check": "from gi.repository import Vte",
"checker": "python" },
{ "check": "video4linux2",
- "checker": "gstreamer" },
+ "checker": "gstreamer-0.10" },
{ "check_name": "playback gstreamer",
"check": "playback",
- "checker": "gstreamer" },
+ "checker": "gstreamer-1.0" },
{ "check_name": "abiword python",
"check": "import abiword",
"checker": "python" },