ffmpeg2theora: remove options

This commit is contained in:
FX Coudert 2018-12-23 13:42:49 +01:00
parent c255a20d2c
commit cf90db79ac

View file

@ -1,14 +1,10 @@
class Ffmpeg2theora < Formula
desc "Convert video files to Ogg Theora format"
homepage "https://v2v.cc/~j/ffmpeg2theora/"
revision 3
stable do
url "https://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.30.tar.bz2"
sha256 "4f6464b444acab5d778e0a3359d836e0867a3dcec4ad8f1cdcf87cb711ccc6df"
depends_on "libkate" => :optional
end
revision 4
head "https://git.xiph.org/ffmpeg2theora.git"
bottle do
cellar :any
@ -17,15 +13,10 @@ class Ffmpeg2theora < Formula
sha256 "8759af5194f13281394af44330ef522186f6d68fc12e2036c235df4894be376c" => :sierra
end
head do
url "https://git.xiph.org/ffmpeg2theora.git"
depends_on "libkate" => :recommended
end
depends_on "pkg-config" => :build
depends_on "scons" => :build
depends_on "ffmpeg"
depends_on "libkate"
depends_on "libogg"
depends_on "libvorbis"
depends_on "theora"