Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gst-plugins-base: make gobject-introspection build-time dependency
  • Loading branch information
tschoonj authored and ilovezfs committed Mar 21, 2018
1 parent 25db767 commit cc76949
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/gst-plugins-base.rb
Expand Up @@ -3,6 +3,7 @@ class GstPluginsBase < Formula
homepage "https://gstreamer.freedesktop.org/"
url "https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.14.0.tar.xz"
sha256 "7e904660ff56e02b036cf7fdfb77a50a540828ca9d2614d69ba931772e5b6940"
revision 1

bottle do
sha256 "93a464d0609c343b1e6522b54e037706802d40d4102af28048060d96d57b9383" => :high_sierra
Expand All @@ -18,14 +19,14 @@ class GstPluginsBase < Formula
depends_on "libtool" => :build
end

depends_on "gobject-introspection" => :build
depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "gstreamer"

# The set of optional dependencies is based on the intersection of
# https://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/REQUIREMENTS
# and Homebrew formulae
depends_on "gobject-introspection"
depends_on "orc" => :recommended
depends_on "libogg" => :optional
depends_on "opus" => :optional
Expand Down

0 comments on commit cc76949

Please sign in to comment.