Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/deps/sugar-runtime-3.6.json3
-rw-r--r--config/packages/deps-3.6.json3
2 files changed, 6 insertions, 0 deletions
diff --git a/config/deps/sugar-runtime-3.6.json b/config/deps/sugar-runtime-3.6.json
index eea3591..f8aa647 100644
--- a/config/deps/sugar-runtime-3.6.json
+++ b/config/deps/sugar-runtime-3.6.json
@@ -85,6 +85,9 @@
{ "check_name": "pango gstreamer",
"check": "pango",
"checker": "gstreamer-1.0" },
+ { "check_name": "autodetect gstreamer",
+ "check": "autodetect",
+ "checker": "gstreamer-1.0" },
{ "check_name": "abiword python",
"check": "import abiword",
"checker": "python" },
diff --git a/config/packages/deps-3.6.json b/config/packages/deps-3.6.json
index 89013e6..1b5a610 100644
--- a/config/packages/deps-3.6.json
+++ b/config/packages/deps-3.6.json
@@ -236,6 +236,9 @@
"pango gstreamer":
{ "fedora": "gstreamer1-plugins-base",
"ubuntu": "gstreamer1.0-x" },
+ "autodetect gstreamer":
+ { "fedora": "gstreamer1-plugins-good",
+ "ubuntu": "gstreamer1.0-plugins-good" },
"playback gstreamer":
{ "fedora": "gstreamer1-plugins-base",
"ubuntu": "gstreamer1.0-plugins-base" }