Skip to content

Commit

Permalink
add Flite support (homebrew-ffmpeg#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
retokromer authored May 17, 2023
1 parent 0d09fc4 commit 31783c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ class Ffmpeg < Formula
version "6.0-with-options" # to distinguish from homebrew-core's ffmpeg
sha256 "57be87c22d9b49c112b6d24bc67d42508660e6b718b3db89c44e47e289137082"
license "GPL-2.0-or-later"
revision 1
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

option "with-chromaprint", "Enable the Chromaprint audio fingerprinting library"
option "with-decklink", "Enable DeckLink support"
option "with-fdk-aac", "Enable the Fraunhofer FDK AAC library"
option "with-libflite", "Enable text to speech synthesis support via Flite"
option "with-game-music-emu", "Enable Game Music Emu (GME) support"
option "with-jack", "Enable Jack support"
option "with-libaribb24", "Enable decoding ARIB/ISDB captions"
Expand Down Expand Up @@ -144,6 +146,7 @@ def install
args << "--enable-libbs2b" if build.with? "libbs2b"
args << "--enable-libcaca" if build.with? "libcaca"
args << "--enable-libfdk-aac" if build.with? "fdk-aac"
args << "--enable-libflite" if built.with? "libflite"
args << "--enable-libgme" if build.with? "game-music-emu"
args << "--enable-libgsm" if build.with? "libgsm"
args << "--enable-libmodplug" if build.with? "libmodplug"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ This formula features the following libraries optionally:
| `libbluray` | libbluray support |
| `libbs2b` | libbs2b support |
| `libcaca` | libcaca support |
| `libflite` | Enable text to speech synthesis support via Flite |
| `libgsm` | libgsm support |
| `libmodplug` | Enable module/tracker files as inputs via libmodplug |
| `libopenmpt` | Enable module/tracker files as inputs via libopenmpt |
Expand Down

0 comments on commit 31783c6

Please sign in to comment.