Skip to content

Commit

Permalink
Remove inferred XZ deps from gstreamer formulae
Browse files Browse the repository at this point in the history
Since these are inferred from the URL, we can remove them, and also
prevent them from being pulled in when building --HEAD.
  • Loading branch information
jacknagel committed Nov 12, 2013
1 parent 4e9eebd commit 1429c8f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Formula/gst-libav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class GstLibav < Formula
end

depends_on "pkg-config" => :build
depends_on "xz" => :build
depends_on "yasm" => :build
depends_on "gst-plugins-base"

Expand Down
1 change: 0 additions & 1 deletion Formula/gst-plugins-bad.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class GstPluginsBad < Formula
end

depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'gettext'
depends_on 'gst-plugins-base'

Expand Down
1 change: 0 additions & 1 deletion Formula/gst-plugins-base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class GstPluginsBase < Formula
end

depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'gettext'
if build.with? 'gobject-introspection'
depends_on 'gstreamer' => 'with-gobject-introspection'
Expand Down
1 change: 0 additions & 1 deletion Formula/gst-plugins-good.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class GstPluginsGood < Formula

depends_on :x11
depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'gettext'
depends_on 'gst-plugins-base'
depends_on 'libsoup'
Expand Down
1 change: 0 additions & 1 deletion Formula/gst-plugins-ugly.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class GstPluginsUgly < Formula
end

depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'gettext'
depends_on 'gst-plugins-base'

Expand Down
1 change: 0 additions & 1 deletion Formula/gstreamer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Gstreamer < Formula
end

depends_on 'pkg-config' => :build
depends_on 'xz' => :build
depends_on 'gobject-introspection' => :optional
depends_on 'gettext'
depends_on 'glib'
Expand Down

0 comments on commit 1429c8f

Please sign in to comment.