aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrett Koonce2014-02-18 09:15:52 -0600
committerBrett Koonce2014-02-18 10:54:31 -0600
commitce649b4e45294905a8e2624d0eb28f34906a8a13 (patch)
treed8df1be97d9633b331755295995366af07419b97 /Library
parent4042f42ecb17c6372f0b23690a0f291697d06da1 (diff)
downloadhomebrew-ce649b4e45294905a8e2624d0eb28f34906a8a13.tar.bz2
kvazaar 0.2.4
Closes #26810.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/kvazaar.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/kvazaar.rb b/Library/Formula/kvazaar.rb
index a703c5445..1b79fdc9c 100644
--- a/Library/Formula/kvazaar.rb
+++ b/Library/Formula/kvazaar.rb
@@ -2,18 +2,13 @@ require "formula"
class Kvazaar < Formula
homepage "https://github.com/ultravideo/kvazaar"
- url "https://github.com/ultravideo/kvazaar/archive/v0.2.0.tar.gz"
- sha1 "b0f23dc0d421e64183deba8fdcd2347863d711d5"
+ url "https://github.com/ultravideo/kvazaar/archive/v0.2.4.tar.gz"
+ sha1 "636c26955b0b69249f51bc8661a8d57ad4c581df"
depends_on 'yasm' => :build
def install
cd 'src' do
- # Have to manually change these right now; see:
- # https://github.com/ultravideo/kvazaar/issues/2
- inreplace 'Makefile', 'elf64', 'macho64'
- inreplace 'Makefile', 'elf', 'macho32'
- inreplace 'x64/test64.asm', 'cpuId64', '_cpuId64'
system 'make'
end
bin.install 'src/kvazaar'