# HG changeset patch # User Christopher Rogers # Date 1287846910 0 # Node ID b728ff36a894f19c75c6db94ff5ec978d777a7a5 # Parent 25188812f0eb45cc9f3eef24d2ca7a4d26d86df2 Up: fluidsynth to 1.1.3. diff -r 25188812f0eb -r b728ff36a894 fluidsynth-dev/receipt --- a/fluidsynth-dev/receipt Sat Oct 23 15:10:27 2010 +0000 +++ b/fluidsynth-dev/receipt Sat Oct 23 15:15:10 2010 +0000 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="fluidsynth-dev" -VERSION="1.1.1" +VERSION="1.1.3" CATEGORY="development" MAINTAINER="jozee@slitaz.org" SHORT_DESC="fluidsynth devel files" +DEPENDS="fluidsynth" WEB_SITE="http://www.fluidsynth.org/" WANTED="fluidsynth" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { diff -r 25188812f0eb -r b728ff36a894 fluidsynth/receipt --- a/fluidsynth/receipt Sat Oct 23 15:10:27 2010 +0000 +++ b/fluidsynth/receipt Sat Oct 23 15:15:10 2010 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="fluidsynth" -VERSION="1.1.1" +VERSION="1.1.3" CATEGORY="multimedia" MAINTAINER="jozee@slitaz.org" 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="glib jack-audio-connection-kit ladspa" +BUILD_DEPENDS="glib-dev jack-audio-connection-kit-dev ladspa-dev pkg-config" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://savannah.nongnu.org/download/fluid/$TARBALL" TAGS="synthesizer audio multimedia"