gpac: scope patches to stable

This commit is contained in:
Jack Nagel 2014-09-28 11:18:05 -05:00
parent df3e0f894e
commit 82ed5b598a

View file

@ -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