From 644966f5dd7b5e16c50399f17174c7545eded6f7 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 22 Nov 2012 00:29:33 +0000 Subject: Add dep on autodetect gstreamer plugin --- (limited to 'config') 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" } -- cgit v0.9.1