diff options
| author | Jack Nagel | 2014-09-28 11:18:05 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-28 11:18:05 -0500 |
| commit | b118cdd1a6a4939be72f53af563830a7cd675fe5 (patch) | |
| tree | 5a6878db48057fe46d00cd903add928064c75783 /Library/Formula | |
| parent | 1f95b3f6a8df6fc33f88b38a7ae10d7c058cd69c (diff) | |
| download | homebrew-b118cdd1a6a4939be72f53af563830a7cd675fe5.tar.bz2 | |
gpac: scope patches to stable
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gpac.rb | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Library/Formula/gpac.rb b/Library/Formula/gpac.rb index 41579dc10..8314ac8b9 100644 --- a/Library/Formula/gpac.rb +++ b/Library/Formula/gpac.rb @@ -10,8 +10,14 @@ require 'formula' class Gpac < Formula homepage 'http://gpac.wp.mines-telecom.fr/' - url 'https://downloads.sourceforge.net/gpac/gpac-0.5.0.tar.gz' - sha1 '48ba16272bfa153abb281ff8ed31b5dddf60cf20' + + stable do + url 'https://downloads.sourceforge.net/gpac/gpac-0.5.0.tar.gz' + sha1 '48ba16272bfa153abb281ff8ed31b5dddf60cf20' + + # Fixes build against ffmpeg 2.x; backported from upstream SVN + patch :DATA + end head 'https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac' @@ -29,9 +35,6 @@ class Gpac < Formula depends_on 'ffmpeg' => :optional depends_on 'openjpeg' => :optional - # Fixes build against ffmpeg 2.x; backported from upstream SVN - patch :DATA - def install ENV.deparallelize |
