libmatroska: placement fixes
This commit is contained in:
parent
0a8faabdb6
commit
fa4133adef
1 changed files with 10 additions and 13 deletions
|
@ -1,19 +1,9 @@
|
|||
class Libmatroska < Formula
|
||||
desc "Extensible, open standard container format for audio/video"
|
||||
homepage "https://www.matroska.org/"
|
||||
|
||||
stable do
|
||||
url "https://dl.matroska.org/downloads/libmatroska/libmatroska-1.4.4.tar.bz2"
|
||||
mirror "https://www.bunkus.org/videotools/mkvtoolnix/sources/libmatroska-1.4.4.tar.bz2"
|
||||
sha256 "d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7"
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/Matroska-Org/libmatroska.git"
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
url "https://dl.matroska.org/downloads/libmatroska/libmatroska-1.4.4.tar.bz2"
|
||||
mirror "https://www.bunkus.org/videotools/mkvtoolnix/sources/libmatroska-1.4.4.tar.bz2"
|
||||
sha256 "d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -23,6 +13,13 @@ class Libmatroska < Formula
|
|||
sha256 "86d34a8a5c9dd1944785961f6f54553b7a01ce50e1ab51c6d806fec8a3144a43" => :mavericks
|
||||
end
|
||||
|
||||
head do
|
||||
url "https://github.com/Matroska-Org/libmatroska.git"
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
option :cxx11
|
||||
|
||||
if build.cxx11?
|
||||
|
|
Loading…
Reference in a new issue