Bug 794282 - Add gstreamer packages to bootstrap scripts r=gps

This commit is contained in:
Edwin Flores 2013-06-22 11:17:32 +12:00
parent 47a2c8feb0
commit 7b2237ff88
5 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,8 @@ class CentOSBootstrapper(BaseBootstrapper):
'curl-devel', 'curl-devel',
'dbus-glib-devel', 'dbus-glib-devel',
'glibc-static', 'glibc-static',
'gstreamer-devel',
'gstreamer-plugins-base-devel',
'gtk2-devel', 'gtk2-devel',
'libstdc++-static', 'libstdc++-static',
'libXt-devel', 'libXt-devel',

View File

@ -20,6 +20,8 @@ class DebianBootstrapper(BaseBootstrapper):
'autoconf2.13', 'autoconf2.13',
'libasound2-dev', 'libasound2-dev',
'libcurl4-openssl-dev', 'libcurl4-openssl-dev',
'libgstreamer0.10-dev',
'libgstreamer-plugins-base0.10-dev',
'libiw-dev', 'libiw-dev',
'libnotify-dev', 'libnotify-dev',
'libxt-dev', 'libxt-dev',

View File

@ -23,6 +23,8 @@ class FedoraBootstrapper(BaseBootstrapper):
'alsa-lib-devel', 'alsa-lib-devel',
'autoconf213', 'autoconf213',
'glibc-static', 'glibc-static',
'gstreamer-devel',
'gstreamer-plugins-base-devel',
'libstdc++-static', 'libstdc++-static',
'libXt-devel', 'libXt-devel',
'mercurial', 'mercurial',

View File

@ -21,6 +21,8 @@ class MintBootstrapper(BaseBootstrapper):
'mercurial', 'mercurial',
'libasound2-dev', 'libasound2-dev',
'libcurl4-openssl-dev', 'libcurl4-openssl-dev',
'libgstreamer0.10-dev',
'libgstreamer-plugins-base0.10-dev',
'libnotify-dev', 'libnotify-dev',
'libiw-dev', 'libiw-dev',
'libxt-dev', 'libxt-dev',

View File

@ -20,6 +20,8 @@ class UbuntuBootstrapper(BaseBootstrapper):
'autoconf2.13', 'autoconf2.13',
'libasound2-dev', 'libasound2-dev',
'libcurl4-openssl-dev', 'libcurl4-openssl-dev',
'libgstreamer0.10-dev',
'libgstreamer-plugins-base0.10-dev',
'libiw-dev', 'libiw-dev',
'libnotify-dev', 'libnotify-dev',
'libxt-dev', 'libxt-dev',