aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2013-09-19 08:58:14 -0500
committerAdam Vandenberg2013-09-19 07:20:59 -0700
commita4ef99a0e098914821687279eddb7cd620ed55a5 (patch)
treed9488af7e4f075a0be39da1531a5f768b1ae4a49 /Library/Formula
parentf1b832b3f0a0afb074b6ac90fd50c5972add9f52 (diff)
downloadhomebrew-a4ef99a0e098914821687279eddb7cd620ed55a5.tar.bz2
libvpx v1.2.0
Closes #22680. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libvpx.rb22
1 files changed, 2 insertions, 20 deletions
diff --git a/Library/Formula/libvpx.rb b/Library/Formula/libvpx.rb
index d869f5cfa..61a9ebd62 100644
--- a/Library/Formula/libvpx.rb
+++ b/Library/Formula/libvpx.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libvpx < Formula
homepage 'http://www.webmproject.org/code/'
- url 'http://webm.googlecode.com/files/libvpx-v1.1.0.tar.bz2'
- sha1 '356af5f770c50cd021c60863203d8f30164f6021'
+ url 'http://webm.googlecode.com/files/libvpx-v1.2.0.tar.bz2'
+ sha1 '33fb2df4ee5b06637dc492dafe49425ead117a24'
depends_on 'yasm' => :build
@@ -11,12 +11,6 @@ class Libvpx < Formula
option 'mem-tracker', 'Enable tracking memory usage'
option 'visualizer', 'Enable post processing visualizer'
- # Fixes build error on ML, discussed in:
- # https://github.com/mxcl/homebrew/issues/12567
- # yasm: FATAL: unable to open include file `asm_enc_offsets.asm'.
- # Reported to:
- # https://groups.google.com/a/webmproject.org/group/webm-discuss/browse_thread/thread/39d1166feac1061c
- # Not yet in HEAD as of 20 JUN 2012.
# Add Mavericks as a comple target, upstream in:
# http://git.chromium.org/gitweb/?p=webm/libvpx.git;a=commitdiff;h=fe4a52077f076fff4f3024373af21600afbc6df7
def patches; DATA; end
@@ -48,18 +42,6 @@ class Libvpx < Formula
end
__END__
---- a/build/make/gen_asm_deps.sh 2012-05-08 16:14:00.000000000 -0700
-+++ b/build/make/gen_asm_deps.sh 2012-06-19 20:26:54.000000000 -0700
-@@ -42,7 +42,7 @@
-
- [ -n "$srcfile" ] || show_help
- sfx=${sfx:-asm}
--includes=$(LC_ALL=C egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
-+includes=$(LC_ALL=C egrep -i "include +\"+[a-z0-9_/]+\.${sfx}" $srcfile |
- perl -p -e "s;.*?([a-z0-9_/]+.${sfx}).*;\1;")
- #" restore editor state
- for inc in ${includes}; do
-
--- a/configure 2012-05-09 01:14:00.000000000 +0200
+++ b/configure 2013-07-19 10:10:02.000000000 +0200
@@ -111,6 +111,7 @@