gst-plugins-good 0.10.30
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
c25f205064
commit
c0134227fb
1 changed files with 5 additions and 3 deletions
|
@ -2,21 +2,23 @@ require 'formula'
|
||||||
|
|
||||||
class GstPluginsGood < Formula
|
class GstPluginsGood < Formula
|
||||||
homepage 'http://gstreamer.freedesktop.org/'
|
homepage 'http://gstreamer.freedesktop.org/'
|
||||||
url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.29.tar.bz2'
|
url 'http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.10.30.tar.bz2'
|
||||||
sha256 '466a64dcb580d4feef701abfc90656abb3558a2e3fc1e40e43977034bebc354c'
|
md5 '62fd7a3ef187c4f99b3d7c352d58dae9'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'gettext'
|
depends_on 'gettext'
|
||||||
depends_on 'gst-plugins-base'
|
depends_on 'gst-plugins-base'
|
||||||
|
|
||||||
# The set of optional dependencies is based on the intersection of
|
# The set of optional dependencies is based on the intersection of
|
||||||
# gst-plugins-good-0.10.27/REQUIREMENTS and Homebrew formulas
|
# gst-plugins-good-0.10.30/REQUIREMENTS and Homebrew formulas
|
||||||
depends_on 'orc' => :optional
|
depends_on 'orc' => :optional
|
||||||
depends_on 'gtk+' => :optional
|
depends_on 'gtk+' => :optional
|
||||||
depends_on 'check' => :optional
|
depends_on 'check' => :optional
|
||||||
depends_on 'aalib' => :optional
|
depends_on 'aalib' => :optional
|
||||||
depends_on 'libcdio' => :optional
|
depends_on 'libcdio' => :optional
|
||||||
|
depends_on 'esound' => :optional
|
||||||
depends_on 'flac' => :optional
|
depends_on 'flac' => :optional
|
||||||
|
depends_on 'jpeg' => :optional
|
||||||
depends_on 'libcaca' => :optional
|
depends_on 'libcaca' => :optional
|
||||||
depends_on 'libdv' => :optional
|
depends_on 'libdv' => :optional
|
||||||
depends_on 'libshout' => :optional
|
depends_on 'libshout' => :optional
|
||||||
|
|
Loading…
Reference in a new issue