Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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",