diff options
| author | Adam Vandenberg | 2012-07-07 11:08:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-07-10 08:56:02 -0700 |
| commit | 1f32fa43a77d75fe354e9e59bd23e9b9d934e09c (patch) | |
| tree | c49ca57d6e333035e48616bf89eaba0d067da021 /Library/Formula/gst-rtsp.rb | |
| parent | cc6e0124437c4ceabbc0542770ed154aa0fb9e4e (diff) | |
| download | homebrew-1f32fa43a77d75fe354e9e59bd23e9b9d934e09c.tar.bz2 | |
Use autotools symbols
Diffstat (limited to 'Library/Formula/gst-rtsp.rb')
| -rw-r--r-- | Library/Formula/gst-rtsp.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/gst-rtsp.rb b/Library/Formula/gst-rtsp.rb index e0504092d..056f4b369 100644 --- a/Library/Formula/gst-rtsp.rb +++ b/Library/Formula/gst-rtsp.rb @@ -5,16 +5,13 @@ class GstRtsp < Formula url 'http://gstreamer.freedesktop.org/src/gst-rtsp/gst-rtsp-0.10.8.tar.bz2' sha256 '9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617' + depends_on :automake + depends_on :libtool + depends_on 'pkg-config' => :build depends_on 'gettext' depends_on 'gst-plugins-base' - if MacOS.xcode_version >= "4.3" - # when and if the tarball provides configure, remove autogen.sh and these deps - depends_on "automake" => :build - depends_on "libtool" => :build - end - def install system "./autogen.sh", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", |
