Skip to content

Commit

Permalink
Bug 1234092: P3. Remove dependencies on gstreamer packages. r=glandium
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Yves Avenard committed Dec 22, 2015
1 parent f2db964 commit 1806570
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions python/mozboot/mozboot/centos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def __init__(self, version, dist_id, **kwargs):
'dbus-glib-devel',
'GConf2-devel',
'glibc-static',
'gstreamer-devel',
'gstreamer-plugins-base-devel',
'gtk2-devel',
'gtk3-devel',
'libstdc++-static',
Expand Down
2 changes: 0 additions & 2 deletions python/mozboot/mozboot/debian.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class DebianBootstrapper(BaseBootstrapper):
'libdbus-1-dev',
'libdbus-glib-1-dev',
'libgconf2-dev',
'libgstreamer0.10-dev',
'libgstreamer-plugins-base0.10-dev',
'libgtk2.0-dev',
'libgtk-3-dev',
'libiw-dev',
Expand Down
2 changes: 0 additions & 2 deletions python/mozboot/mozboot/fedora.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def __init__(self, version, dist_id, **kwargs):
'gcc-c++',
'GConf2-devel',
'glibc-static',
'gstreamer-devel',
'gstreamer-plugins-base-devel',
'gtk2-devel', # it's optional in Fedora 20's GNOME Software
# Development group.
'libstdc++-static',
Expand Down
1 change: 0 additions & 1 deletion python/mozboot/mozboot/freebsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def __init__(self, version, flavor, **kwargs):

self.browser_packages = [
'dbus-glib',
'gstreamer-plugins',
'gtk2',
'gtk3',
'libGL',
Expand Down
1 change: 0 additions & 1 deletion python/mozboot/mozboot/openbsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self, version, **kwargs):
'gtk+2',
'gtk+3',
'dbus-glib',
'gstreamer-plugins-base',
'pulseaudio',
]

Expand Down

0 comments on commit 1806570

Please sign in to comment.