Skip to content

Commit

Permalink
gst-plugins-bad: add recommended orc dependency
Browse files Browse the repository at this point in the history
GStreamer developers recommend to hard depend on orc even though it's an
optional dependency.

Closes #4225.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
aleb authored and DomT4 committed Aug 28, 2016
1 parent 021ec72 commit fc2d0f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/gst-plugins-bad.rb
@@ -1,6 +1,7 @@
class GstPluginsBad < Formula
desc "GStreamer plugins less supported, not fully tested"
homepage "https://gstreamer.freedesktop.org/"
revision 1

stable do
url "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.8.3.tar.xz"
Expand All @@ -26,6 +27,7 @@ class GstPluginsBad < Formula
depends_on "gst-plugins-base"
depends_on "openssl"

depends_on "orc" => :recommended
depends_on "dirac" => :optional
depends_on "faac" => :optional
depends_on "faad2" => :optional
Expand Down

0 comments on commit fc2d0f0

Please sign in to comment.