gpac: scope patches to stable
This commit is contained in:
parent
df3e0f894e
commit
82ed5b598a
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue