# HG changeset patch # User Christopher Rogers # Date 1287806164 0 # Node ID 69c640a690b5409075ecfd81925d44c1fcd53e52 # Parent f51960fc2d7e5ab32c1cad78271d11940bdf1ba3 Fixed fluidsynth. Needs glib not glib2. diff -r f51960fc2d7e -r 69c640a690b5 fluidsynth/receipt --- a/fluidsynth/receipt Sat Oct 23 00:00:53 2010 +0000 +++ b/fluidsynth/receipt Sat Oct 23 03:56:04 2010 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="A real-time software synthesizer based on the SoundFont 2 specifications." BUILD_DEPENDS=" jack-audio-connection-kit-dev ladspa-dev" WEB_SITE="http://www.fluidsynth.org/" -DEPENDS="glib2 jack-audio-connection-kit ladspa" +DEPENDS="glib jack-audio-connection-kit ladspa" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://savannah.nongnu.org/download/fluid/$TARBALL" TAGS="synthesizer audio multimedia"