wok rev 6932

Fixed fluidsynth. Needs glib not glib2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 23 03:56:04 2010 +0000 (2010-10-23)
parents f51960fc2d7e
children fe3b270b9fc7
files fluidsynth/receipt
line diff
     1.1 --- a/fluidsynth/receipt	Sat Oct 23 00:00:53 2010 +0000
     1.2 +++ b/fluidsynth/receipt	Sat Oct 23 03:56:04 2010 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="A real-time software synthesizer based on the SoundFont 2 specifications."
     1.5  BUILD_DEPENDS=" jack-audio-connection-kit-dev ladspa-dev"
     1.6  WEB_SITE="http://www.fluidsynth.org/"
     1.7 -DEPENDS="glib2 jack-audio-connection-kit ladspa"
     1.8 +DEPENDS="glib jack-audio-connection-kit ladspa"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="http://savannah.nongnu.org/download/fluid/$TARBALL"
    1.11  TAGS="synthesizer audio multimedia"