gst-plugins-bad 1.12.1
This commit is contained in:
parent
04d35246c0
commit
4b30b6adae
2 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GstPluginsBad < Formula
|
||||
desc "GStreamer plugins less supported, not fully tested"
|
||||
homepage "https://gstreamer.freedesktop.org/"
|
||||
url "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.10.4.tar.xz"
|
||||
sha256 "23ddae506b3a223b94869a0d3eea3e9a12e847f94d2d0e0b97102ce13ecd6966"
|
||||
url "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.12.1.tar.xz"
|
||||
sha256 "7def8049d1c44e50199023159dfada60af58fd503ef58a020b79044bda705b97"
|
||||
|
||||
bottle do
|
||||
sha256 "b4b1a648677cae5e21bf3ebac04601ec9f3ea8c6fcd3b39b85ae17e8d2876558" => :sierra
|
||||
|
@ -40,6 +40,13 @@ class GstPluginsBad < Formula
|
|||
depends_on "srtp" => :optional
|
||||
depends_on "libvo-aacenc" => :optional
|
||||
|
||||
# gst-libs/gst/gl/cocoa/gstglwindow_cocoa.h is missing in the 1.12.1 release. Fixed by this commit:
|
||||
# https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=450b1c92abe2ae8f84e557f61c9512a1f4006bab
|
||||
patch do
|
||||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/4fba405/gst-plugins-bad/gstglwindow_cocoa.patch"
|
||||
sha256 "fb6ee96a8c33bcf182ffd22b025bbc652d0225e87bceb9f24793ae9e520fa2cd"
|
||||
end
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
--prefix=#{prefix}
|
||||
|
|
Loading…
Reference in a new issue