Skip to content

Commit

Permalink
gst-plugins-bad 1.12.3
Browse files Browse the repository at this point in the history
rename srtp@1.6 dependency from srtp@1.5
  • Loading branch information
ilovezfs committed Oct 9, 2017
1 parent 58c5428 commit cf0db74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/gst-plugins-bad.rb
@@ -1,9 +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.12.2.tar.xz"
sha256 "9c2c7edde4f59d74eb414e0701c55131f562e5c605a3ce9b091754f106c09e37"
revision 1
url "https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.12.3.tar.xz"
sha256 "36d059761852bed0f1a7fcd3ef64a8aeecab95d2bca53cd6aa0f08054b1cbfec"

bottle do
rebuild 1
Expand Down Expand Up @@ -41,7 +40,7 @@ class GstPluginsBad < Formula
depends_on "rtmpdump" => :optional
depends_on "schroedinger" => :optional
depends_on "sound-touch" => :optional
depends_on "srtp@1.5" => :optional
depends_on "srtp@1.6" => :optional
depends_on "libvo-aacenc" => :optional

def install
Expand Down

0 comments on commit cf0db74

Please sign in to comment.