mvtools 14
needed upstream commit "Depan: fix compilation with clang/libc++" Closes #2311. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
402606655e
commit
8b169aa2d4
1 changed files with 12 additions and 2 deletions
|
@ -1,10 +1,20 @@
|
|||
class Mvtools < Formula
|
||||
desc "Filters for motion estimation and compensation"
|
||||
homepage "https://github.com/dubhater/vapoursynth-mvtools"
|
||||
url "https://github.com/dubhater/vapoursynth-mvtools/archive/v9.tar.gz"
|
||||
sha256 "e417764cddcc2b24ee5a91c1136e95237ce1424f5d7f49ceb62ff092db18d907"
|
||||
head "https://github.com/dubhater/vapoursynth-mvtools.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/dubhater/vapoursynth-mvtools/archive/v14.tar.gz"
|
||||
sha256 "ecffe1a413a9e0c11af542ff70e7c0ad78ba6e3973d360b27b14f0aac13b5fa1"
|
||||
|
||||
# commit subject: "Depan: fix compilation with clang/libc++"
|
||||
# upstream fix for dubhater/vapoursynth-mvtools#27
|
||||
patch do
|
||||
url "https://github.com/dubhater/vapoursynth-mvtools/commit/28abae24.patch"
|
||||
sha256 "0338f6ff94f0bc8f77195e5b08fb8f080c6068e61f2493d600bbd2019afe7a62"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "1edd2c510374f7f7100b702e81ef68ea1b7461b2f4d93fac013052bbb8c2f4f5" => :el_capitan
|
||||
|
|
Loading…
Reference in a new issue