gst-plugins-good: Make orc dependency recommended
"Not a hard requirement, but highly recommended. Packagers, please hard-depend on liborc." https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/REQUIREMENTS Closes #766. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
6edeab7dbf
commit
17d040872c
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
class GstPluginsGood < Formula
|
||||
desc "GStreamer plugins (well-supported, under the LGPL)"
|
||||
homepage "https://gstreamer.freedesktop.org/"
|
||||
revision 1
|
||||
|
||||
stable do
|
||||
url "https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.8.1.tar.xz"
|
||||
|
@ -31,10 +32,10 @@ class GstPluginsGood < Formula
|
|||
|
||||
depends_on :x11 => :optional
|
||||
|
||||
# Optional dependencies based on the intersection of
|
||||
# Dependencies based on the intersection of
|
||||
# https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/REQUIREMENTS
|
||||
# and Homebrew formulae.
|
||||
depends_on "orc" => :optional
|
||||
depends_on "orc" => :recommended
|
||||
depends_on "gdk-pixbuf" => :optional
|
||||
depends_on "aalib" => :optional
|
||||
depends_on "cairo" => :optional
|
||||
|
|
Loading…
Reference in a new issue