diff options
| author | Brett Koonce | 2012-11-12 15:00:32 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-12 13:23:42 -0800 |
| commit | e09daa61c1c5b891ffc8e6bfe4f4582350624f03 (patch) | |
| tree | 43b1e2c1b01590c02b0daac2f06feafade2c40fd /Library/Formula | |
| parent | e41b44df2d899db2add6d1c1a928c754470758a5 (diff) | |
| download | homebrew-e09daa61c1c5b891ffc8e6bfe4f4582350624f03.tar.bz2 | |
fluidsynth 1.1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fluid-synth.rb | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/Library/Formula/fluid-synth.rb b/Library/Formula/fluid-synth.rb index edb85f131..75a876199 100644 --- a/Library/Formula/fluid-synth.rb +++ b/Library/Formula/fluid-synth.rb @@ -2,19 +2,14 @@ require 'formula' class FluidSynth < Formula homepage 'http://www.fluidsynth.org' - url 'http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.5/fluidsynth-1.1.5.tar.gz' - sha1 '2f98696ca0a6757684f0a881bf92b3149536fdf2' + url 'http://sourceforge.net/projects/fluidsynth/files/fluidsynth-1.1.6/fluidsynth-1.1.6.tar.gz' + sha1 '155de731e72e91e1d4b7f52c33d8171596fbf244' depends_on 'pkg-config' => :build depends_on 'cmake' => :build depends_on 'glib' depends_on 'libsndfile' => :optional - # Fixes missing CoreAudio include on Lion. - # Patch has been accepted upstream. - # https://sourceforge.net/apps/trac/fluidsynth/ticket/105 - def patches; DATA; end - def install mkdir 'build' do system "cmake", "..", "-Denable-framework=OFF", "-DLIB_SUFFIX=", *std_cmake_args @@ -22,15 +17,3 @@ class FluidSynth < Formula end end end - -__END__ ---- a/src/drivers/fluid_coreaudio.c 2011-09-04 00:38:58.000000000 -0700 -+++ b/src/drivers/fluid_coreaudio.c 2012-02-14 21:54:57.000000000 -0800 -@@ -35,6 +35,7 @@ - #if COREAUDIO_SUPPORT - #include <CoreServices/CoreServices.h> - #include <CoreAudio/CoreAudioTypes.h> -+#include <CoreAudio/AudioHardware.h> - #include <AudioUnit/AudioUnit.h> - - /* |
