Skip to content

Commit

Permalink
gst-ffmpeg@0.10: import from homebrew/versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 14, 2017
1 parent 5abc0a9 commit 0454d20
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Formula/gst-ffmpeg@0.10.rb
@@ -0,0 +1,23 @@
class GstFfmpegAT010 < Formula
homepage "http://gstreamer.freedesktop.org/"
url "https://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.13.tar.bz2"
sha256 "76fca05b08e00134e3cb92fa347507f42cbd48ddb08ed3343a912def187fbb62"

keg_only :versioned_formula

depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "gst-plugins-base010"

def install
args = %W[
--disable-dependency-tracking
--disable-silent-rules
--prefix=#{prefix}
--with-ffmpeg-extra-configure=--cc=#{ENV.cc}
]

system "./configure", *args
system "make", "install"
end
end

0 comments on commit 0454d20

Please sign in to comment.