Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-10 14:42:16 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-10 14:42:16 (GMT)
commit3295f060d9ddae321cfd89ed864c8e24bad1b424 (patch)
tree0a38f290b975268f14f7423625c290cc54a41f0a
parent354978e383be40c1a4ae454e2b71f006722f2274 (diff)
Add gstreamer dep
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 9dadb7a..bd6c0a4 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -236,6 +236,10 @@ checks = \
"checker": "python",
"packages": { "fedora": "GConf2",
"ubuntu": "gir1.2-gconf-2.0" } },
+ { "check": "from gi.repository import Gst",
+ "checker": "python",
+ "packages": { "fedora": "gstreamer",
+ "ubuntu": "gir1.2-gstreamer-1.0" } },
{ "check": "from gi.repository import Wnck",
"checker": "python",
"packages": { "fedora": "libwnck3",