diff options
Diffstat (limited to 'Library/Formula/gpac.rb')
| -rw-r--r-- | Library/Formula/gpac.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gpac.rb b/Library/Formula/gpac.rb index 85cf45f42..3a7fce34e 100644 --- a/Library/Formula/gpac.rb +++ b/Library/Formula/gpac.rb @@ -1,6 +1,5 @@ require 'formula' -# # Installs a relatively minimalist version of the GPAC tools. The # most commonly used tool in this package is the MP4Box metadata # interleaver, which has relatively few dependencies. @@ -8,14 +7,13 @@ require 'formula' # The challenge with building everything is that Gpac depends on # a much older version of FFMpeg and WxWidgets than the version # that Brew installs -# class Gpac < Formula homepage 'http://gpac.sourceforge.net/index.php' url 'http://downloads.sourceforge.net/gpac/gpac-0.5.0.tar.gz' sha1 '48ba16272bfa153abb281ff8ed31b5dddf60cf20' - head 'https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac', :using => :svn + head 'https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac' depends_on :x11 |
