wok-6.x diff fluidsynth/receipt @ 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 167fbe7a66e4
children b728ff36a894
line diff
     1.1 --- a/fluidsynth/receipt	Tue Oct 19 21:12:16 2010 -0400
     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"