gstreamer: add caveat about other formulae needed (#20021)

This commit is contained in:
Kornel 2017-10-29 20:23:03 +00:00 committed by ilovezfs
parent 3608b3449c
commit d3ef55b919

View file

@ -54,6 +54,14 @@ class Gstreamer < Formula
system "make", "install"
end
def caveats; <<~EOS
Consider also installing gst-plugins-base and gst-plugins-good.
The gst-plugins-* packages contain gstreamer-video-1.0, gstreamer-audio-1.0,
and other components needed by most gstreamer applications.
EOS
end
test do
system bin/"gst-inspect-1.0"
end