bbe3d712ec
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. Features: * Cross platform support (Linux, Mac OSX and Windows to name a few) * SoundFont 2 support * Realtime effect modulation using SoundFont 2.01 modulators * Shared library which can be used in other programs * Built in command line shell * Playback of MIDI files ok kili@
11 lines
430 B
Plaintext
11 lines
430 B
Plaintext
$OpenBSD: patch-fluidsynth_pc_in,v 1.1.1.1 2008/04/06 22:42:11 jakemsr Exp $
|
|
--- fluidsynth.pc.in.orig Fri Feb 15 20:11:52 2008
|
|
+++ fluidsynth.pc.in Fri Feb 15 20:12:46 2008
|
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
|
Name: FluidSynth
|
|
Description: Software SoundFont synth
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lfluidsynth
|
|
+Libs: -L${libdir} -lfluidsynth @READLINE_LIBS@ @LIBFLUID_LIBS@ @LIBS@ -lossaudio
|
|
Cflags: -I${includedir}
|