vorbis-tools: build ogg123 w/libao

vorbis-tools needs libao to create ogg123, a command line binary.
Add a `depends_on 'libao'` and one for `flac` also, because flac
is often found in an ogg container like webm.  Ogg123 will also
be used in solfege.  Tested by playing some files.

Closes Homebrew/homebrew#14134.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
nibbles 2bits 2012-08-11 19:58:41 -07:00 committed by Jack Nagel
parent 96c0fa4b19
commit a40fc07bc7

View file

@ -7,9 +7,8 @@ class VorbisTools < Formula
depends_on 'libogg'
depends_on 'libvorbis'
# ao and ogg123 are optional deps
# Not sure why we don't just require them. - Adam V.
depends_on 'libao'
depends_on 'flac'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",